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
module 'socket' has no attribute 'CAN_RAW_JOIN_FILTERS'
Traceback (most recent call last):
File "/home/tobias/Downloads/gallia/src/gallia/command/base.py", line 343, in entry_point
exit_code = self.run()
File "/home/tobias/Downloads/gallia/src/gallia/command/base.py", line 450, in run
asyncio.run(self._run())
~~~~~~~~~~~^^^^^^^^^^^^^
File "/home/tobias/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/asyncio/runners.py", line 194, in run
return runner.run(main)
~~~~~~~~~~^^^^^^
File "/home/tobias/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/home/tobias/.local/share/uv/python/cpython-3.13.0-linux-x86_64-gnu/lib/python3.13/asyncio/base_events.py", line 721, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/home/tobias/Downloads/gallia/src/gallia/command/base.py", line 445, in _run
await self.main()
File "/home/tobias/Downloads/gallia/src/gallia/commands/discover/uds/isotp.py", line 117, in main
transport.set_filter(addr_idle, inv_filter=True)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/tobias/Downloads/gallia/src/gallia/transports/can.py", line 174, in set_filter
self._sock.setsockopt(s.SOL_CAN_RAW, s.CAN_RAW_JOIN_FILTERS, 1)
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'socket' has no attribute 'CAN_RAW_JOIN_FILTERS'. Did you mean: 'CAN_RAW_FILTER'?
/cc @peckto
The python builds published by https://github.com/indygreg/python-build-standalone miss certain constants for some reasons.
The text was updated successfully, but these errors were encountered: