raid-toolkit / raid-toolkit-sdk

MIT License
40 stars 13 forks source link

Get_account_dump error [Python] #88

Open JatzCracker opened 1 year ago

JatzCracker commented 1 year ago

Receiving error below with the following:

globals.accountdump = await client.AccountApi.get_account_dump(accounts[0]["id"])

ERROR: _Exception in callback _chain_future.._set_state(<Future pendi...ask_wakeup()]>, ) at C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\asyncio\futures.py:379 handle: <Handle _chain_future.._set_state(<Future pendi...ask_wakeup()]>, ) at C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\asyncio\futures.py:379> Traceback (most recent call last): File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\asyncio\events.py", line 80, in _run self._context.run(self._callback, *self._args) File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\asyncio\futures.py", line 381, in _set_state _copy_future_state(other, future) File "C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\asyncio\futures.py", line 357, in _copy_future_state dest.set_exception(_convert_futureexc(exception)) TypeError: invalid exception object

All other functions working well. Using PyCharm and VS code same error.

Any advice appreciated.