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
Setuptools hides the error message because the status code is 200. I discovered it by inspecting web traffic on the loopback interface, since Nginx proxies to Gunicorn on localhost:8080.
tcpdump -A -s 0 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' -i lo
This particular instance was upgraded from 0.4.1 to 0.9.3 (through 0.5.0 to access the South migrations). Uploads have worked since the upgrade, but stopped working this weekend (July 25).
Any ideas how to resolve this issue?
The text was updated successfully, but these errors were encountered:
I am running Localshop 0.9.3 on top of a standard stack:
I can access the web interface and download packages without any problems.
However, I cannot upload packages. Uploads appear to succeed:
but the response actually contains an
xml.parsers.expat.ExpatError
syntax error:Setuptools hides the error message because the status code is 200. I discovered it by inspecting web traffic on the loopback interface, since Nginx proxies to Gunicorn on
localhost:8080
.I can reproduce this reliably:
Here are the contents of the virtualenv:
This particular instance was upgraded from 0.4.1 to 0.9.3 (through 0.5.0 to access the South migrations). Uploads have worked since the upgrade, but stopped working this weekend (July 25).
Any ideas how to resolve this issue?
The text was updated successfully, but these errors were encountered: