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
Traceback (most recent call last):
File "/home/samuel/code/purge_cloudflare/env/lib/python3.5/site-packages/aiohttp/web_server.py", line 61, in handle_request
resp = yield from self._handler(request)
File "/home/samuel/code/purge_cloudflare/env/lib/python3.5/site-packages/aiohttp/web.py", line 249, in _handle
resp = yield from handler(request)
File "/home/samuel/code/purge_cloudflare/env/lib/python3.5/site-packages/aiohttp_debugtoolbar/middlewares.py", line 122, in toolbar_middleware
toolbar.status = response.status
AttributeError: 'dict' object has no attribute 'status'
instead I guess debug toolbar should show the
AssertionError: Handler <function index at 0x7f1b927b6510> should return response instance, got <class 'dict'> [middlewares []]
as it does for standard exceptions occurring in a handler.
The text was updated successfully, but these errors were encountered:
currently
will give cause an error in
aiohttp-debugtoolbar
:instead I guess debug toolbar should show the
as it does for standard exceptions occurring in a handler.
The text was updated successfully, but these errors were encountered: