Was not able to save the URL using singlefile. The reported error was No such file or directory #11
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cyberes/canvas-student-data-export#11
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
% python export.py
Issue is only with single-file, the rest of the program will still run till completion with expected output/export.
To Reproduce
Steps to reproduce the behavior:
Manual installation:
pip install -r requirements.txt
sudo apt install git
npm i github:gildas-lormeau/SingleFile
Run:
python export.py
output snippet below
Expected behavior
Save https://xxxx.instructure.com/courses/ to courses_list.html in ./ouput.
Environment
@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
@Bristopher I no longer have access to Canvas so it will be challenging for me to debug this issue. If you'd like you can schedule a call with me and we can debug the issue from your computer: https://usemotion.com/meet/davidk/hxmsj33
@Bristopher Can you go to the bottom of singlefile.py, uncomment out the section at the bottom, and run the singlefile.py? Post any errors you get. Sorry for the late response.