Code Monkey home page Code Monkey logo

Comments (11)

yahdielo avatar yahdielo commented on September 14, 2024 3

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.

from mev-bot.

Whitence avatar Whitence commented on September 14, 2024 3

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',
});
}

from mev-bot.

fabiankaeser82 avatar fabiankaeser82 commented on September 14, 2024 1

Please can someone help me tu run this ?

from mev-bot.

mazgalesc avatar mazgalesc commented on September 14, 2024

read the error again pls.. you will figure it out

from mev-bot.

Wiger123 avatar Wiger123 commented on September 14, 2024

I meet the same problem, it seems like mev-bot misunderstood the url of https to http

from mev-bot.

ocoderr avatar ocoderr commented on September 14, 2024

I meet the same problem

from mev-bot.

staccDOTsol avatar staccDOTsol commented on September 14, 2024

I meet the same broblem

from mev-bot.

akSolkhatri avatar akSolkhatri commented on September 14, 2024

Anyone got the solution?

from mev-bot.

zzxn avatar zzxn commented on September 14, 2024

Anyone got the solution?

Just delete the code that checks agent type...

from mev-bot.

smilesmile191 avatar smilesmile191 commented on September 14, 2024

read the error again pls.. you will figure it out

Please tell me how to solve it

from mev-bot.

yangzongru-jpg avatar yangzongru-jpg commented on September 14, 2024

why you can comment out httpAgent, is that any problem? because you comment out something......

from mev-bot.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.