Giter Site home page Giter Site logo

Connection Timeout about python-poloniex HOT 1 CLOSED

dragosgr2 avatar dragosgr2 commented on June 1, 2024
Connection Timeout

from python-poloniex.

Comments (1)

gerybubus avatar gerybubus commented on June 1, 2024

Hi,
If you got this error message, then you can try to catch it with try: ... except:... block and handle the error in the exception block.
Or if you have an error message then you can use the python retry decorator to handle, and it will retry to call the function if it fails, just install pip retry:
https://pypi.python.org/pypi/retry/
But I am also interested in this question.... I'm loading the current order book into my database, just calling the returnOrderBook() function, but in case of any network issue, then my script is just waiting for response, it never get it... So without any error message just waiting for the response... Even if the network connection is back, just waiting... :-(
How could I handle this network connectivity issue and raise an exception like after 30 sec resend the request?
Thanks,
Greg

from python-poloniex.

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.