We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.5.4
I set the Twitch API key, add a streamer to the streamalert list and wanna get a alert/notification when he started a stream.
To have a notification in set channel.
Nothing. No notification or post in a Discord channel. No mention. This error in the console:
[12:08:12] ERROR [red.core.cogs.Streams] An error has occurred with Streams. Please report it. ╭───────────────────── Traceback (most recent call last) ──────────────────────╮ │ /home/container/.local/lib/python3.11/site-packages/redbot/cogs/streams/stre │ │ ams.py:833 in check_streams │ │ ❱ 833 embed, is_rerun = await stream.is_online() │ │ /home/container/.local/lib/python3.11/site-packages/redbot/cogs/streams/stre │ │ amtypes.py:414 in is_online │ │ ❱ 414 return self.make_embed(final_data), final_data["type"] == │ │ /home/container/.local/lib/python3.11/site-packages/redbot/cogs/streams/stre │ │ amtypes.py:450 in make_embed │ │ ❱ 450 embed.addfield(name=("Followers"), value=humanize_number(dat │ │ /home/container/.local/lib/python3.11/site-packages/redbot/core/utils/chat_f │ │ ormatting.py:593 in humanize_number │ │ ❱ 593 return format_decimal(val, locale=get_babel_regional_format(overri │ │ /home/container/.local/lib/python3.11/site-packages/babel/numbers.py:480 in │ │ format_decimal │ │ ❱ 480 return pattern.apply( │ │ /home/container/.local/lib/python3.11/site-packages/babel/numbers.py:1179 in │ │ apply │ │ ❱ 1179 value = decimal.Decimal(str(value)) │ ╰──────────────────────────────────────────────────────────────────────────────╯ InvalidOperation: [<class 'decimal.ConversionSyntax'>]
No response
The text was updated successfully, but these errors were encountered:
This has been resolved in 3.5.5
Sorry, something went wrong.
No branches or pull requests
What Red version are you using?
3.5.4
What were you trying to do?
I set the Twitch API key, add a streamer to the streamalert list and wanna get a alert/notification when he started a stream.
What did you expect to happen?
To have a notification in set channel.
What actually happened?
Nothing. No notification or post in a Discord channel. No mention. This error in the console:
[12:08:12] ERROR [red.core.cogs.Streams] An error has occurred with Streams. Please report it.
╭───────────────────── Traceback (most recent call last) ──────────────────────╮
│ /home/container/.local/lib/python3.11/site-packages/redbot/cogs/streams/stre │
│ ams.py:833 in check_streams │
│ ❱ 833 embed, is_rerun = await stream.is_online() │
│ /home/container/.local/lib/python3.11/site-packages/redbot/cogs/streams/stre │
│ amtypes.py:414 in is_online │
│ ❱ 414 return self.make_embed(final_data), final_data["type"] == │
│ /home/container/.local/lib/python3.11/site-packages/redbot/cogs/streams/stre │
│ amtypes.py:450 in make_embed │
│ ❱ 450 embed.addfield(name=("Followers"), value=humanize_number(dat │
│ /home/container/.local/lib/python3.11/site-packages/redbot/core/utils/chat_f │
│ ormatting.py:593 in humanize_number │
│ ❱ 593 return format_decimal(val, locale=get_babel_regional_format(overri │
│ /home/container/.local/lib/python3.11/site-packages/babel/numbers.py:480 in │
│ format_decimal │
│ ❱ 480 return pattern.apply( │
│ /home/container/.local/lib/python3.11/site-packages/babel/numbers.py:1179 in │
│ apply │
│ ❱ 1179 value = decimal.Decimal(str(value)) │
╰──────────────────────────────────────────────────────────────────────────────╯
InvalidOperation: [<class 'decimal.ConversionSyntax'>]
How can we reproduce this error?
Anything else?
No response
The text was updated successfully, but these errors were encountered: