在云托管中按照Django模版建立了一个托管服务,在调试界面点击微信和小程序调试时返回-501000错误:Path access permission error, unauthorized access.有人知道是怎么回事吗?
cloud.callContainer:fail Error: errCode: -501000 | errMsg: Path access permission error, unauthorized access.. For more information, please refer to https://developers.weixin.qq.com/miniprogram/dev/wxcloudrun/src/development/call/faq.html
检查下写callcontainer调用参数的path字段是否有格式错误,导致path名称解析乱了,传到后端就是要调一个不存在的path所以错误。
比如path多写了引号,空格,双引号写成单引号了,等等。