shihabmridha / educative.io-downloader

Free Palestine. 📖 This tool is to download course from educative.io for offline usage. It uses your login credentials and download the course.
218 stars 130 forks source link

Print to pdf not implemented #41

Closed Smartman01 closed 4 years ago

Smartman01 commented 4 years ago

I am getting an error that says "Reason: Protocol error (Page.printToPDF): PrintToPDF is not implemented" Which results in nothing being downloaded. Btw I have loginCheck and headless set as false.

devKshitijJain commented 4 years ago

When you change headless to false it won't work. It will only work in headless true mode.

On Thu, 14 May, 2020, 12:16 am Carl Antoine, notifications@github.com wrote:

Reopened #41 https://github.com/shihabmridha/educative.io-downloader/issues/41.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shihabmridha/educative.io-downloader/issues/41#event-3333430215, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADELSXEU47R3OVRFU6UXAN3RRLTJVANCNFSM4NAASIMQ .

itsmeakashgoyal commented 4 years ago

Through this script mhtml files and pdf files are downloading but these are blank. No content is showing there. Kindly help to download the course.

devKshitijJain commented 4 years ago

Make headless false and see if you are logged in? Usually this happens when you are not logged in.

On Sun, 17 May, 2020, 11:23 am Akash Goyal, notifications@github.com wrote:

Through this script mhtml files and pdf files are downloading but these are blank. No content is showing there. Kindly help to download the course.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shihabmridha/educative.io-downloader/issues/41#issuecomment-629747636, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADELSXGEO2Q4GAEH4HZ5WPDRR53WRANCNFSM4NAASIMQ .

Smartman01 commented 4 years ago

Ok thank you