-
Notifications
You must be signed in to change notification settings - Fork 952
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
Error data is not written to the terminal during the RPC throw error #5354
Comments
This is probably a continuation of this error: #5327 |
@Aniket-Engg This actually happens when a transaction was sending (like on Remix VM). However, if the transaction is canceled, the error data is not written in the terminal. Try to connect the metamask, deploy the contract and cancel the transaction. |
For comparison, it works in this release: https://deploy-preview-5287--remixproject.netlify.app/
The error has appeared since this release: https://deploy-preview-5288--remixproject.netlify.app/ |
Describe the bug
When an
RPC Error: Internal JSON-RPC error
occurs, the result of the message is displayed in the terminal.In the current release, an error message is displayed in the terminal, but its data is not displayed.
There was a error message and error data in release 0.55.0.
To Reproduce
Steps to reproduce the behavior:
Result on 0.55.0
Result on 0.56.1
Desktop:
Remix 0.56.1 (and 0.57.0-dev) on https://remix.ethereum.org/
The text was updated successfully, but these errors were encountered: