Cannot find chrome #15
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#15
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?
Whenever I try to run the program I get this error message occasionally. I suspect this means that
puppeteer
cannot find chrome. I have updated mysinglefile.py
file to include these lines:(I changed the file location of the chrome bin)
after doing this I still get the error message. I don't know if I am doing anything wrong.
Nevermind