fawazahmed0 / youtube-uploader

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

unsupported browser error on heroku #71

Open TentacleSama4254 opened 2 years ago

TentacleSama4254 commented 2 years ago

in the the edit() function i have an 'unsupported browser error' while running headless on heroku cant seem to get the xpaths/selector of the skip to studio button since it only appears while headless is true and on heroku g

TentacleSama4254 commented 2 years ago

image

pierreminiggio commented 2 years ago

From what I can see, seems like Heroku has multiple OS, maybe you have an option somewhere that allows you to use another more up to date one ?

Puppeteer can also work with many browsers, you could try to load another browser (cf puppeteer's documentation) to see if the version of said browser you can install on Heroku is supported by Google / Youtube.

green-globe commented 8 months ago

The issue seems to be a response triggered by mass uploading. Google identifies the browser as a bot and puts the system into a login loop. I am not sure how to resolve this just yet, but hope this info helps.

Possible solution: proxies?