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
in file thread_context.py your missing "import re". the function "on_input_submitted" is trying to use re.match() and causes an exception. there is another file i believe that is missing the import as well.