You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/lib/python3.10/threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "/data/douyin_record/DouyinLiveRecorder/dylr/core/monitor.py", line 146, in rooms_without_web_rid_thread
nickname, web_rid = dy_api.get_user_info(room.user_sec_id)
File "/data/douyin_record/DouyinLiveRecorder/dylr/core/dy_api.py", line 106, in get_user_info
response = json.loads(requests.post(
File "/usr/local/lib/python3.10/dist-packages/requests/api.py", line 115, in post
return request("post", url, data=data, json=json, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/requests/api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.10/dist-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/requests/adapters.py", line 565, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='49.115.208.101', port=9090): Max retries exceeded with url: /xb (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fe987c16dd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: