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
An error occured while processing IDs: There was an unexpected error while trying to contact the
Handle Service: 'Request owner failed.\nError Code: 401\n{\n "data": null,\n
"error": [\n "User Unauthorized"\n ],\n "status": 401\n}\n\n'
Should catch a ServerException and report an error there.
Also may need a change in the handle service, should be returning 0s for any failures?
The text was updated successfully, but these errors were encountered:
MrCreosote
changed the title
Handle service error is getting thrown as a JsonClientException vs. a ServerException
Handle service ownership error not handled well
Sep 6, 2024
https://github.com/kbase/workspace_deluxe/blob/develop/service/src/main/java/us/kbase/workspace/kbase/HandleIdHandlerFactory.java#L214-L217
Should catch a ServerException and report an error there.
Also may need a change in the handle service, should be returning 0s for any failures?
The text was updated successfully, but these errors were encountered: