Advertisement
Guest User

Untitled

a guest
Jun 26th, 2022
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. 20.205.7.253 - - [2022-06-26 16:35:11] "POST /data?action=getData HTTP/1.1" 200 937 0.007369
  2. Traceback (most recent call last):
  3. File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/pywsgi.py", line 976, in handle_one_response
  4. self.run_application()
  5. File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/pywsgi.py", line 923, in run_application
  6. self.result = self.application(self.environ, self.start_response)
  7. File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/app.py", line 2095, in __call__
  8. return self.wsgi_app(environ, start_response)
  9. File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/app.py", line 2088, in wsgi_app
  10. ctx.auto_pop(error)
  11. File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/ctx.py", line 490, in auto_pop
  12. self.pop(exc)
  13. File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/ctx.py", line 481, in pop
  14. ), f"Popped wrong request context. ({rv!r} instead of {self!r})"
  15. AssertionError: Popped wrong request context. (<RequestContext 'http://ip.ip.ip.ip:7999/data?action=getData' [POST] of BTPanel> instead of <RequestContext 'http://ip.ip.ip.ip:7999/firewall?action=GetSshInfo' [POST] of BTPanel>)
  16. 2022-06-26T08:35:11Z {'REMOTE_ADDR': '20.205.7.253', 'REMOTE_PORT': '41854', 'HTTP_HOST': 'ip.ip.ip.ip:7999', (hidden keys: 32)} failed with AssertionError
  17.  
  18. 20.205.7.253 - - [2022-06-26 16:35:11] "POST /firewall?action=GetSshInfo HTTP/1.1" 500 161 0.074497
  19. Traceback (most recent call last):
  20. File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/pywsgi.py", line 976, in handle_one_response
  21. self.run_application()
  22. File "/www/server/panel/pyenv/lib/python3.7/site-packages/gevent/pywsgi.py", line 923, in run_application
  23. self.result = self.application(self.environ, self.start_response)
  24. File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/app.py", line 2095, in __call__
  25. return self.wsgi_app(environ, start_response)
  26. File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/app.py", line 2088, in wsgi_app
  27. ctx.auto_pop(error)
  28. File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/ctx.py", line 490, in auto_pop
  29. self.pop(exc)
  30. File "/www/server/panel/pyenv/lib/python3.7/site-packages/flask/ctx.py", line 481, in pop
  31. ), f"Popped wrong request context. ({rv!r} instead of {self!r})"
  32. AssertionError: Popped wrong request context. (<RequestContext 'http://ip.ip.ip.ip:7999/firewall?action=GetSshInfo' [POST] of BTPanel> instead of <RequestContext 'http://ip.ip.ip.ip:7999/data?action=getData' [POST] of BTPanel>)
  33. 2022-06-26T08:35:11Z {'REMOTE_ADDR': '20.205.7.253', 'REMOTE_PORT': '41868', 'HTTP_HOST': 'ip.ip.ip.ip:7999', (hidden keys: 33)} failed with AssertionError
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement