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
Attempted to run the tcp_transport example for messenger, got the following error.
$ python3 pox/pox.py log.level --DEBUG messenger messenger.tcp_transport messenger.example
POX 0.8.0 (halosaur) / Copyright 2011-2022 James McCauley, et al.
DEBUG:boot:Not launching of_01
DEBUG:core:POX 0.8.0 (halosaur) going up...
DEBUG:core:Running on CPython (3.10.12/Feb 4 2025 14:57:36)
DEBUG:messenger.tcp_transport:Listening on 0.0.0.0:7790
Traceback (most recent call last):
File "/home/nskj/work/quantum-nw/mini-q-nw/test-network/pox/pox/messenger/tcp_transport.py", line 204, in run
rlist, wlist, elist = yield Select([listener])
File "/home/nskj/work/quantum-nw/mini-q-nw/test-network/pox/pox/lib/recoco/recoco.py", line 551, in __init__
or (not isinstance(args[1], (type(None),list)))
IndexError: tuple index out of range
DEBUG:messenger.tcp_transport:No longer listening for connections
DEBUG:core:Platform is Linux-6.8.0-59-generic-x86_64-with-glibc2.35
INFO:core:POX 0.8.0 (halosaur) is up.
The text was updated successfully, but these errors were encountered:
Attempted to run the tcp_transport example for messenger, got the following error.
The text was updated successfully, but these errors were encountered: