Added error handling when getting submissions #2
No reviewers
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#2
Loading…
Reference in New Issue
No description provided.
Delete Branch "master"
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?
Hi Alex, thank you for your PRs! I'm glad you found this script useful 😊
I'm curious what errors were being thrown here and where they originated? It would be nice to scope down the try/excepts a little if possible.
Here is the error and traceback I was specifically getting. I imagine that this is probably just an error with my school's configuration of permissions or something, but I wanted to be able to just continue on with the script instead of having it exit out.
Ah I see, thank you for the stack trace. That's interesting, the for..in loop actually throws the error when it gets to a certain submission where you don't have the right perms.