Giter VIP home page Giter VIP logo

Comments (6)

lemoustachiste avatar lemoustachiste commented on July 21, 2024

I am not too certain of the deeper issue there, but to put you on the right tracks, I think the error comes from the connection error with the RPC:

INFO - Getting balance with EthereumRPCProvider
WARNING - HTTPConnectionPool(host='localhost', port=8545): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f06ddbf8198>: Failed to establish a new connection: [Errno 111] Connection refused',))

I haven't spent a lot of time in this project so I don't know all the internals on top of my head, but you might want to look at which ethereum RPC is being called and if you need to provide an account for it. What really catches my attention is this: Max retries exceeded with url: /. I don't remember if you need to configure it manually.

from cert-issuer.

h20190902 avatar h20190902 commented on July 21, 2024

Hey @lemoustachiste ,

Thanks for you reply,

You mean i need to increase the value of max retries

from cert-issuer.

lemoustachiste avatar lemoustachiste commented on July 21, 2024

Please take a look at #206.
Also you may configure your own RPC provider:

rop_provider_list.append(EthereumRPCProvider(self.ropsten_rpc_url))

from cert-issuer.

sreenumalae avatar sreenumalae commented on July 21, 2024

If anyone else is facing the same issue
Clone the old commit commit sha_id c3c7233

@lemoustachiste this resolves my issue

from cert-issuer.

lemoustachiste avatar lemoustachiste commented on July 21, 2024

I am now also facing this issue, I have opened a ticket with Etherscan to understand why the API sends back a captcha challenge.
At this time I recommend using another rpc provider to issue with Ethereum

from cert-issuer.

lemoustachiste avatar lemoustachiste commented on July 21, 2024

Ok the fix is to provide User-Agent headers with the request. I have a local fix in the v3 branch, I'll see if I can put it in master too.

from cert-issuer.

Related Issues (20)

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.