From the traceback, it looks like the error occurs when calling get_config()
, i.e. when fetching your Prodigy configuration. This likely means that your prodigy.json
contains invalid JSON and can’t be loaded (also see this thread for the same error message and solution). Maybe double-check if with a JSON linter if you can’t immediately spot what’s wrong.