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

For windows platform i get json.decoder.JSONDecodeError #14

Open
N0l2n opened this issue Jan 31, 2020 · 4 comments
Open

For windows platform i get json.decoder.JSONDecodeError #14

N0l2n opened this issue Jan 31, 2020 · 4 comments

Comments

@N0l2n
Copy link

N0l2n commented Jan 31, 2020

Hello, please add type for windows platform.
I get json.decoder.JSONDecodeError

@N0l2n
Copy link
Author

N0l2n commented Jan 31, 2020

This is full report:

Traceback (most recent call last): File "whatbreach.py", line 5, in <module> main() File "C:\Users\me\.whatbreach_home\whatbreach\main.py", line 45, in main api_tokens = grab_api_tokens() File "C:\Users\me\.whatbreach_home\lib\settings.py", line 248, in grab_api_tokens tokens[token_identifier] = json.load(data) File "C:\Python\Python38\lib\json\__init__.py", line 293, in load return loads(fp.read(), File "C:\Python\Python38\lib\json\__init__.py", line 357, in loads return _default_decoder.decode(s) File "C:\Python\Python38\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Python\Python38\lib\json\decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

@Klairm
Copy link

Klairm commented Oct 26, 2021

same here

@Stef16Robbe
Copy link

wsl aswell, windows is not the issue

@Ekultek
Copy link
Owner

Ekultek commented Dec 22, 2021

is there a certain token you arent adding?

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

4 participants