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
remoto relies on serializable responses from remote functions. If the return value is returning non-serializable values, then the error will be a traceback from the JSON module in the remote. This should try/except and attempt to craft a nicer error message if that is the case. Potentially with a str() representation of the object.
This is particularly problematic when trying to serialize bytes.
The text was updated successfully, but these errors were encountered:
remoto
relies on serializable responses from remote functions. If the return value is returning non-serializable values, then the error will be a traceback from the JSON module in the remote. This should try/except and attempt to craft a nicer error message if that is the case. Potentially with astr()
representation of the object.This is particularly problematic when trying to serialize bytes.
The text was updated successfully, but these errors were encountered: