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
{
"jsonrpc": "2.0",
"id": "6774851485289732",
"error": {
"code": -32001,
"message": "Server error",
"data": {
"method": "KBaseSearchEngine.search_objects",
"details": "Object 27 cannot be accessed: User eapearson may not read workspace 65372"
}
}
}
I attempted to disable the workspace and object lookup behavior by setting add_narrative_info and add_access_group_info to 0, but no change in behavior.
In addition to the error itself, it is returned in jsonrpc 2.0 format, so the ui actually reports:
An error was encountered running an rpc method
Because the ui expects a KBase jsonrpc 1.1 error format.
This could have any number of causes, so I won’t even try to guess.
If it is an unavoidable condition, e.g. caused by chasing a reference and hitting a copy of copy bug, it should be handled gracefully by returning the expected results but indicating the error or ignoring it.
The text was updated successfully, but these errors were encountered:
(Reported by Erik on Jira)
When searching for “coli” in narrative-dev, I’m receiving the error “Searchapi2/legacy search_objects error: User x may not read workspace y”
I’ve replicated with the reduced api call:
Which returns:
I attempted to disable the workspace and object lookup behavior by setting add_narrative_info and add_access_group_info to 0, but no change in behavior.
In addition to the error itself, it is returned in jsonrpc 2.0 format, so the ui actually reports:
An error was encountered running an rpc method
Because the ui expects a KBase jsonrpc 1.1 error format.
This could have any number of causes, so I won’t even try to guess.
If it is an unavoidable condition, e.g. caused by chasing a reference and hitting a copy of copy bug, it should be handled gracefully by returning the expected results but indicating the error or ignoring it.
The text was updated successfully, but these errors were encountered: