You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connecting to "tcp://127.0.0.1:1234"
Traceback (most recent call last):
File "/sbin/zerorpc", line 33, in <module>
sys.exit(load_entry_point('zerorpc==0.6.3', 'console_scripts', 'zerorpc')())
File "/usr/lib/python3.10/site-packages/zerorpc/cli.py", line 310, in main
return run_client(args)
File "/usr/lib/python3.10/site-packages/zerorpc/cli.py", line 270, in run_client
if not isinstance(results, collections.Iterator):
AttributeError: module 'collections' has no attribute 'Iterator'
The text was updated successfully, but these errors were encountered:
To reproduce:
Error at client side:
The text was updated successfully, but these errors were encountered: