天天敲不累
天天敲不累
  • 发布:2023-04-26 10:46
  • 更新:2024-07-06 16:17
  • 阅读:651

【报Bug】uni-app NVUE页面使用live-pusher在VUE3模式下报 'meta' of undefined

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: 19045.2846

HBuilderX类型: 正式

HBuilderX版本号: 3.7.3

手机系统: Android

手机系统版本号: Android 8.0

手机厂商: 华为

手机机型: 华为荣耀30青春版

页面类型: vue

vue版本: vue3

打包方式: 离线

项目创建方式: HBuilderX

示例代码:

在NVUE页面中

init()=>{  
this.livePusher = uni.createLivePusherContext('livePusher', this);  
...  
}  
reportJSException >>>> exception function:createInstanceContext, exception:JavaScript execute error!Uncaught TypeError: Cannot read property 'meta' of undefined

写到onReady后面的startPreview会是null

操作步骤:

在vue3环境下,nvue里使用

uni.createLivePusherContext('livePusher', this)

报错‘meta’不存在

预期结果:

uni.createLivePusherContext执行成功

实际结果:
reportJSException >>>> exception function:createInstanceContext, exception:JavaScript execute error!Uncaught TypeError: Cannot read property 'meta' of undefined

bug描述:

nuve里使用推流,在vue3环境下报错。

2023-04-26 10:46 负责人:无 分享
已邀请:
天天敲不累

天天敲不累 (作者) - 天天敲

文章类型发错,问题已解决

  • 2***@qq.com

    怎么弄的vue3 怎么初始化 调用这个对象的方法

    2024-07-06 16:22

2***@qq.com

2***@qq.com

vue3的报错 Cannot read property 'meta' of undefined 可以分享下解决方案?

2***@qq.com

2***@qq.com -

这个怎么解决的,vue3 用ref 设置 调方法没有用

要回复问题请先登录注册