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
There's no check for whether the result object can in fact be converted to param. Instead, this should be done in a try block to catch the case in which the result cannot be converted to a python object. In that case the return message should have an error return code.