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
$ uwsgitop http://127.0.0.1:9191
Traceback (most recent call last):
File "/usr/local/bin/uwsgitop", line 162, in main
r = urllib2.urlopen(addr)
File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.9/urllib/request.py", line 517, in open
response = self._open(req, data)
File "/usr/lib/python3.9/urllib/request.py", line 534, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 1375, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "/usr/lib/python3.9/urllib/request.py", line 1350, in do_open
r = h.getresponse()
File "/usr/lib/python3.9/http/client.py", line 1347, in getresponse
response.begin()
File "/usr/lib/python3.9/http/client.py", line 307, in begin
version, status, reason = self._read_status()
File "/usr/lib/python3.9/http/client.py", line 289, in _read_status
raise BadStatusLine(line)
http.client.BadStatusLine: {
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/bin/uwsgitop", line 331, in <module>
main()
File "/usr/local/bin/uwsgitop", line 179, in main
raise Exception("unable to get uWSGI statistics")
Exception: unable to get uWSGI statistics
The text was updated successfully, but these errors were encountered:
OS : Debian 11 ( bullseye )
uWSGI version : 2.0.19.1-7.1
app configuration
Then when trying to use uwsgitop
The text was updated successfully, but these errors were encountered: