-
Notifications
You must be signed in to change notification settings - Fork 137
Troubleshooting
Pseudonium edited this page Dec 14, 2020
·
3 revisions
If you're finding e.g. IDs not being added on some cards, check the console (ctrl-shift-i or cmd-shift-i to open) to see if the script logged any errors.
If the script itself is not able to run, try running python3 {PATH_TO_SCRIPT}
.
If you are unable to get pip
to run, see this user guide.
Some people have reported issues with installing the Gooey
dependency. From v2.5.0 onwards, the script can run without Gooey
, falling back to a command-line interface.
The script was written in Python 3.8.5, and it uses os
module features from Python 3.6+ This issue confirms that the script does not run on Python 2.