You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The emote indexes in the mocked message of type channel.subscription.message v1 seems to be wrong. It provides the message Hello from the Twitch CLI! twitchdevLeek with the emote indexes Begin: 26 and End: 39.
Those indexes give you twitchdevLee instead of twitchdevLeek
Because the commit introducing this code is labelled "updating eventsub to match production" (3f42430), I'm wondering if this is just an error in the CLI, or whether there's actually an off-by-one on Twitch. I don't have any production subscription message on hand to compare.
Operating System
Windows 10
Architecture Version (x86, x64, arm, etc)
x64
Steps to reproduce
triggering
PS C:\Users\felk> twitch event trigger channel.subscription.message --transport=websocket
✔ Forwarded for use in mock EventSub WebSocket server
What is the problem?
The emote indexes in the mocked message of type
channel.subscription.message
v1 seems to be wrong. It provides the messageHello from the Twitch CLI! twitchdevLeek
with the emote indexesBegin: 26
andEnd: 39
.Those indexes give you
twitchdevLee
instead oftwitchdevLeek
See the code: https://github.com/twitchdev/twitch-cli/blame/v1.1.24/internal/events/types/subscription_message/subscription_message.go#L66
Because the commit introducing this code is labelled "updating eventsub to match production" (3f42430), I'm wondering if this is just an error in the CLI, or whether there's actually an off-by-one on Twitch. I don't have any production subscription message on hand to compare.
Operating System
Windows 10
Architecture Version (x86, x64, arm, etc)
x64
Steps to reproduce
triggering
gives you (prettified):
Relevant log output
No response
The text was updated successfully, but these errors were encountered: