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

Error 23: ) does not have a value #3

Closed
Splatypus opened this issue Nov 9, 2019 · 1 comment
Closed

Error 23: ) does not have a value #3

Splatypus opened this issue Nov 9, 2019 · 1 comment

Comments

@Splatypus
Copy link

image

Im getting this error when running anything that runs proxy.jsx.
Did some logging and it seems to happen on line 43:

var jsonParsed = JSON.parse(JSON.parse(cardJSON));

Any log before this will print fine, any log after will not.

@Splatypus
Copy link
Author

Fixed: Issue was due to JSON.parse not having a proper object to parse. This was because get_card_info.py was failing to run due to "requests" not being installed.
If anyone else runs into this, you can fix it with a simple pip install requests

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