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 DECODE ERROR #19

Open
skhrlx opened this issue May 28, 2022 · 0 comments
Open

JSON DECODE ERROR #19

skhrlx opened this issue May 28, 2022 · 0 comments

Comments

@skhrlx
Copy link

skhrlx commented May 28, 2022

this happens in any executable that i try

[INFO] Opening file with r2
Traceback (most recent call last):
File "C:\Users\noobz\Downloads\metame-master\metame-master\build\scripts-3.10\metame", line 5, in
metame.main()
File "C:\Program Files\Python310\lib\site-packages\metame_init_.py", line 19, in main
r = r2parser.R2Parser(args.input, True, debug=args.debug, force_replace=args.force)
File "C:\Program Files\Python310\lib\site-packages\metame\r2parser.py", line 20, in init
info = json.loads(self.r2.cmd("ij").replace("\", "\\"))
File "C:\Users\noobz\AppData\Roaming\Python\Python310\site-packages\simplejson_init_.py", line 525, in loads
return _default_decoder.decode(s)
File "C:\Users\noobz\AppData\Roaming\Python\Python310\site-packages\simplejson\decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "C:\Users\noobz\AppData\Roaming\Python\Python310\site-packages\simplejson\decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

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