davekats / canvas-student-data-export

Python script to download all of your student data from Canvas LMS
123 stars 33 forks source link

Cannot bypass login page for any downloaded HTML files #16

Closed banksmic closed 10 months ago

banksmic commented 1 year ago

I am able to download the module HTML files from Canvas, however all of them just show the login page where you type in your university credentials. Even the credentials that I know currently work will not work on the local HTML files.

I opened one in Visual Studio Code to see what it looks like, and it seems that everything except the login portion is base64 encoded, and is likely encrypted. Is there a way around this?

davekats commented 1 year ago

@dj346 Are you able to help debug this issue? I no longer have access to Canvas so it's difficult for me to debug issues like this

davekats commented 1 year ago

@banksmic Do you have your cookies file set up? image

davekats commented 10 months ago

I will close this for now. Let me know if you still have any issues.