question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't send a whisper because of my settings, not sure which though

See original GitHub issue

Actual 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:closed
  • Created 4 years ago
  • Comments:18 (6 by maintainers)

github_iconTop GitHub Comments

6reactions
AlcaDesigncommented, Oct 19, 2020

The only solution is a partial solution. Twitch wants to prevent abuse of the whisper system.

Here’s where it breaks down

  • You must request for validation in order to properly use the whisper system.
  • Users can block the bot.
  • Users can prevent receiving whispers. They must whisper the bot to open a temporary window.
  • The bot account also needs to have its settings open for receiving whispers.
  • Whispers in general are not reliable.
1reaction
akrizscommented, Oct 20, 2020

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found