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

"Internal JSON-RPC error" with certain contract calls #86

Open
Dewald928 opened this issue Jun 30, 2022 · 2 comments
Open

"Internal JSON-RPC error" with certain contract calls #86

Dewald928 opened this issue Jun 30, 2022 · 2 comments
Assignees
Labels
🚫 Blocked Work cannot be done until blocker is resolved 🐛 Bug Something isn't working

Comments

@Dewald928
Copy link
Contributor

Dewald928 commented Jun 30, 2022

Overview

when calling the create action on the following contract, https://testnet.teloscan.io/address/0x6F174B0a2c6B6807CcCc18b6643dbf755E31400c/#contract , there is an RPC error.

Blocked by #104

Steps to reproduce

  1. Go to 'testnet teloscan'
  2. Input the information as indicated in the screenshot below
  3. Click the Write button, sign the transaction.
  4. See the error
    image

Current behavior

Method call fails with an RPC error

Expected behavior

The transaction should be successful.

Note: issue may be related to parameter type handing, as contract has args of type uint8 . see #104

@Dewald928 Dewald928 added the 🐛 Bug Something isn't working label Jun 30, 2022
@ezra-sg ezra-sg added 🔬 Needs Refinement Further information is required and removed 🔬 Needs Refinement Further information is required labels Oct 9, 2022
@karynemayer
Copy link
Contributor

@EJSG is this still happening?

@ezra-sg
Copy link
Contributor

ezra-sg commented Jan 27, 2023

@karynemayer it seems there is a different error message now. metamask error code is -32603, which I was able to find this info about:
https://community.metamask.io/t/error-32603-just-started-today-on-polygon/17778

which suggests there is an issue with how the smart contract is written. further investigation required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚫 Blocked Work cannot be done until blocker is resolved 🐛 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants