Giter Club home page Giter Club logo

Comments (3)

payaaam avatar payaaam commented on June 21, 2024

Just heard back from Kraken support and it appears the website was under maintenance

The error happened at 22:00 UTC.
https://status.kraken.com/incidents/x8xyn5rp29jf

from go_kraken.

aopoltorzhicky avatar aopoltorzhicky commented on June 21, 2024

I think it was some kind of Kraken downtime. 1013 is the error code that means "Try again later". You can handle it in code if you wish for. In case of the library it will be something like this:

_, msg, err := k.conn.ReadMessage()
if err != nil {
    if websocket.IsCloseError(err, websocket.CloseTryAgainLater) {
	    return err
    }
}

The best way is handle all possible websocket errors, but unfortunetely I don't have enough time to do it.

from go_kraken.

RAIHERE avatar RAIHERE commented on June 21, 2024

`

Hi! I received this error and the client was not able to recover? I sent out an email to Kraken support to understand this error code a bit more. Is the correct way to handle this documented somewhere? Happy to make the change myself, just trying to gather information.

websocket: close 1013: Market data unavailable

from go_kraken.

Related Issues (16)

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.