-
Notifications
You must be signed in to change notification settings - Fork 62
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
401 when calling a contract's function #159
Comments
I just removed the Also, some methods work when using |
After more debugging, it seems like my problem was a trailing I guess it would be nice to handle that case. |
Sorry for the confusion, we are actively updating the documentation to make v3 usage more clear, we hope for the changes to go live soon. As you found, it was the trailing slash that caused the issue, I'll see if we can support that, or at least provide a better error message. |
I'm trying to execute a function in a test contract:
However I'm getting a 401 error. I tried adding the contract in Infura's dashboard, but that didn't help. Also tried to use basic HTTP auth with the API key and secret, but didn't work either.
The text was updated successfully, but these errors were encountered: