Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when proxy request which code is 304 #380

Open
yumiguan opened this issue Sep 4, 2020 · 0 comments
Open

error when proxy request which code is 304 #380

yumiguan opened this issue Sep 4, 2020 · 0 comments

Comments

@yumiguan
Copy link
Member

yumiguan commented Sep 4, 2020

Traceback (most recent call last):
 File "venv/lib/python3.8/site-packages/flask/helpers.py", line 166, in generator
gen.close()
 File "venv/lib/python3.8/site-packages/flask/ctx.py", line 464, in __exit__
self.auto_pop(exc_value)
 File "venv/lib/python3.8/site-packages/flask/ctx.py", line 452, in auto_pop
self.pop(exc)
 File "venv/lib/python3.8/site-packages/flask/ctx.py", line 438, in pop
app_ctx.pop(exc)
 File "/venv/lib/python3.8/site-packages/flask/ctx.py", line 241, in pop
 assert rv is self, "Popped wrong app context. (%r instead of %r)" % (rv, self)

AssertionError: Popped wrong app context. (None instead of <flask.ctx.AppContext object at 0x10b977280>)
Exception ignored in: <generator object stream_with_context.<locals>.generator at 0x10bac13c0>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant