You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: