i'm seeing this error in the log but i'm not sure what it affects me #7354
Closed
Eduardo911s
started this conversation in
Support
Replies: 1 comment
-
Since this ticket was opened a number of years ago without further comments it seems this issue has been resolved. The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
2021-07-10T18:58:05.046 wallet wallet_server : ERROR Exception: Task <Task pending name='Task-132' coro=<ChiaServer.incoming_api_task..api_call() running at chia\server\server.py:533>> got Future attached to a different loop, {'host': '127.0.0.1', 'port': 8444}. Traceback (most recent call last):
File "chia\server\server.py", line 523, in wrapped_coroutine
File "chia\wallet\wallet_node_api.py", line 49, in new_peak_wallet
File "chia\wallet\wallet_node.py", line 446, in new_peak_wallet
File "asyncio\locks.py", line 14, in aenter
File "asyncio\locks.py", line 120, in acquire
RuntimeError: Task <Task pending name='Task-132' coro=<ChiaServer.incoming_api_task..api_call() running at chia\server\server.py:533>> got Future attached to a different loop
2021-07-10T18:58:05.046 wallet wallet_server : ERROR Exception: Task <Task pending name='Task-132' coro=<ChiaServer.incoming_api_task..api_call() running at chia\server\server.py:533>> got Future attached to a different loop <class 'RuntimeError'>, closing connection {'host': '127.0.0.1', 'port': 8444}. Traceback (most recent call last):
File "chia\server\server.py", line 533, in api_call
File "asyncio\tasks.py", line 442, in wait_for
File "chia\server\server.py", line 530, in wrapped_coroutine
File "chia\server\server.py", line 523, in wrapped_coroutine
File "chia\wallet\wallet_node_api.py", line 49, in new_peak_wallet
File "chia\wallet\wallet_node.py", line 446, in new_peak_wallet
File "asyncio\locks.py", line 14, in aenter
File "asyncio\locks.py", line 120, in acquire
Beta Was this translation helpful? Give feedback.
All reactions