-
Notifications
You must be signed in to change notification settings - Fork 247
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: failed to get info about account <MSOL/USDC address> #196
Comments
The Please try to change it to Here is a list of public RPC endpoints that you can use:
|
I have the same problem by using the devnet, when I excute the step here: this is the error message: (node:11984) ExperimentalWarning: stream/web is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
D:\metaplex\code\metaplex\js\node_modules\@solana\web3.js\src\connection.ts:2548
throw new Error(
^
Error: failed to get info about account CggtNXgCye2qk7fLohonNftqaKT35GkuZJwHrRghEvSF: FetchError: request to https://api.devnet.solana.com/ failed, reason: connect ETIMEDOUT 182.50.139.56:443
at Connection.getAccountInfo (D:\metaplex\code\metaplex\js\node_modules\@solana\web3.js\src\connection.ts:2548:13)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Function.fetchIdl (D:\metaplex\code\metaplex\js\node_modules\@project-serum\anchor\src\program\index.ts:311:25)
at async loadCandyProgramV2 (D:\metaplex\code\metaplex\js\packages\cli\src\helpers\accounts.ts:578:15)
at async Command.<anonymous> (D:\metaplex\code\metaplex\js\packages\cli\src\candy-machine-v2-cli.ts:134:27) I'm Chinese user, but I changed my command line's proxy, I can visit google in my command line, but this error is still exist, could you give me some tips if you have any idea? thanks! |
@TandK8600 Look like your error is a network error, not library related. Maybe try to test the connection using cURL and then solve the network problems before doing anything with your program
|
Alright, thanks, I've solved it by using AWS but not my computer, and it works. |
I am trying to fetch the orderbook just as a starting point to start playing with the project and interact more with serum.
On running
To which I get
I got the address
6oGsL2puUgySccKzn9XA9afqF217LfxP5ocq4B3LWsjy
from one of the issues that posted a page to all the pair addresses on Github. I doubt the addresses aren't correct.The text was updated successfully, but these errors were encountered: