Coder Social home page Coder Social logo

Comments (4)

LaylBongers avatar LaylBongers commented on August 16, 2024 1

Looks like the twitch bucket for scoop wasn't updated with 1.1.7 until 3 days ago, updated it and now it works, thanks!

from twitch_api.

LaylBongers avatar LaylBongers commented on August 16, 2024

As a workaround, this will modify a request's headers to replace the "test" version with the expected "1":

if parts.headers["twitch-eventsub-subscription-version"] == "test" {
    parts
        .headers
        .insert("twitch-eventsub-subscription-version", "1".parse().unwrap());
}

from twitch_api.

Emilgardis avatar Emilgardis commented on August 16, 2024

this was fixed in twitchdev/twitch-cli#165 and included in 1.1.7, make sure you've updated your version.

Does upgrading twitch-cli work better?

from twitch_api.

nickgarfield avatar nickgarfield commented on August 16, 2024

Hi @LaylBongers,

Apologies for posting off-topic here, but this is the only way I know how to reach you. It appears you have the name "clockwork" registered on Crates.io. Would you potentially be interested in selling this package name? I would be happy to pay a fair sum for it. If so, please email me at [email protected]!

carbidegames/clockwork#2

from twitch_api.

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.