Open rajgoesout opened 1 year ago
read the error again pls.. you will figure it out
I meet the same problem, it seems like mev-bot misunderstood the url of https to http
I meet the same problem
I meet the same broblem
Anyone got the solution?
Anyone got the solution?
Just delete the code that checks agent type...
read the error again pls.. you will figure it out
Please tell me how to solve it
read the error again pls.. you will figure it out
Please tell me how to solve it
change the endpoint https: to http: that should do it.
Please can someone help me tu run this ?
easy,just comment out the agent
like this:
if (RPC_REQUESTS_PER_SECOND > 0) { connection = new Connection(RPC_URL, { commitment: 'processed', fetch: coalesceFetch(), disableRetryOnRateLimit: true, // httpAgent: keepaliveAgent, }); } else { connection = new Connection(RPC_URL, { // httpAgent: keepaliveAgent, disableRetryOnRateLimit: true, commitment: 'processed', }); }
why you can comment out httpAgent, is that any problem? because you comment out something......
When I run
yarn start
, I'm facing this error: