jory lee
jory lee
When i use 0.17.1 client connect to the mysql 5.5.10 and exec query sql, there is a exception: Error 2027 (HY000): MySQLToType(15,0) failed: unsupported type: 15 But it's perfect connect...
以下这段,执行的次数越多,声音越小 `scene.addAudio({ path: path.join(__dirname, "../../all.mp3" ), });`
### 描述 > 异常/需求具体描述 把例子放到工程里面,初始化是成功的(sdk初始化 true),但点击例子中的广告控制台报这个错误: banner广告加载失败 data analysis error ### 设备版本 > 本地flutter版本、设备型号版本 flutter : 3.13.9 dart : 3.1.5 ### 插件版本 > 插件版本号 1.3.26 ### 日志 > 详细的log日志或者截图录屏 ```...
m1的模拟器上跑不通
` const translate = require('extended-google-translate-api'); translate("parlous", "en", "de").then((res) => { console.log(JSON.stringify(res, undefined, 2)); }).catch(console.log); ` the error log in the console: { message: 'RequestError', statusCode: undefined }