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: AbstractLinkable._notifier is None in _notify_links method #400

Open
Stefal opened this issue Jun 11, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@Stefal
Copy link
Owner

Stefal commented Jun 11, 2024

Describe the bug
When starting the new web server (gunicorn) i get these errors messages:

Traceback (most recent call last):
  File "src/gevent/_abstract_linkable.py", line 287, in gevent._gevent_c_abstract_linkable.AbstractLinkable._notify_links
  File "src/gevent/_abstract_linkable.py", line 333, in gevent._gevent_c_abstract_linkable.AbstractLinkable._notify_links
AssertionError: (None, <callback at 0x7f755601ac80 args=([],)>)
2024-06-11T19:50:43Z <callback at 0x7f755601ac80 args=([],)> failed with AssertionError

To Reproduce
Steps to reproduce the behavior:

  1. Start the web server, or read the logs

Expected behavior
No error messages

Software/Hardware (please complete the following information):

  • RTKBase release number 2.6
  • gevent 24.2.1
  • gunicorn 22.0.0

Additional context

The server runs correctly. We can ignore this message.
Seems related to gevent/gevent#1895 but I don't use a debug tool.

@Stefal Stefal added the bug Something isn't working label Jun 11, 2024
@Stefal Stefal self-assigned this Jun 11, 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

1 participant