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
Unexpectedly the command returned false and Error! GXS operation failed. was printed on the retroshare log.
If that wasn't enough, the identity continues to appear as own signed identity even after restarting retroshare-service!
$ curl -u $API_TOKEN $API_BASE_URL/rsIdentity/getOwnSignedIds | jq
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 85 100 85 0 0 788 0 --:--:-- --:--:-- --:--:-- 794
{
"ids": [
"2fc932cf51e31d1ba6d9170313e7176c"
],
"retval": true
}
But requesting the identity details it miserably fails!
After creating a signed identity with
/rsIdentity/createIdentity
I decided to delete it with the following commandcurl -u $API_TOKEN --data '{"id":"2fc932cf51e31d1ba6d9170313e7176c"}' $API_BASE_URL/rsIdentity/deleteIdentity | jq
Unexpectedly the command returned false and
Error! GXS operation failed.
was printed on the retroshare log.If that wasn't enough, the identity continues to appear as own signed identity even after restarting retroshare-service!
But requesting the identity details it miserably fails!
For now I will delete the GXS db, but that is not good solution I'll investigate deeper if i encounter this again.
The text was updated successfully, but these errors were encountered: