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
Sometimes some local variables in a function may have certain byte data which can't be decoded to string (such as xsrf tokens).
Since we display all the local variables found in the traceback frames on the debugger page, all variables go through Tornado's xhtml_escape function. The variables which can't be decode will raise UnicodeDecodeError.
The text was updated successfully, but these errors were encountered:
Sometimes some local variables in a function may have certain byte data which can't be decoded to string (such as xsrf tokens).
Since we display all the local variables found in the traceback frames on the debugger page, all variables go through Tornado's
xhtml_escape
function. The variables which can't be decode will raiseUnicodeDecodeError
.The text was updated successfully, but these errors were encountered: