Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: dictionary changed size during iteration #1

Closed
DogsTailFarmer opened this issue Aug 17, 2023 · 0 comments
Closed

RuntimeError: dictionary changed size during iteration #1

DogsTailFarmer opened this issue Aug 17, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@DogsTailFarmer
Copy link
Owner

version = "1.3.6b3"

[2023-08-17 20:35:43,285: ERROR] Unexpected [RuntimeError] raised by servicer method [/martin.Martin/StopStream]
Traceback (most recent call last):
  File "src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi", line 682, in grpc._cython.cygrpc._handle_excepti
ons
  File "src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi", line 796, in _handle_rpc
  File "src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi", line 547, in _handle_unary_unary_rpc
  File "src/python/grpcio/grpc/_cython/_cygrpc/aio/server.pyx.pxi", line 404, in _finish_handler_with_unary_response
  File "/home/ubuntu/.local/lib/python3.10/site-packages/exchanges_wrapper/exch_srv.py", line 826, in StopStream
    await stop_stream(client, request.trade_id)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/exchanges_wrapper/exch_srv.py", line 846, in stop_stream
    await client.stop_events_listener(trade_id)
  File "/home/ubuntu/.local/lib/python3.10/site-packages/exchanges_wrapper/client.py", line 183, in stop_events_list
ener
    await self.user_wss_session.stop()
  File "/home/ubuntu/.local/lib/python3.10/site-packages/crypto_ws_api/ws_session.py", line 429, in stop
    for ws in self.user_wss.values():
RuntimeError: dictionary changed size during iteration
@DogsTailFarmer DogsTailFarmer added the bug Something isn't working label Aug 17, 2023
@DogsTailFarmer DogsTailFarmer self-assigned this Aug 17, 2023
@DogsTailFarmer DogsTailFarmer transferred this issue from DogsTailFarmer/exchanges-wrapper Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant