We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: TimeoutError: Waiting for selector .//*[contains(translate(normalize-space(text()),'UPLOAD THMBNI','upload thmbni'),"upload thumbnail")] failed: Waiting failed: 60000ms exceeded
.//*[contains(translate(normalize-space(text()),'UPLOAD THMBNI','upload thmbni'),"upload thumbnail")]
Seems to be happening here: https://github.com/fawazahmed0/youtube-uploader/blob/main/src/upload.ts#L265
The text was updated successfully, but these errors were encountered:
Error: TimeoutError: Waiting for selector .//*[contains(translate(normalize-space(text()),'UPLOAD THMBNI','upload thmbni'),"upload thumbnail")] failed: Waiting failed: 60000ms exceeded Seems to be happening here: https://github.com/fawazahmed0/youtube-uploader/blob/main/src/upload.ts#L265.
Seems to be happening here: https://github.com/fawazahmed0/youtube-uploader/blob/main/src/upload.ts#L265.
Just change on 264 line from "upload thumbnail" to "Upload files", and script will working
Sorry, something went wrong.
No branches or pull requests
Error:
TimeoutError: Waiting for selector
.//*[contains(translate(normalize-space(text()),'UPLOAD THMBNI','upload thmbni'),"upload thumbnail")]
failed: Waiting failed: 60000ms exceededSeems to be happening here: https://github.com/fawazahmed0/youtube-uploader/blob/main/src/upload.ts#L265
The text was updated successfully, but these errors were encountered: