wkaisertexas / tiktok-uploader

Automatically ⬆️ upload TikTok videos
https://pypi.org/project/tiktok-uploader/
360 stars 84 forks source link

Issue with: driver by url #31

Closed diegotrasobares closed 1 year ago

diegotrasobares commented 1 year ago

Hey!! I have been having troubles to upload videos. The process get stuck when creating browser instance: File "C:\Users\traso\Desktop\Tiktok\venv\Lib\site-packages\webdriver_manager\core\http.py", line 16, in validate_response raise ValueError(f"There is no such driver by url {resp.url}") ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/LATEST_RELEASE_115.0.5790 If you click the link where it is supposed to be the driver, it's not working, so I guess that's the problem. I don't know how I'm supposed to fix this. Should we replace the url from the driver? Thanks in advance!!! @wkaisertexas

XavierZambrano commented 1 year ago

This can be related: https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1402#issue-1812624866

webdriver_manager issue, https://github.com/SergeyPirogov/webdriver_manager/issues/580

diegotrasobares commented 1 year ago

This can be related: ultrafunkamsterdam/undetected-chromedriver#1402 (comment)

webdriver_manager issue, SergeyPirogov/webdriver_manager#580

Hey @XavierZambrano sorry for late reply, never seen your comment. I have tried changing the 'latest_release_url' to 'https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json' but still not working. How did you manage to fix it? Thanks!!

wkaisertexas commented 1 year ago

This is something that I will have to look more into and was my issue upon a fresh clone of the system...

Likely a webdriver manager issue, but I currently do not know a workaround.