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

[api] panic while accessing an object on nil when signing an ethereum transaction #75

Open
florianlenz opened this issue Aug 11, 2018 · 1 comment

Comments

@florianlenz
Copy link
Contributor

florianlenz commented Aug 11, 2018

Problem

When Panthalassa send request to send ethereum transaction to Pangea, Pangea sends back an error (on transaction cancelling).
This data is sent to PanthalassaSendResponse method:

{
    data = "";
    id = "1fbce65d-3c53-4078-bed8-de0346ca512b";
    responseError = "";
    timeout = 20;
}

The result is that app is crashed right away with that stack trace:
screen shot 2018-08-11 at 7 19 21 pm

Expected

Expected app to not crash and handle error response correctly.

Note

Panthalassa version is from commit 5ef8980.

@seland seland mentioned this issue Aug 11, 2018
@florianlenz
Copy link
Contributor Author

florianlenz commented Aug 19, 2018

can we close this?

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

1 participant