-
Notifications
You must be signed in to change notification settings - Fork 41
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
[bug] Xverse ord_getInscriptions Internal JSON-RPC error (-32603) #165
Comments
Thanks for reporting @astralarkitekt, to help debug the issue, could you please try using sats-connect 2.7.0 to see if that helps? If that doesn't help, try clearing the service worker's storage: Let me know if / what worked for you |
Hello friends, I am facing the same issue: This is the code I am using:
The only method that does not work is: ord_getInscriptions This is the error message:
Thanks for your help |
Thanks for reporting @danilomarcus. Not sure if this is the same or a different error for the same method. Seems the issue is with the |
@danilomarcus seems the issue with the code you shared is here,
The expected arguments are Are you using Typescript? There should be a type error on this line when attempting to use these unknown params. Let me know if you are using TS but not getting any type errors. |
It worked with this parameters: limit and offset I was following this docs: https://docs.xverse.app/sats-connect/bitcoin-methods/ord_getinscriptions But it does not mention this required options, or at least I didn't saw it Thank you very much. |
Is there an existing issue for this?
SATS-CONNECT Version
2.6.0
Current Behavior
ord_getInscriptions() call is returning an error code -32603 (Internal JSON RPC error)
In our Vue 3 app we use a Pinia Store for interacting with sats-connect.
We first call and get a success from:
Then we attempt to fetch the inscriptions based on the provider ... in this case Xverse...
This results in the following response from sats-connect:
According to the Docs - this is an Internal JSON-RPC error.
This code worked a little over a week ago. I have made no changes to my application and now it does NOT work. All calls to xverse's ord_getInscriptions() with my wallet result in this error. This is consistent across various
Expected Behavior
I expect to receive a list of up to 60 inscriptions.
Steps To Reproduce
Install sats-connect.
Follow the above steps in the current behavior section.
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: