You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Sometimes when printing large strings, I get the following error in uwsgi:
Works fine in django runserver. Any way to fix this ?
The text was updated successfully, but these errors were encountered: