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

JSON decoder error #1

Open
laurabujouves opened this issue May 27, 2018 · 1 comment
Open

JSON decoder error #1

laurabujouves opened this issue May 27, 2018 · 1 comment

Comments

@laurabujouves
Copy link

When I try to run python api_wrapper.py in power shell I get the following error:

json.decoder.JSONDecodeError: Invalid \escape: line 1 column 4 (char 3)

@jsennett
Copy link
Contributor

Hi @laurabujouves -- this error comes up if you use backslashes (\) instead of forward slashes (/) in your configuration file parameters, such as the directory variable. Could you try replacing these? I updated the README to clarify this.

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

2 participants