vivinano / MudaeAutoBot

python bot that uses strictly the **Discord API** to Roll,Claim,and Kakera Snipe in Mudae. 5/10/21 project converted over to discum library
Apache License 2.0
143 stars 47 forks source link

Will not start, saying this in idle #225

Closed Sogakingdom closed 1 year ago

Sogakingdom commented 1 year ago

= RESTART: C:\Users\me\Downloads\MudaeAutoBot-main\MudaeAutoBot-main\MudaeAutoBot.py Traceback (most recent call last): File "C:\Users\me\Downloads\MudaeAutoBot-main\MudaeAutoBot-main\MudaeAutoBot.py", line 32, in settings = json.load(jsonf) File "C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\json__init.py", line 293, in load return loads(fp.read(), File "C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\json\init__.py", line 346, in loads return _default_decoder.decode(s) File "C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Expecting ',' delimiter: line 24 column 7 (char 485)

vivinano commented 1 year ago

Invalid json setting I think it look like your missing a CommaSent from my iPhoneOn Jan 15, 2023, at 3:22 AM, Sogakingdom @.***> wrote: = RESTART: C:\Users\me\Downloads\MudaeAutoBot-main\MudaeAutoBot-main\MudaeAutoBot.py Traceback (most recent call last): File "C:\Users\me\Downloads\MudaeAutoBot-main\MudaeAutoBot-main\MudaeAutoBot.py", line 32, in settings = json.load(jsonf) File "C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\jsoninit.py", line 293, in load return loads(fp.read(), File "C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\jsoninit.py", line 346, in loads return _default_decoder.decode(s) File "C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Users\me\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Expecting ',' delimiter: line 24 column 7 (char 485)

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

Sogakingdom commented 1 year ago

i tried writing a comma line 24 column 7 and it told me invalid syntax for where the comma was

Sogakingdom commented 1 year ago

image line 24 column 7 is between "def" and "_check_size_limit"

Sogakingdom commented 1 year ago

nevemind you said in the json settings, i found it thanks