当前位置:网站首页>华为游戏多媒体调用切换房间方法出现异常Internal system error. Reason:90000017
华为游戏多媒体调用切换房间方法出现异常Internal system error. Reason:90000017
2022-07-05 21:38:00 【华为开发者论坛】
问题描述
参考华为官方游戏多媒体文档实现了切换房间功能,在切换房间过程中突然切换房间失败。查看日志:走到了onCreate初始化游戏多媒体引擎回调方法并返回了7001错误码,同时还有服务修改玩家角色失败的日志。

问题分析
查看华为游戏多媒体错误码文档,7001错误码的含义是:RTC内部处理错误。

6001错误码的含义是:内部处理错误。

3009错误码的含义是:房间切换失败。

内部处理错误引起的切换房间失败,联系了华为技术支持(可提单联系),技术支持说我切换房间的操作太快了,导致并行调用的切换房间的方法,SDK内部服务处理不过来,导致了这个异常。正常情况下这个方法应该串行调用,不应并行调用。
问题解决
我控制了切换房间接口调用的频率,保证串行调用切换房间的方法,切换房间成功,问题解决。
边栏推荐
- Robot framework setting variables
- SQL knowledge leak detection
- 递归查询多级菜单数据
- oracle 控制文件的多路复用
- Add ICO icon to clion MinGW compiled EXE file
- Four components of logger
- 123456
- KingbaseES V8R3集群维护案例之---在线添加备库管理节点
- Clion configures Visual Studio (MSVC) and JOM multi-core compilation
- MySQL deep paging optimization with tens of millions of data, and online failure is rejected!
猜你喜欢

uni-app 蓝牙通信

MySQL InnoDB Architecture Principle

Reading and writing operations of easyexcel

力扣------经营摩天轮的最大利润

leetcode:1755. Sum of subsequences closest to the target value

Golang(1)|从环境准备到快速上手

Golang (1) | from environmental preparation to quick start

Explain various hot issues of Technology (SLB, redis, mysql, Kafka, Clickhouse) in detail from the architecture
![[case] Application of positioning - Taobao rotation map](/img/2d/c834ce95a2c8e53a20e67fa2e99439.png)
[case] Application of positioning - Taobao rotation map

Chapter 05_ Storage engine
随机推荐
2.2.3 output of documents
ArcGIS\QGIS无插件加载(无偏移)MapBox高清影像图
vant 源码解析 之深层 合并对象 深拷贝
GCC9.5离线安装
Two ways to realize video recording based on avfoundation
Golang(1)|从环境准备到快速上手
使用Aspect制作全局异常处理类
Zhang Lijun: la pénétration de l’incertitude dépend de quatre « invariants»
Aitm 2-0003 horizontal combustion test
Teach yourself to train pytorch model to Caffe (III)
matlab绘制hsv色轮图
Interviewer: will concurrent programming practice meet? (detailed explanation of thread control operation)
有些事情让感情无处安放
EasyExcel的读写操作
EBS Oracle 11g 克隆步骤(单节点)
递归查询多级菜单数据
Chap2 steps into the palace of R language
postgis 安装地理信息扩展
sql常用语法记录
MySQL deep paging optimization with tens of millions of data, and online failure is rejected!