网络连接正常的,可为什么会这样 #612
wangnan789
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[2023-12-14 15:54:29,603] - Log.py] - ERROR: 提示 :异常,网络连接异常,异常:,Traceback (most recent call last):
File "/xxxxxxxxxxxx/TikTokDownload/Util/Profile.py", line 160, in get_all_sec_user_id
match = await self.re_match(session, inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/xxxxxxxxxxxx/TikTokDownload/Util/Profile.py", line 88, in re_match
async with session.get(url=Util.reFind(inputs),
File "/xxxxxxxxxxxx/lib/python3.11/site-packages/aiohttp/client.py", line 1141, in aenter
self._resp = await self._coro
^^^^^^^^^^^^^^^^
File "/xxxxxxxxxxxx/lib/python3.11/site-packages/aiohttp/client.py", line 508, in _request
req = self._request_class(
^^^^^^^^^^^^^^^^^^^^
File "/xxxxxxxxxxxx/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 305, in init
self.update_host(url)
File "/xxxxxxxxxxxx/lib/python3.11/site-packages/aiohttp/client_reqrep.py", line 364, in update_host
raise InvalidURL(url)
aiohttp.client_exceptions.InvalidURL
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/xxxxxxxxxxxx/TikTokDownload/Util/Profile.py", line 450, in get_Profile
self.sec_user_id = await self.get_all_sec_user_id(inputs=self.config['uid'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/xxxxxxxxxxxx/TikTokDownload/Util/Profile.py", line 166, in get_all_sec_user_id
raise RuntimeError(f"网络连接异常,异常:{e}")
RuntimeError: 网络连接异常,异常:
Beta Was this translation helpful? Give feedback.
All reactions