Can't send a whisper because of my settings, not sure which though
See original GitHub issueActual behaviour: It should send the streamer a whisper saying someone joined a discord voice call, but it returns the error that can be found below. I’m using these options:
groupOptions: {
connection: {
random: 'group' // found this online on an old thread
},
identity: {
username: "botname",
password: "token"
},
}
Expected behaviour: It should send the streamer a whisper when someone joins the discord voice call.
Error log:
{
"raw": "@msg-id=whisper_restricted;target-user-id=52660871 :tmi.twitch.tv NOTICE #tmijs :Your settings prevent you from sending this whisper.",
"tags": {
"msg-id": "whisper_restricted",
"target-user-id": "52660871"
},
"prefix": "tmi.twitch.tv",
"command": "NOTICE",
"params": [
"#tmijs",
"Your settings prevent you from sending this whisper."
]
}
Server configuration
- Operating system: Raspbian GNU/Linux 9
- Node version (if applicable): 8.9.0
- NPM version (if applicable): 5.5.1
- tmi.js version: 1.2.1
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (6 by maintainers)
Top Results From Across the Web
"Your whisper was not delivered because the recipient's ...
"Your whisper was not delivered because the recipient's settings prevent them from receiving it." Is this the new message you get when you...
Read more >Whisper Chat Bugged? - Elder Scrolls Online forums
I'm in Hews Bane farming with a huge group of peeps and people are obvs privately negotiating trade offers via whispers but the...
Read more >Can't see outgoing character whispers - Blizzard Forums
I cannot see outgoing character whispers. They definitely send successfully and people can receive them, but they do not appear in my chatbox....
Read more >My Whispers Aren't Working, Anybody Know A Fix? - ArcheRage
I have a small problem. My whispers have stopped working. I can't send or receive anymore. I've checked my chat settings and my...
Read more >Whisper Feature - Chatty Help
Settings · Whisper Enabled: Allow sending and receiving Whispers. · Whitelist: If enabled, only users that have the Addressbook category whisper will be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The only solution is a partial solution. Twitch wants to prevent abuse of the whisper system.
Here’s where it breaks down
@AlcaDesign thanks for clarifying! I saw the validation/verification thing somewhere, perhaps here in the issue, applied for one right away hoping that will fix the whisper thing, will post if that is successful.