tezbox / web-wallet

13 stars 20 forks source link

Delegation Failed #43

Closed miller46 closed 5 years ago

miller46 commented 5 years ago

I cannot update to a new delegate nor can I set my status to Undelegated. NOTE: this address has a current delegate and the Delegatable field is set to true.

When I try to select Undelegated the console shows:

Failed to parse the request body: No case matched:
At /kind, unexpected string instead of endorsement
At /kind, unexpected string instead of seed_nonce_revelation
At /kind, unexpected string instead of double_endorsement_evidence
At /kind, unexpected string instead of double_baking_evidence
At /kind, unexpected string instead of activate_account
At /kind, unexpected string instead of proposals
At /kind, unexpected string instead of ballot
At /kind, unexpected string instead of reveal
At /kind, unexpected string instead of transaction
At /kind, unexpected string instead of origination
At /delegate:
Unhandled error (Failure "Unexpected data (Signature.Public_key_hash)")

and when I try to select a new delegate I get the following error object:

{
    error: "Operation Failed",
    errors: [
        id: "proto.003-PsddFKi3.gas_exhausted.operation"
    ],
    kind: "temporary"
}
miller46 commented 5 years ago

Actually this issue was seen on the browser extension https://github.com/tezbox/browser-extension/issues/17