Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Witness on wallet recovery #33

Closed
SebastienGllmt opened this issue Oct 10, 2018 · 3 comments · Fixed by #264
Closed

Invalid Witness on wallet recovery #33

SebastienGllmt opened this issue Oct 10, 2018 · 3 comments · Fixed by #264
Labels
bug (confirmed) Bug with repro steps or logs

Comments

@SebastienGllmt
Copy link
Contributor

SebastienGllmt commented Oct 10, 2018

I entered the recovery phrase, then go to the screen with the addresses,recovered balance, final balance, etc. which all seemed correct. Then when I clicked the transfer funds button on that screen it just said "Unable to transfer funds"

[2018-10-09T18:26:07-04:00] yoroi-backend-api::sendTx error: {
  "stack": "Error: Request failed with status code 400\n    at createError (chrome-extension://ffnbelfdoeiohenkjibnmadjiehjhajb/js/vendor.js:44798:15)\n    at settle (chrome-extension://ffnbelfdoeiohenkjibnmadjiehjhajb/js/vendor.js:87142:12)\n    at XMLHttpRequest.handleLoad (chrome-extension://ffnbelfdoeiohenkjibnmadjiehjhajb/js/vendor.js:44671:7)",
  "message": "Request failed with status code 400",
  "config": {},
  "request": {
    "response": "{\"code\":\"InvalidContent\",\"message\":\"Invalid witness\"}"
  },
  "response": {
    "config": {},
    "request": {
      "response": "{\"code\":\"InvalidContent\",\"message\":\"Invalid witness\"}"
    }
  }
}
[2018-10-09T18:26:07-04:00] DaedalusTransferStore::transferFunds {
  "message": "api.errors.invalidWitnessError: {}",
  "name": "t",
  "stack": "t: api.errors.invalidWitnessError: {}\n    at chrome-extension://ffnbelfdoeiohenkjibnmadjiehjhajb/js/yoroi.bundle.js:1:46978",
  "id": "api.errors.invalidWitnessError",
  "defaultMessage": "!!!The signature is invalid.",
  "values": {}
}
@nicarq
Copy link
Contributor

nicarq commented Oct 10, 2018

@SebastienGllmt @sarveshwar-singh I think we should add the Yoroi version to the logs. What do you guys think?

@shinsuny
Copy link
Contributor

@Nykho @SebastienGllmt
Yes, I am big fan of versions :)
https://emurgo.slack.com/archives/GCS2TF1R7/p1539227601000100

Even with empty logs we should output version.

@SebastienGllmt SebastienGllmt added bug (confirmed) Bug with repro steps or logs v1.0.3 labels Oct 18, 2018
@nicarq nicarq removed the v1.0.3 label Oct 21, 2018
SebastienGllmt pushed a commit that referenced this issue Jan 29, 2019
Updated the `js-cardano-wasm` submodule to the latest known stable for us version, with updated `rust-cardano` that has some very important fixes

Closes #33
@vsubhuman
Copy link
Contributor

vsubhuman commented Jan 29, 2019

🎉 Fixed in https://github.com/Emurgo/yoroi-frontend/releases/tag/1.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug (confirmed) Bug with repro steps or logs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants