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
C:\Users\IoSonoLeggenda\Desktop\subito>python subito-searcher.py --refresh
Traceback (most recent call last):
File "C:\Users\IoSonoLeggenda\Desktop\subito\subito-searcher.py", line 294, in
load_queries()
File "C:\Users\IoSonoLeggenda\Desktop\subito\subito-searcher.py", line 61, in load_queries
queries = json.load(file)
File "C:\Users\IoSonoLeggenda\AppData\Local\Programs\Python\Python39\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Users\IoSonoLeggenda\AppData\Local\Programs\Python\Python39\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\IoSonoLeggenda\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\IoSonoLeggenda\AppData\Local\Programs\Python\Python39\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)
The text was updated successfully, but these errors were encountered:
Hi, are you still encountering this error? It seems that the issue might be related to the searches.tracked file. Let me know if you still need help :)
C:\Users\IoSonoLeggenda\Desktop\subito>python subito-searcher.py --refresh
Traceback (most recent call last):
File "C:\Users\IoSonoLeggenda\Desktop\subito\subito-searcher.py", line 294, in
load_queries()
File "C:\Users\IoSonoLeggenda\Desktop\subito\subito-searcher.py", line 61, in load_queries
queries = json.load(file)
File "C:\Users\IoSonoLeggenda\AppData\Local\Programs\Python\Python39\lib\json_init_.py", line 293, in load
return loads(fp.read(),
File "C:\Users\IoSonoLeggenda\AppData\Local\Programs\Python\Python39\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\IoSonoLeggenda\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\IoSonoLeggenda\AppData\Local\Programs\Python\Python39\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)
The text was updated successfully, but these errors were encountered: