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
I pulled repo and built it local. I added the extension per directions in the read me for Chrome. I went to Youtube and pick the first video found regarding cars. I click the Stream Together ICON located in the toolbar, copied the link.
I then went to my local instance of FireFox and added the extension per the read me file. I pasted the prev. link copied from Chrome and opened it in FireFox.
The videos are not in sync and the Chrome extension did indicate anyone had joined the watch part. It read zero people in attendance.
The text was updated successfully, but these errors were encountered:
I've seen a few issues like this before and haven't fully narrowed it down. Usually I can refresh the page and the video can be discovered by the browser.
If I had to make a guess, this happens because the session.ts file only looks for a video when you click the extension button for the first time on that page. If it injects the code before the <video /> tag is ready (maybe the site uses an <img /> tag that gets swapped with a video tag), then it doesn't hook into anything, and just spins for a while.
It would be great if there was a "Retry" button in the extension when no video is detected. That way, if (above) is indeed the issue, then you could maybe fix it yourself without having to reload the page. @wmww added NoVideo events in #26 so maybe a Retry button there could solve it.
I pulled repo and built it local. I added the extension per directions in the read me for Chrome. I went to Youtube and pick the first video found regarding cars. I click the Stream Together ICON located in the toolbar, copied the link.
I then went to my local instance of FireFox and added the extension per the read me file. I pasted the prev. link copied from Chrome and opened it in FireFox.
The videos are not in sync and the Chrome extension did indicate anyone had joined the watch part. It read zero people in attendance.
The text was updated successfully, but these errors were encountered: