我的问题和这个很像: https://forum.leancloud.cn/t/27-21-01-3-python-max-retries/8117 ,也是使用python sdk进行开发
不过我这里报的是
HTTPSConnectionPool(host='rkx7rdhz.api.lncld.net', port=443): Max retries exceeded with url: /1.1/classes/shudong?limit=1&where=%7B%7D&order=-createdAt (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',))
我看了下,我这里执行:
telnet rkx7rdhz.api.lncld.net 443
提示: telnet: could not resolve rkx7rdhz.api.lncld.net/443: Name or service not known
这个telnet rkx7rdhz.api.lncld.net好像是我的临时域名,官网也说这个临时域名是不稳定的
所以我是否需要绑定自定义域名才能继续用存储服务呢