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 "E:\KS-Downloader\main.py", line 12, in
run(main())
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "E:\KS-Downloader\main.py", line 8, in main
await app.run()
File "E:\KS-Downloader\source\app\app.py", line 83, in run
await self.__main_menu()
File "E:\KS-Downloader\source\app\app.py", line 107, in __main_menu
await self.__function[n]1
File "E:\KS-Downloader\source\app\app.py", line 93, in __detail_enquire
await self.detail(text)
File "E:\KS-Downloader\source\app\app.py", line 167, in detail
await self.__download_file(data, app=app, )
File "E:\KS-Downloader\source\app\app.py", line 179, in _download_file
await self.download.run(data, type, app, )
File "E:\KS-Downloader\source\downloader\downloader.py", line 74, in run
await self.__handle_detail(data, app, )
File "E:\KS-Downloader\source\downloader\downloader.py", line 84, in __handle_detail
if await self.database.has_download_data(i := item["detailID"]):
~~~~^^^^^^^^^^^^
KeyError: 'detailID'
The text was updated successfully, but these errors were encountered:
请输入快手作品链接:https://www.kuaishou.com/short-video/3x4mkbnxcw6qp8u
提取数据失败
Traceback (most recent call last):
File "E:\KS-Downloader\main.py", line 12, in
run(main())
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "E:\KS-Downloader\main.py", line 8, in main
await app.run()
File "E:\KS-Downloader\source\app\app.py", line 83, in run
await self.__main_menu()
File "E:\KS-Downloader\source\app\app.py", line 107, in __main_menu
await self.__function[n]1
File "E:\KS-Downloader\source\app\app.py", line 93, in __detail_enquire
await self.detail(text)
File "E:\KS-Downloader\source\app\app.py", line 167, in detail
await self.__download_file(data, app=app, )
File "E:\KS-Downloader\source\app\app.py", line 179, in _download_file
await self.download.run(data, type, app, )
File "E:\KS-Downloader\source\downloader\downloader.py", line 74, in run
await self.__handle_detail(data, app, )
File "E:\KS-Downloader\source\downloader\downloader.py", line 84, in __handle_detail
if await self.database.has_download_data(i := item["detailID"]):
~~~~^^^^^^^^^^^^
KeyError: 'detailID'
The text was updated successfully, but these errors were encountered: