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 Card::handleSubmit(), check to see if action.callback(params) (this wrapssendFlaskRPCRequest() in most cases) returns an object of type JsonRPCError. If this is the case, parse the error code to check for code 4100 (snap not permitted.) If error code 4100 is returned, display an error toast to the user with instructions to install the snap instead of piping the error message to the card output group.
The text was updated successfully, but these errors were encountered:
In
Card::handleSubmit()
, check to see ifaction.callback(params)
(this wrapssendFlaskRPCRequest()
in most cases) returns an object of type JsonRPCError. If this is the case, parse the error code to check for code 4100 (snap not permitted.) If error code 4100 is returned, display an error toast to the user with instructions to install the snap instead of piping the error message to the card output group.The text was updated successfully, but these errors were encountered: