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

ERROR:asyncio:Task exception was never retrieved #10

Open
grumpyprogrammingracoon opened this issue Jan 25, 2024 · 0 comments
Open

ERROR:asyncio:Task exception was never retrieved #10

grumpyprogrammingracoon opened this issue Jan 25, 2024 · 0 comments

Comments

@grumpyprogrammingracoon
Copy link

grumpyprogrammingracoon commented Jan 25, 2024

INFO - Complete: <Task finished name='Task-3' coro=<RXWorker.run() done, defined at /home/x/.local/lib/python3.9/site-packages/pytak/classes.py:226> exception=DecodeError('Error parsing message')>
ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-3' coro=<RXWorker.run() done, defined at /home/x/.local/lib/python3.9/site-packages/pytak/classes.py:226> exception=DecodeError('Error parsing message')>
Traceback (most recent call last):
File "/home/x/.local/lib/python3.9/site-packages/pytak/classes.py", line 233, in run
data: bytes = await self.readcot()
File "/home/x/.local/lib/python3.9/site-packages/pytak/classes.py", line 219, in readcot
tak_v1 = takproto.parse_proto(cot)
File "/usr/local/lib/python3.9/dist-packages/takproto/functions.py", line 50, in parse_proto
parsed = parse_mesh(msg)
File "/usr/local/lib/python3.9/dist-packages/takproto/functions.py", line 60, in parse_mesh
protobuf.ParseFromString(bytes(msg))
google.protobuf.message.DecodeError: Error parsing message

running on current RaspbianOS on RaspberryPi3b+

aiscot -c /usr/local/bin/config.ini
2024-01-25 14:43:22,184 pytak INFO - COT_URL: tcp://192.168.1.245:8087
2024-01-25 14:43:22,185 aiscot INFO - Run: <class 'pytak.classes.CLITool'>
2024-01-25 14:43:22,189 aiscot INFO - Run: <class 'pytak.classes.TXWorker'>
2024-01-25 14:43:22,189 aiscot INFO - Sending to: tcp://192.168.1.245:8087
2024-01-25 14:43:22,190 aiscot INFO - Listening for AIS on 0.0.0.0:5050
2024-01-25 14:43:22,191 aiscot INFO - Run: <class 'pytak.classes.RXWorker'>
2024-01-25 14:43:22,191 aiscot INFO - Connection from peer (no peername available).

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