kylon / Sharedown

Electron application to download Sharepoint videos (especially meant for students)
GNU General Public License v3.0
370 stars 41 forks source link

Puppeteer Error #11

Closed Imma-P closed 3 years ago

Imma-P commented 3 years ago

When I try to download a video, I get this error:

waiting for selector 'input[type="text"]' failed: timeout 30000ms exceeded

Imma-P commented 3 years ago

I just realized this only happens if Sharedown login module is set on "University [Simple]"

kylon commented 3 years ago

that means your login page is different and a new module is required to enable auto-login for that

Imma-P commented 3 years ago

that means your login page is different and a new module is required to enable auto-login for that

Ok. Thank you