fawazahmed0 / youtube-uploader

Free youtube video uploader with no limits
MIT License
364 stars 84 forks source link

Failed to find english language item : ' + e.name #134

Closed enmohsinali closed 2 years ago

enmohsinali commented 2 years ago
            throw new Error('Failed to find english language item : ' + e.name);
                  ^

Error: Failed to find english language item : TimeoutError
    at /home/projects/youtube/node_modules/youtube-videos-uploader/dist/upload.js:641:19
    at Generator.throw (<anonymous>)
    at rejected (/home/projects/youtube/node_modules/youtube-videos-uploader/dist/upload.js:6:65)
DominicFindlay commented 2 years ago

There appears to already be a PR #133

I am also having this issue.

fawazahmed0 commented 2 years ago

If someone tests that PR and confirms everything is working fine, then I will be happy to merge it.

DominicFindlay commented 2 years ago

When I tried #133 it worked, as in no error, and starts uploading.

(This probs should be a new Issue...) However was stuck waiting for a long time after uploading which I think is due to the most recent changes changing the text looked for when "Upload complete" vs "Video upload complete" I have the skipProcessingWait flag set to true but it's first waiting for "Upload complete", changing it to "Video upload complete" appears to work for me.

fawazahmed0 commented 2 years ago

changing to "Video upload complete" might cause issues, please see https://github.com/fawazahmed0/youtube-uploader/issues/131

pc11000 commented 2 years ago

Same error here:

Error: Failed to find english language item : TimeoutError

any updates how to fix it?

daisy2kk commented 2 years ago

Hi, can anyone put the whole upload.ts file with modifications to skip error? I changed it but i cant make it work. Ty

fawazahmed0 commented 2 years ago

I have merged #133 , please try v1.3.64

daisy2kk commented 2 years ago

I have merged #133 , please try v1.3.64

ty. That part works now, but its stuck at completing the Title, description..etc.

daisy2kk commented 2 years ago

Can someone make it work for me, i willing to pay on freelancer platform.

fawazahmed0 commented 2 years ago

write email to youtube-uploader@datascraping.pp.ua for paid support

fawazahmed0 commented 2 years ago

This issue should be fixed in latest version v1.3.66 , thanks to @cip78 for getting this fixed