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
Issue #2653. Encode details as JSON before filling input
Otherwise, we end up with a unicode string (a stringified dict), which we later
attempt to decode as JSON -- and that will fail (because unicode strings
that look like python dicts are not JSON).
0 commit comments