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

AssertionError inside linkstatetask #263

Open
runborg opened this issue Jun 21, 2024 · 0 comments
Open

AssertionError inside linkstatetask #263

runborg opened this issue Jun 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@runborg
Copy link

runborg commented Jun 21, 2024

A traceback observed while parsing logs. i do not know why this has happened or the circumstances around it.

ENTRY: Traceback (most recent call last):
  File "/home/runarb/zino2/zino-env/lib/python3.10/site-packages/apscheduler/executors/base_py3.py", line 30, in run_coroutine_job
    retval = await job.func(*job.args, **job.kwargs)
  File "/home/runarb/zino2/zino-env/lib/python3.10/site-packages/zino/tasks/linkstatetask.py", line 75, in poll_single_interface
    assert all(ident.index == OID(f".{ifindex}") for ident, value in result)
AssertionError

COUNT: 1
CC: ['2024-06-19 10:50:35,847 - ERROR - apscheduler.executors.default (MainThread) - Job "<redacted>-verify-569-state (trigger: date[2024-06-19 10:50:34 CEST], next run at: 2024-06-19 10:50:34 CEST)" raised an exception']
@lunkwill42 lunkwill42 added the bug Something isn't working label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants