jkingsman / Nobody.live

View twitch streamers with zero viewers at nobody.live
https://nobody.live
MIT License
99 stars 8 forks source link

Sending a chat message only sends one word at a time #23

Closed Mhowser closed 4 months ago

Mhowser commented 2 years ago

I am on mobile with a chrome browser. The chat message only sends first word, then you have to hit send again for the next word.

Android 10 Motorola moto g 2020 "ginna"

jkingsman commented 2 years ago

I'm having trouble reproducing this, sorry. Are you able to attach some screenshots of better yet a screen recording, please?

Mhowser commented 2 years ago

I don't have a screen shot of the exact scenario, but there is some mismatch between what was typed and what was sent, Screenshot_20220523-035254 Take a look at what ModifyArg (me) typed compared to what shows on the in-stream chat.

jkingsman commented 2 years ago

Hmmm this looks like this might be more likely a problem with Twitch's embed frame rather than something I have control over. So, to clarify, you'll type a full word or sentence but only a fragment is sent each time you tap "Chat"?

In your screenshot the stream chat is pretty small -- am I reading it correctly that in-stream reads "Wassup", whereas the local frame feed shows a space between "W" and "A"?

Mhowser commented 2 years ago

Yes, if you can recommend a good screen recorder for android I can try to capture the chat issue.

jkingsman commented 2 years ago

Sadly, my favorite of MNML appears to be off the app store. I reviewed the source for https://play.google.com/store/apps/details?id=com.ibashkimi.screenrecorder and it looks solid. Few users, but I trust open source and small over bloated adware any day.

Mhowser commented 2 years ago

OK, I was finally able to get some screen recordings of the issue

Example 1 https://www.youtube.com/watch?v=CW-0BtJ0CwA

Example 2 https://youtube.com/shorts/PF0HWaeTF1Y

jkingsman commented 2 years ago

That's super helpful; thanks!! So, the autozoom is a known bug in Chrome right now, but that text display issue is SUPER whack and I have no idea what's causing that, but it definitely gives me some repro steps. I'll fiddle this weekend and see what I can find out.

Thanks again for taking the time with the repro/video!

jkingsman commented 2 years ago

So sorry, this got away from me this weekend. Will try to set aside time this week!

Mhowser commented 2 years ago

No pressure man thanks for looking into it.

jkingsman commented 2 years ago

So I've fixed the zoom issue, although the browser sucks at scrolling to focus the textbox, but I don't think I can fix that.

The intermittent words sending is nearly certainly Twitch's fault; I've opened a ticket and you can track progress there. https://discuss.dev.twitch.tv/t/embedded-chat-dropping-text-cursor-jumping-around/38744

I'll also update here once I have a resolution.