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
I am getting the error OSError: [Errno 90] Message too long when my string is a bit too long. This does not happen when running it on my django runserver. It happens when printing a large string using uwsgi+nginx in our E2 and E3 envs. Any help would be appreciated!
Using uwsgi 2.0.24 and python 3.8
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 140, in getarista
print(leafxmlarray,"leafxmlarray","lets see")
OSError: [Errno 90] Message too long
The text was updated successfully, but these errors were encountered:
I am getting the error
OSError: [Errno 90] Message too long
when my string is a bit too long. This does not happen when running it on my django runserver. It happens when printing a large string using uwsgi+nginx in our E2 and E3 envs. Any help would be appreciated!Using uwsgi 2.0.24 and python 3.8
The text was updated successfully, but these errors were encountered: