voletro / TikTokToYT

Downloads a trending TikTok video and uploads it to YouTube.
71 stars 16 forks source link

Error when uploading video : AssertionError #4

Open BE-Zizoo opened 2 years ago

BE-Zizoo commented 2 years ago

Can't upload to youtube : script is stopping with this error

Starting upload... Traceback (most recent call last): File "main.py", line 261, in main() File "main.py", line 236, in main assert "Channel dashboard" in driver.title AssertionError

Bartixxx32 commented 2 years ago

Same here did you figured it out?

Bartixxx32 commented 2 years ago

When i changed yt language to english error changed too Screenshot_20210821-215549.jpg

voletro commented 2 years ago

This is due to a prompt that appears when accessing YouTube studio at the moment, saying that there is a new dark mode available. Simply go onto YouTube Studio in Firefox and close the prompt.

BE-Zizoo commented 2 years ago

No, sorry.. thats not the problem. The prompt is closed and does not come back. But i keep getting the same error

Starting upload... Traceback (most recent call last): File "main.py", line 261, in main() File "main.py", line 236, in main assert "Channel dashboard" in driver.title AssertionError

Bartixxx32 commented 2 years ago

It could be hard ond headless mode to close prompt, better soluyion would be if you will add in code auto clicking on prompt to accept i guess

Bartixxx32 commented 2 years ago

@BE-Zizoo make sure to set the youtube language to english becouse if you have other lang this error happens, i changed to english and got other error as above

Bartixxx32 commented 2 years ago

Im now stuck with message about verifying

bilalz666 commented 2 years ago

Im now stuck with message about verifying

just login youtube in same device or ip. then, get cookies from there.