收藏
回答

微信小程序 SystemError (appServiceSDKScriptError) ?

微小小程序最近突发发现在开发者工具中,出现了很多这种报错怎么回事?如何处理?基础库3.9.3之后的版本测试都出现了这个报错,但是真机上功能测试又正常

最后一次编辑于  2025-12-30
回答关注问题邀请回答
收藏

5 个回答

  • 社区技术运营专员--Asher
    社区技术运营专员--Asher
    2025-12-31

    是只有3.9.3的基础库有问题还是3.9.3以后也有问题

    2025-12-31
    有用
    回复 4
    • 浅梦Sara
      浅梦Sara
      2025-12-31
      3.9.3及之后的基础库都有这个报错
      2025-12-31
      回复
    • 杜旭辉
      杜旭辉
      01-06回复浅梦Sara
      问题解决了吗?同样的问题,怎么都解决不了啊
      01-06
      回复
    • 浅梦Sara
      浅梦Sara
      01-10回复杜旭辉
      没有
      01-10
      回复
    • 李嘉程
      李嘉程
      02-10
      我也有这个问题,无解,而且初始化和关闭广告组件时必然触发,但是又不影响使用(暂时测试下来是这个样子)
      以下是初始化广告组件的代码
      // 创建激励视频广告实例,提前初始化
                              this.video_ad = wx.createRewardedVideoAd({
                                  adUnitId: '这里隐藏了真实的广告ID'
                              });
                              // 监听广告关闭事件
                              this.video_ad.onClose((res) => {
                                  // 用户点击了【关闭广告】按钮
                                  // 小于 2.1.0 的基础库版本,res 是一个 undefined
                                  this.video_playing = false;
                                  if (res && res.isEnded || res === undefined) {
                                      // 正常播放结束,可以下发游戏奖励
                                      this.onVideoComplete();
                                  } else {
                                      // 播放中途退出,不下发游戏奖励
                                  }
                              })
                              this.video_ad.onLoad(() => {
                                  console.log('激励视频 广告加载成功')
                              })
                              this.video_ad.onError(err => {
                                  console.log(err)
                              })
      02-10
      回复
  • 李嘉程
    李嘉程
    02-10

    我也有这个问题,无解,而且初始化和关闭广告组件时必然触发,但是又不影响使用(暂时测试下来是这个样子)

    以下是初始化广告组件的代码

    // 创建激励视频广告实例,提前初始化

                            this.video_ad = wx.createRewardedVideoAd({

                                adUnitId: '这里隐藏了真实的广告ID'

                            });


                            // 监听广告关闭事件

                            this.video_ad.onClose((res) => {

                                // 用户点击了【关闭广告】按钮

                                // 小于 2.1.0 的基础库版本,res 是一个 undefined

                                this.video_playing = false;

                                if (res && res.isEnded || res === undefined) {

                                    // 正常播放结束,可以下发游戏奖励

                                    this.onVideoComplete();

                                } else {

                                    // 播放中途退出,不下发游戏奖励

                                }

                            })


                            this.video_ad.onLoad(() => {

                                console.log('激励视频 广告加载成功')

                            })


                            this.video_ad.onError(err => {

                                console.log(err)

                            })


    02-10
    有用
    回复
  • 刘能能
    刘能能
    01-19

    同样有这个问题, 接入广告服务端回调要高版本, 高版本一直出这种报错:

    Error: SystemError (appServiceSDKScriptError)
    {"errMsg":"insertImageView:fail parent 32780 not found"}
        at Function.errorReport (VM1480 WAGame.js:1)
        at Object.<anonymous> (VM1480 WAGame.js:1)
        at Object.cb (VM1480 WAGame.js:1)
        at z._privEmit (VM1480 WAGame.js:1)
        at z.emit (VM1480 WAGame.js:1)
        at VM1480 WAGame.js:1
        at i (VM1480 WAGame.js:1)
        at $e (VM1480 WAGame.js:1)
        at Object.He (VM1480 WAGame.js:1)
        at re (VM1480 WAGame.js:1)(env: Windows,mg,1.06.2504060; lib: 3.12.1)
    Error: SystemError (appServiceSDKScriptError)
    {"errMsg":"updateImageView:fail 32781 not found"}
        at Function.errorReport (VM1480 WAGame.js:1)
        at Object.<anonymous> (VM1480 WAGame.js:1)
        at Object.cb (VM1480 WAGame.js:1)
        at z._privEmit (VM1480 WAGame.js:1)
        at z.emit (VM1480 WAGame.js:1)
        at VM1480 WAGame.js:1
        at i (VM1480 WAGame.js:1)
        at $e (VM1480 WAGame.js:1)
        at Object.He (VM1480 WAGame.js:1)
        at re (VM1480 WAGame.js:1)(env: Windows,mg,1.06.2504060; lib: 3.12.1)
    Error: SystemError (appServiceSDKScriptError)
    {"errMsg":"insertTextView:fail parent 32782 not found"}
        at Function.errorReport (VM1480 WAGame.js:1)
        at Object.<anonymous> (VM1480 WAGame.js:1)
        at Object.cb (VM1480 WAGame.js:1)
        at z._privEmit (VM1480 WAGame.js:1)
        at z.emit (VM1480 WAGame.js:1)
        at VM1480 WAGame.js:1
        at i (VM1480 WAGame.js:1)
        at $e (VM1480 WAGame.js:1)
        at Object.He (VM1480 WAGame.js:1)
        at re (VM1480 WAGame.js:1)(env: Windows,mg,1.06.2504060; lib: 3.12.1)
    2激励视频广告加载成功
    Error: SystemError (appServiceSDKScriptError)
    {"errMsg":"updateTextView:fail 32783 not found"}
        at Function.errorReport (VM1480 WAGame.js:1)
        at Object.<anonymous> (VM1480 WAGame.js:1)
        at Object.cb (VM1480 WAGame.js:1)
        at z._privEmit (VM1480 WAGame.js:1)
        at z.emit (VM1480 WAGame.js:1)
        at VM1480 WAGame.js:1
        at i (VM1480 WAGame.js:1)
        at $e (VM1480 WAGame.js:1)
        at Object.He (VM1480 WAGame.js:1)
        at re (VM1480 WAGame.js:1)(env: Windows,mg,1.06.2504060; lib: 3.12.1)
    
    01-19
    有用
    回复
  • 3+5=8
    3+5=8
    01-02
    我也是, 无解 啊 
    


    Error: SystemError (appServiceSDKScriptError)
    {"errMsg":"insertTextView:fail parent 32773 not found"}
        at Function.errorReport (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.<anonymous> (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.cb (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at J._privEmit (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at J.emit (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at WAServiceMainContext.js?t=wechat&v=3.13.0:1
        at a (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at ze (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.He (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at ae (WAServiceMainContext.js?t=wechat&v=3.13.0:1)(env: Windows,mp,1.06.2504060; lib: 3.13.0)
    Error: SystemError (appServiceSDKScriptError)
    {"errMsg":"updateTextView:fail 32774 not found"}
        at Function.errorReport (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.<anonymous> (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.cb (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at J._privEmit (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at J.emit (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at WAServiceMainContext.js?t=wechat&v=3.13.0:1
        at a (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at ze (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.He (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at ae (WAServiceMainContext.js?t=wechat&v=3.13.0:1)(env: Windows,mp,1.06.2504060; lib: 3.13.0)
    Error: SystemError (appServiceSDKScriptError)
    {"errMsg":"insertTextView:fail parent 32775 not found"}
        at Function.errorReport (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.<anonymous> (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.cb (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at J._privEmit (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at J.emit (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at WAServiceMainContext.js?t=wechat&v=3.13.0:1
        at a (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at ze (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.He (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at ae (WAServiceMainContext.js?t=wechat&v=3.13.0:1)(env: Windows,mp,1.06.2504060; lib: 3.13.0)
    Error: SystemError (appServiceSDKScriptError)
    {"errMsg":"updateTextView:fail 32776 not found"}
        at Function.errorReport (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.<anonymous> (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.cb (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at J._privEmit (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at J.emit (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at WAServiceMainContext.js?t=wechat&v=3.13.0:1
        at a (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at ze (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at Object.He (WAServiceMainContext.js?t=wechat&v=3.13.0:1)
        at ae (WAServiceMainContext.js?t=wechat&v=3.13.0:1)(env: Windows,mp,1.06.2504060; lib: 3.13.0)
    
    
    01-02
    有用
    回复 1
    • 杜旭辉
      杜旭辉
      01-06
      问题解决了吗?同样的问题,无法解决啊
      01-06
      回复
  • 智能回答 智能回答 本次回答由AI生成
    2025-12-30
    有用
    回复 1
    • 浅梦Sara
      浅梦Sara
      2025-12-30
      基础库3.9.3之后的版本测试都出现了这个报错
      2025-12-30
      回复
登录 后发表内容