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

Crash Log #12

Closed
ghost opened this issue Sep 1, 2021 · 0 comments
Closed

Crash Log #12

ghost opened this issue Sep 1, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 1, 2021

Running Stratuxcot on Debian for WSL, local network (ethernet) with StratuX device.
StratuX image: https://github.com/cyoung/stratux/releases/tag/v1.6r1-eu025-us

user@DebianWSL:~$ stratuxcot -U udp:192.168.1.64:4242 -W ws://192.168.1.179/traffic -S 25
2021-09-01 10:37:58,771 pytak INFO - Running StratuxWorker
2021-09-01 10:37:58,786 pytak INFO - Running EventWorker
2021-09-01 10:38:01,714 pytak INFO - Running EventReceiver
2021-09-01 10:38:01,719 pytak INFO - Connected to 'ws://192.168.1.179/traffic'
Task completed: <Task finished coro=<Worker.run() done, defined at /usr/lib/python3/dist-packages/pytak/classes.py:55> exception=OSError(22, 'Invalid argument')>
ERROR:asyncio:Task exception was never retrieved
future: <Task finished coro=<Worker.run() done, defined at /usr/lib/python3/dist-packages/pytak/classes.py:55> exception=OSError(22, 'Invalid argument')>
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pytak/classes.py", line 65, in run
    await self.handle_event(event)
  File "/usr/lib/python3/dist-packages/pytak/classes.py", line 97, in handle_event
    await self.writer.send(_event)
  File "/usr/lib/python3/dist-packages/pytak/asyncio_dgram/aio.py", line 152, in send
    await super().send(data)
  File "/usr/lib/python3/dist-packages/pytak/asyncio_dgram/aio.py", line 106, in send
    _ = self.exception
  File "/usr/lib/python3/dist-packages/pytak/asyncio_dgram/aio.py", line 59, in exception
    raise exc
  File "/usr/lib/python3.7/asyncio/selector_events.py", line 985, in sendto
    self._sock.send(data)
OSError: [Errno 22] Invalid argument
Exception ignored in: <function DatagramStream.__del__ at 0x7fbb4a9f3400>
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pytak/asyncio_dgram/aio.py", line 49, in __del__
    self._transport.close()
  File "/usr/lib/python3.7/asyncio/selector_events.py", line 650, in close
    self._loop.call_soon(self._call_connection_lost, None)
  File "/usr/lib/python3.7/asyncio/base_events.py", line 688, in call_soon
    self._check_closed()
  File "/usr/lib/python3.7/asyncio/base_events.py", line 480, in _check_closed
    raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
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