Hi,
I got a little problem. I just started and when I try the command client.account.get the script runs without any output. when i try client.account.get() i get this errors:
Traceback (most recent call last):
File "/home/jugger/Schreibtisch/ai/JuggerBOT/bot.py", line 7, in <module>
client.account.get()
File "/home/jugger/.local/lib/python3.11/site-packages/berserk/clients.py", line 115, in get
return self._r.get(path, converter=models.Account.convert)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jugger/.local/lib/python3.11/site-packages/berserk/session.py", line 60, in get
return self.request('GET', *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jugger/.local/lib/python3.11/site-packages/berserk/session.py", line 56, in request
return fmt.handle(response, is_stream=is_stream, converter=converter)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/jugger/.local/lib/python3.11/site-packages/berserk/formats.py", line 35, in handle
return converter(self.parse(response))
^^^^^^^^^^^^^^^^^^^^
File "/home/jugger/.local/lib/python3.11/site-packages/berserk/formats.py", line 76, in parse
return response.json(cls=self.decoder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/simplejson/init.py", line 542, in loads
return cls(encoding=encoding, **kw).decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: JSONDecoder.init() got an unexpected keyword argument 'encoding'
running the command upgrade_to_bot worked when i did it without '()' and also made the account to a bot account.
