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

BlockingIOError: [Errno 11] write could not complete without blocking #2622

Open
sindhujit1 opened this issue Mar 24, 2024 · 0 comments
Open

Comments

@sindhujit1
Copy link

Sometimes when printing large strings, I get the following error in uwsgi:

File "/apps/netadc3/.venvs3/netadc3.8/lib64/python3.8/site-packages/django/contrib/auth/decorators.py", line 23, in _wrapper_view
    return view_func(request, *args, **kwargs)
  File "/apps/netadc3/arista/views/views_initial_arista.py", line 136, in getarista
    print(i,"i")
BlockingIOError: [Errno 11] write could not complete without blocking

Works fine in django runserver. Any way to fix this ?

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