Giter VIP home page Giter VIP logo

Comments (4)

smuu avatar smuu commented on September 24, 2024

Looking at the logs it just stops to do anything. Not sure what happens here.

2021-10-25 02:56:32,358 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-10-25 02:56:32,901 INFO: Checking for coin announcements every 1 minute (in a separate thread)
2021-10-25 02:56:35,363 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-10-25 02:56:36,040 INFO: Checking for coin announcements every 1 minute (in a separate thread)
2021-10-25 02:56:38,368 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-10-25 02:56:39,186 INFO: Checking for coin announcements every 1 minute (in a separate thread)
2021-10-25 02:56:41,373 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-10-25 02:56:44,378 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-10-25 02:56:47,383 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-10-25 02:56:50,388 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-10-25 02:56:53,393 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating
2021-10-25 02:56:56,398 INFO: No coins announced, or coin has already been bought/sold. Checking more frequently in case TP and SL need updating

from gateio-crypto-trading-bot-binance-announcements-new-coins.

nitad54448 avatar nitad54448 commented on September 24, 2024

I think this is because not coin has been listed (since CHESS).

from gateio-crypto-trading-bot-binance-announcements-new-coins.

smuu avatar smuu commented on September 24, 2024

But the 10 hours before it worked. So not sure why this is the cause.

from gateio-crypto-trading-bot-binance-announcements-new-coins.

shiron189002 avatar shiron189002 commented on September 24, 2024

In get_last_coin() function, you need to be keep connection alive, you can try add something below:

    import requests
    from requests.structures import CaseInsensitiveDict

    ...
    headers = CaseInsensitiveDict()
    headers["Connection"] = "keep-alive"
    headers["Keep-Alive"] = "timeout=5, max=100"

    latest_announcement = requests.get(link, headers=headers)

from gateio-crypto-trading-bot-binance-announcements-new-coins.

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.