-
Notifications
You must be signed in to change notification settings - Fork 1
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
I have Issue to run #248
Comments
Thanks for opening an Issue request, I'll check it out shortly. |
bots broken due to new UI update, and I dont have time to fix it atm |
2024-11-05 02:41:35,095 DEBUG Loading installation info
Expecting value: line 1 column 1 (char 0)
NoneType: None
Expecting value: line 1 column 1 (char 0)
NoneType: None
Traceback (most recent call last):
2024-11-05 02:41:35,608 DEBUG Loading installation info
File "C:\Users\moham\OneDrive\Desktop\CodeName\BHBot-main\gui.py", line 4, in
2024-11-05 02:41:35,608 DEBUG Loading installation info
from bot import (
File "C:\Users\moham\OneDrive\Desktop\CodeName\BHBot-main\bot.py", line 4, in
from config import (
File "C:\Users\moham\OneDrive\Desktop\CodeName\BHBot-main\config.py", line 3, in
from abstract_mode import Mode
File "C:\Users\moham\OneDrive\Desktop\CodeName\BHBot-main\abstract_mode.py", line 2, in
from utils import (
File "C:\Users\moham\OneDrive\Desktop\CodeName\BHBot-main\utils.py", line 355, in
global_settings = Settings.load()
File "C:\Users\moham\OneDrive\Desktop\CodeName\BHBot-main\utils.py", line 170, in load
return cls({})
File "C:\Users\moham\OneDrive\Desktop\CodeName\BHBot-main\utils.py", line 123, in init
pyupdater_client = Client(
File "C:\Users\moham\AppData\Local\Programs\Python\Python310\lib\site-packages\pyupdater\client_init_.py", line 213, in init
self.refresh()
File "C:\Users\moham\AppData\Local\Programs\Python\Python310\lib\site-packages\pyupdater\client_init_.py", line 217, in refresh
self.get_signing_key()
File "C:\Users\moham\AppData\Local\Programs\Python\Python310\lib\site-packages\pyupdater\client_init.py", line 368, in get_signing_key
key_data = json.loads(key_data_str.decode("utf-8"))
File "C:\Users\moham\AppData\Local\Programs\Python\Python310\lib\json_init.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\moham\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\moham\AppData\Local\Programs\Python\Python310\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: