dreammis / social-auto-upload

自动化上传视频到社交媒体:抖音、小红书、视频号、tiktok、youtube、bilibili
1.45k stars 255 forks source link

new issue found #30

Closed jbosolutions closed 1 day ago

jbosolutions commented 6 days ago

C:\Users\jbbag\OneDrive\Escritorio\TIK> python "C:\Users\jbbag\OneDrive\Escritorio\TIK\upload_video_to_tiktok.py" Traceback (most recent call last): File "C:\Users\jbbag\OneDrive\Escritorio\TIK\upload_video_to_tiktok.py", line 17, in cookie_setup = asyncio.run(tiktok_setup(account_file, handle=True)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\jbbag\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "C:\Users\jbbag\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\jbbag\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 664, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "C:\Users\jbbag\OneDrive\Escritorio\TIK\tk_uploader\main.py", line 42, in tiktok_setup if not os.path.exists(account_file) or not await cookie_auth(account_file): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\jbbag\OneDrive\Escritorio\TIK\tk_uploader\main.py", line 23, in cookie_auth await page.wait_for_load_state('networkidle') File "C:\Users\jbbag\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\async_api_generated.py", line 8753, in wait_for_load_state await self._impl_obj.wait_for_load_state(state=state, timeout=timeout) File "C:\Users\jbbag\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright_impl_page.py", line 535, in wait_for_load_state return await self._main_frame.wait_for_load_state(**locals_to_params(locals())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\jbbag\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright_impl_frame.py", line 243, in wait_for_load_state return await self._wait_for_load_state_impl(state, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\jbbag\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright_impl_frame.py", line 271, in _wait_for_load_state_impl await waiter.result() playwright._impl._errors.TimeoutError: Timeout 30000ms exceeded. =========================== logs =========================== "commit" event fired "domcontentloaded" event fired "load" event fired

dreammis commented 6 days ago

plz check the account file maybe you run with the example first,make the upload success, then change the param or other resources later.

jbosolutions commented 6 days ago

yes, I put another video, but it loads fine the first time when it makes me log in with qr.. it works fine, it uploads it, then I try to upload again.. and it gives this error

=========================== logs =========================== "commit" event fired "domcontentloaded" event fired "load" event fired

jbosolutions commented 6 days ago

maybe is the tiktok error "You are posting too fast. Take a rest.** not sure...

dreammis commented 6 days ago

now, supoort thumbnail, change it to chrome. pull the new repo read the new README if has any question tell me.