Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import error before handling #1

Open
ch4zm opened this issue Nov 17, 2021 · 0 comments
Open

import error before handling #1

ch4zm opened this issue Nov 17, 2021 · 0 comments

Comments

@ch4zm
Copy link
Owner

ch4zm commented Nov 17, 2021

Traceback (most recent call last):
  File "/private/tmp/vp/bin/game-dump", line 8, in <module>
    sys.exit(main())
  File "/private/tmp/vp/lib/python3.7/site-packages/game_dump/command.py", line 58, in main
    v = JsonView(options)
  File "/private/tmp/vp/lib/python3.7/site-packages/game_dump/view.py", line 36, in __init__
    gd = RawGameData(self.game_id)
  File "/private/tmp/vp/lib/python3.7/site-packages/game_dump/data.py", line 33, in __init__
    except JSONDecodeError:
NameError: name 'JSONDecodeError' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant