lawrensylvan / linkedin-learning-courses-downloader

Download LinkedIn learning courses using your LinkedIn Premium account
GNU General Public License v2.0
43 stars 19 forks source link

The only Chrome revision guaranteed to work is chrome revision r722234 #1

Closed linibensonjr closed 4 years ago

linibensonjr commented 4 years ago

It wouldn't sign me in, although the first trial seem successful, but it later return: TimeoutError: Timed out after 30000 ms while trying to connect to Chrome! The only Chrome revision guaranteed to work is chrome revision r722234.

lawrensylvan commented 4 years ago

That error is raised by Puppeteer, a library that silently opens a Chrome (Chromium) navigator in the background and does all the clicks required to download the lessons.

The issue has been reported several times on Puppeteer's Github. What I suggest :

Good luck ! If you find something to add in the Puppeteer config that would make the whole codebase work under a wider range of configs, tell me what you did !

linibensonjr commented 4 years ago

Thank you for the suggestions. I'll try them out and get back to you

shadowdragon007 commented 4 years ago

hi toggling the headless to false did work. but there is another problem for me, my access to LinkedIn is provided by my university and is required to use a single sign-on function. before I can even input my details on single sign on-page the tab, get refreshed. can u please add a delay of 5 to 10 seconds to go from username page to password page then to my organization page, please

lawrensylvan commented 4 years ago

Duplicate of this issue