You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to retrieve the metadata from this 9vwYtcJsH1MskNaixcjgNBnvBDkTBhyg25umod1rgMQL
Despite the critical bug I've seen in the readme of this repo and you suggesting not to use it, this tool was working for me till a few weeks ago (before solana went offline).
yarn run v1.17.3
$ ts-node src/index.ts 9vwYtcJsH1MskNaixcjgNBnvBDkTBhyg25umod1rgMQL
/solana/sol-mint-list/node_modules/@solana/web3.js/src/connection.ts:815
callback(new Error(`${res.status} ${res.statusText}: ${text}`));
^
Error: 410 Gone: {"jsonrpc":"2.0","error":{"code": 410, "message":"The RPC call or parameters have been disabled."}, "id": "12c964c7-4ac7-4db3-8c2a-fe74692edbe1" }
at ClientBrowser.callServer (/solana/sol-mint-list/node_modules/@solana/web3.js/src/connection.ts:815:18)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
The error seems clear enough, RPC calls disabled... maybe you can have a look and see if they really are disabled and why? Will they be enaled again or that's it? THX for a feedback & cheers
The text was updated successfully, but these errors were encountered:
I'm trying to retrieve the metadata from this 9vwYtcJsH1MskNaixcjgNBnvBDkTBhyg25umod1rgMQL
Despite the critical bug I've seen in the readme of this repo and you suggesting not to use it, this tool was working for me till a few weeks ago (before solana went offline).
This is the command I run:
This is the response:
The error seems clear enough, RPC calls disabled... maybe you can have a look and see if they really are disabled and why? Will they be enaled again or that's it? THX for a feedback & cheers
The text was updated successfully, but these errors were encountered: