Closed tidusete closed 1 year ago
Ok so basically the error is on upload.py
. I have to keep investigating if it is a condition race error.
WebDriverWait(driver, config['explicit_wait']).until(upload_progress)
WebDriverWait(driver, config['explicit_wait']).until_not(upload_progress)
I got stuck on this line WebDriverWait(driver, config['explicit_wait']).until(upload_progress)
And after that I have the following error:
Upload exception: Message:
You can honestly just comment those two lines out. It is a redundant check to make sure that the video has been uploaded. The program goes on to later check if the description box is filled out which works too.
Hey It´s me again, I have been following all the documentation + checking 'example_series_upload.py' but when I'm trying to upload a video I have the following error:
It's really strange because it uploads the video but doesn't change the Caption + Doesn't click to post. Any tip on that? I was trying to check as well on my browser the
selector":"//input[@type='file']"
inside the webpage and I didn't find it. Maybe they have changed that?