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
Exception in default exception handler
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/coroutines.py", line 270, in _format_coroutine
coro_code = coro.gi_code
AttributeError: '_RequestContextManager' object has no attribute 'gi_code'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/base_events.py", line 1057, in call_exception_handler
self.default_exception_handler(context)
File "/usr/lib/python3.5/asyncio/base_events.py", line 1031, in default_exception_handler
value = repr(value)
File "/usr/lib/python3.5/asyncio/futures.py", line 194, in __repr__
info = self._repr_info()
File "/usr/lib/python3.5/asyncio/tasks.py", line 102, in _repr_info
coro = coroutines._format_coroutine(self._coro)
File "/usr/lib/python3.5/asyncio/coroutines.py", line 272, in _format_coroutine
coro_code = coro.cr_code
AttributeError: '_RequestContextManager' object has no attribute 'cr_code'
We discovered this bug because quamash formats the task in debug logs ( harvimt/quamash#50 )
The text was updated successfully, but these errors were encountered:
Hello,
The following unit test shows the bug, based on the API available in
test_web_functional
We discovered this bug because quamash formats the task in debug logs ( harvimt/quamash#50 )
The text was updated successfully, but these errors were encountered: