Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client send command fails with "No response from twitch" #196

Open
rigor789 opened this issue Dec 11, 2016 · 1 comment
Open

Client send command fails with "No response from twitch" #196

rigor789 opened this issue Dec 11, 2016 · 1 comment
Milestone

Comments

@rigor789
Copy link

Actual behaviour:
Doing

client.mod(channel, user)
.then(() => { console.log('modded') })
.catch((err) => { console.log(err) })

Always results in No response from twitch even though I can see the message You have added xy as a moderator of this room. in debug mode.

Digging through source, the mod_success NOTICE does get fired, but either the response delay is more than 600ms or something doesn't get fired correctly.

Expected behaviour:
I expect the promise to get resolved when a user is modded, and fail when the user does not get modded.

Server configuration

  • Operating system: Linux (Ubuntu Server)
  • Node version (if applicable): v6.9.0
  • NPM version (if applicable): 4.0.3
  • tmi.js version: 1.1.2
@Schmoopiie Schmoopiie added this to the 2.0.0 milestone Apr 15, 2017
@dbkynd
Copy link
Contributor

dbkynd commented Apr 21, 2020

I also get the message [00:54] error: No response from Twitch. but it's on connection as an anonymous user without trying to send any commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants