-
Notifications
You must be signed in to change notification settings - Fork 14
Description
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()]>, <DeferredProm...d raised dict>) at C:\Users\xxx\AppData\Local\Programs\Python\Python310\lib\asyncio\futures.py:379
handle: <Handle _chain_future.._set_state(<Future pendi...ask_wakeup()]>, <DeferredProm...d raised dict>) 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_future_exc(exception))
TypeError: invalid exception object
All other functions working well. Using PyCharm and VS code same error.
Any advice appreciated.