Skip to content

Get_account_dump error [Python] #88

@JatzCracker

Description

@JatzCracker

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions