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
bbtornado/bbtornado/handlers.py", line 112, in _execute with tornado.stack_context.StackContext(partial(ThreadRequestContext, **global_data)): AttributeError: module 'tornado' has no attribute 'stack_context'
Module torando.stack_context is removed in Tornado 6.0, which is causing above error
The text was updated successfully, but these errors were encountered:
bbtornado/bbtornado/handlers.py", line 112, in _execute with tornado.stack_context.StackContext(partial(ThreadRequestContext, **global_data)): AttributeError: module 'tornado' has no attribute 'stack_context'
Module
torando.stack_context
is removed in Tornado 6.0, which is causing above errorThe text was updated successfully, but these errors were encountered: