384 浏览
0

前一秒断开链接,后一秒登录不上了,是免费版服务器出故障了吗

raise Exception(“用户权限认证失败 (%d,%s)” % (response.status_code, json.loads(response.content)))
Exception: 用户权限认证失败 (422,{‘errors’: [{‘code’: ‘pattern’, ‘description’: “Does not match pattern ‘^[0-9a-zA-Z!#$%&'\\(\\)*+,-.:;<=>?@\\[\\]^_`\\{\\\\|\\}~]+$'”, ‘field’: ‘password’, ‘resource’: ‘/auth/realms/shinnytech/protocol/openid-connect/token’}], ‘message’: ‘Validation Failed’})
Task was destroyed but it is pending!
task: <Task pending name=’Task-1′ coro=<TqApi._notify_watcher() running at /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/tqsdk/api.py:3683> cb=[TqBaseApi._on_task_done()]>
sys:1: RuntimeWarning: coroutine ‘TqApi._notify_watcher’ was never awaited

86724445 问的问题 2024年9月5日