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

I get the following error when I start exo. How can I fix it? #794

Open
ihero3 opened this issue Mar 20, 2025 · 0 comments
Open

I get the following error when I start exo. How can I fix it? #794

ihero3 opened this issue Mar 20, 2025 · 0 comments

Comments

@ihero3
Copy link

ihero3 commented Mar 20, 2025

exo
Traceback (most recent call last):
File "/Users/wuwei/Documents/exo/.venv/bin/exo", line 5, in
from exo.main import run
File "/Users/wuwei/Documents/exo/exo/init.py", line 1, in
from exo.helpers import DEBUG as DEBUG, DEBUG_DISCOVERY as DEBUG_DISCOVERY, VERSION as VERSION
File "/Users/wuwei/Documents/exo/exo/helpers.py", line 10, in
from scapy.all import get_if_addr, get_if_list
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/all.py", line 26, in
from scapy.route import *
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/route.py", line 247, in
conf.route = Route()
~~~~~^^
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/route.py", line 37, in init
self.resync()
~~~~~~~~~~~^^
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/route.py", line 47, in resync
self.routes = read_routes()
~~~~~~~~~~~^^
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/arch/bpf/pfroute.py", line 998, in read_routes
resp = _sr1_bsdsysctl(mib)
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/arch/bpf/pfroute.py", line 975, in _sr1_bsdsysctl
return pfmsghdrs(bytes(oldp))
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/base_classes.py", line 481, in call
i.init(*args, **kargs)
~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/packet.py", line 186, in init
self.dissect(_pkt)
~~~~~~~~~~~~^^^^^^
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/packet.py", line 1084, in dissect
s = self.do_dissect(s)
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/packet.py", line 1022, in do_dissect
s, fval = f.getfield(self, s)
~~~~~~~~~~^^^^^^^^^
File "/Users/wuwei/Documents/exo/.venv/lib/python3.13/site-packages/scapy/fields.py", line 1836, in getfield
raise MaximumItemsCount(
...<3 lines>...
)
scapy.fields.MaximumItemsCount: Maximum amount of items reached in PacketListField: 4096 (defaults to conf.max_list_count)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant