octatone / reddit.tv

HTML5 and AJAX display of videos from reddit.com to replace reddit.tv. Includes any video embed type from reddit. Only backend is reddit.com's API, everything else is clientside.
http://reddit.tv
MIT License
64 stars 72 forks source link

Sometimes "Next" button won't work after viewing a few videos #6

Closed RedditTVviewer closed 12 years ago

RedditTVviewer commented 13 years ago

Even after refreshing the page, it won't progress to the next video. I have to select another category before it will work. Even waiting for the end of the video does not trigger the autoplay/advance

octatone commented 13 years ago

You'll have to provide more information for us to track down the bug. Be aware that sometimes there are only a few fresh videos per feed.

What browser are you using, what operating system, what channel were you watching, what video were you watching. Can you open up a debugger a trace the failure?

octatone commented 13 years ago

Actually, it's not mentioned on the site, but auto advance and fill screen only work with youtube videos right now. So maybe that is what you are running into.

fagga commented 13 years ago

Maybe this is because the end of the playlist is reached?

That’s another issue anyway. The NEXT and PREV buttons should be disabled visually if they don’t do anything. I’ll look into this.