Poryaei / All-In-One

Automatic clicker for the (Hamster ~ TapSwap ~ Cex IO) bots.
MIT License
119 stars 26 forks source link

Error #78

Closed almir20122 closed 1 month ago

almir20122 commented 1 month ago

Hello

PS C:\All-In-One> python multi-account.py
Traceback (most recent call last):
  File "C:\All-In-One\multi-account.py", line 9, in <module>
    from scripts.tg_client  import create_client, reload_sessions, reload_rabbit_url
  File "C:\All-In-One\scripts\tg_client.py", line 10, in <module>
    data             = json.load(f)
                       ^^^^^^^^^^^^
  File "C:\Users\Acer\AppData\Local\Programs\Python\Python311\Lib\json\__init__.py", line 293, in load
    return loads(fp.read(),
           ^^^^^^^^^^^^^^^^
  File "C:\Users\Acer\AppData\Local\Programs\Python\Python311\Lib\json\__init__.py", line 346, in loads
    return _default_decoder.decode(s)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\Acer\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\Acer\AppData\Local\Programs\Python\Python311\Lib\json\decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 11 column 21 (char 335)