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

ConwayUtxowFailure on aiken-vesting example #3

Open
trjate opened this issue Sep 1, 2024 · 1 comment
Open

ConwayUtxowFailure on aiken-vesting example #3

trjate opened this issue Sep 1, 2024 · 1 comment

Comments

@trjate
Copy link

trjate commented Sep 1, 2024

I'm trying to work through the aiken-vesting example, and when I run the withdraw function I keep getting this 400.

ConwayUtxowFailure (PPViewHashesDontMatch (SJust (SafeHash \\\"807204514212b6736c55b6df3fb5a28dde05ad5b4adaf7bf812ca54cd7d140da\\\")) (SJust (SafeHash \\\"be93a40b992359c722841ba693ccba64aa735857d72e5a9a78c52cb80ab149ab

Here's the full error:

UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "{"data":{"error":"Bad Request","message":"{\"contents\":{\"contents\":{\"contents\":{\"era\":\"ShelleyBasedEraConway\",\"error\":[\"ConwayUtxowFailure (PPViewHashesDontMatch (SJust (SafeHash \\\"807204514212b6736c55b6df3fb5a28dde05ad5b4adaf7bf812ca54cd7d140da\\\")) (SJust (SafeHash \\\"be93a40b992359c722841ba693ccba64aa735857d72e5a9a78c52cb80ab149ab\\\")))\"],\"kind\":\"ShelleyTxValidationError\"},\"tag\":\"TxValidationErrorInCardanoMode\"},\"tag\":\"TxCmdTxSubmitValidationError\"},\"tag\":\"TxSubmitFail\"}","status_code":400},"headers":{"date":"Sun, 01 Sep 2024 16:57:01 GMT","content-type":"application/json; charset=utf-8","content-length":"524","connection":"keep-alive","vary":"Origin","access-control-allow-origin":"*","bf-submit-server":"e1f4ccc29ee5a9bb1f2d55e35e58119727c3f3f0e0da9c0cf0a9582299058083","cf-cache-status":"DYNAMIC","report-to":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=4K5MmVmiAO8DIc8mGBYM7DEQ6Ylf4hYqAQNCg64G3WMB6bBW87bMXo2pO0tFZBsngzrclVQD6k%2FufiYGE8sdIC5ZBKLtuuYs6pqt9l5P9JEoU2GqPrJyaQFInPDd%2FB7cJQnAJPsPH2bTHmsT87jK\"}],\"group\":\"cf-nel\",\"max_age\":604800}","nel":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}","set-cookie":"__cflb=0pg1P7HW5cKHeRugHdPsq7nS66pKUyaXXhmN2kmK; SameSite=Lax; path=/; expires=Sun, 01-Sep-24 17:27:01 GMT; HttpOnly","server":"cloudflare","cf-ray":"8bc6cc078f85bcb3-ATL"},"status":400}".

I'm wondering if this has something to do with the hard fork?

Please help!

@jinglescode
Copy link
Member

which network are you testing on?
you can try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants