dourvaris / nano-python

RaiBlocks Node RPC Python Client

Home Page:https://nano-python.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONDecodeError: Expecting value: line 2 column 1 (char 1) while posting request

YoManGaming opened this issue · comments

main_wallet = rpc.account_create('2CB551493A078786CDA2622C12901721D959BDB8A9BB61592FBC625187850C86', False)
File "C:\Users\matti\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\nano\rpc.py", line 378, in account_create
resp = self.call('account_create', payload)
File "C:\Users\matti\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\nano\rpc.py", line 82, in call
result = resp.json()
File "C:\Users\matti\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\requests\models.py", line 892, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1520.0_x64__qbz5n2kfra8p0\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1520.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.9_3.9.1520.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1)

What am i doing wrong here?