• Support
  • Playlist - Watch later. Maximum reached?

I put my headset on earlier and noticed that all the scenes I had added over the last couple of days on the website to my 'watch later' were not there, after watching and deleting one of the scenes already in there I noticed it populated one of the scenes I couldn't see before, I tried this again and it did the same, it looks like there is a maximum number of pages set at 106 is that correct?

I know I have the option to 'Favorite' some of the scenes and remove them from play later but I have loads part watched or some that I wouldn't mind watching again but wouldn't class it as a favorite so do I have any other options? I looked for an option to make another folder and move some over but couldnt see anything like that.

Anyone have any solutions on how to add more scenes but still be able to see them without deleting others? Thanks

The same thing happened to me but I have only 12 pages of watch later videos.

    imratore OK, that's strange! I did think 106 was a strange number if there was a maximum set, no idea what's going on then and what effects the maximum then if yours was 12. Dont suppose you worked out any solution and it let you go past 12 pages?

    No, now that you've corroborated this, I figure it's a bug & since this is tagged with Support we should hear something.

    It's funny... I just tried to reduce my 'watch later'-category today and move some off into other playlists, but for me it's only in the browser (I don't login on the DeoVR/SLR app). But can confirm, I too had the same issues.

    At some point you just get a server 500 error even though there should be more pages left. For me sometimes page 47, sometimes page 48 would be the last working page. Even though when counting the total result in the json array (from the getList result, webdev will understand) I should have had 62 pages of 24 scenes per page. Deleting/moving scenes from the playlist kept filling up page 47/48 until I had reduced it enough to go under that 47/48 pages limit...

    It's really weird page 47/48 is not where it breaks for everyone but it seems is different for each person...? I figured something was fucky with the pagination code as it's easy to go wrong with that but this is all very odd.

    I thought it might be a thing with hidden scenes from studios that are gone (VRBangers, VRConk, etc) as those are counted and shown in the playlists, but perhaps some part of the pagination code wants to not-count them and causes a server 500 error? Then again I moved all of those into a new 'wtf-deleted' playlist with 5 pages and the pagination for that works fine so... dunno. (Plz don't hide them from playlists as well btw, that'd be worse imošŸ™ ).

    ---Edit: Just tested adding more than 24 "hidden" scenes to watch later playlist and it didn't cause any issues with displaying another full page of that, so maybe that's not what is causing it then... I dunno, it's weird.

    Seems to me some bug got introduced in the Watch Later functionality and when it got introduced is when the number of pages stopped increasing. So it is a different number for everyone.

    Thanks for informing, guys!

    Can other confirm this only happens in desktop browser, and not in the SLR app?

    At some point you just get a server 500 error even though there should be more pages left. For me sometimes page 47, sometimes page 48 would be the last working page.

    We've fixed this so many times. Keeps coming back for some reason.

      Rakly3 Its happening in both the SLR app and also the DEO Player for me, I havent looked on the desktop.

      Rakly3 It's happening for me in Deo, not on desktop. In my case it stops at 70 pages in the app. They're saved, but don't appear in the Watch Later list unless I remove enough to get it under 70 pages.

        Mutiny Yeah that's how it works for me, anything I add doesnt show but its obviously saved because if i delete an old one a new one appears, if I delete two then two new ones appear etc to take it back up to my maximum (106 pages) so they are obviously saving in the background.

        I think @imratore hit the nail on the head when he said the bug has appeared and set everyone's current page to their maximum and thats what we all have a different number of pages we are stuck on.

        It looks like it's a known bug so hopefully it can get fixed pretty quickly

        I remove scenes but it doesn't add the new ones. it also removed a couple pages of scenes at the end that I used to have access to. Like it minimized the number of scenes allowed from whatever it was before.

        @Rakly3 Can you let us know if this issue is currently being looking into please and if there is a fix on the way. Thanks

          Rakly3 Thanks for reporting it, I can put up with little bugs like the JAV toggle slider keep resetting as its just a mild annoyance but not being able to see your watch later scenes is quite a big deal and really does damage the experience, really hope they fix it soon!

            5 days later

            fokton There now seems to be another issue, it will not let me add any titles to the watch later section at all now it just says 'you've reached the maximum number of titles you can add' it wasn't doing that before it was letting me add them but they wouldn't show up until other scenes were deleted but now it doesn't let me add them at all.

            Pretty disappointing from SLR really, adding titles to a watch later section is pretty basic stuff and while I appreciate bugs do happen this looks to be effecting quite a few people and still no fix has been put in place, not good really.

              xxxscottyxxx what seems basic usually has a lot of technical detail that goes into it. You canā€™t just have an infinitely large list of items being returned to the user. At some point you will reach threshold limits either in storage, logic, or display.

              Sounds to me like some threshold was reached and a dev fixed the unfriendly 500 internal server error message with what always should have been a friendly message. ā€œYou have exceeded your limit.ā€ At least there is a message now. In DeoVR there is 12 videos per page so your 106 pages of watch later videos is 1272 videos long. At an average of 1 hr per video thatā€™s 7.5 weeks of viewing.

              I know as users we all want ā€œall the thingsā€ but boundaries must be set so bugs can be fixed in reasonable timeframes and focus isnā€™t diverted from important feature work.

                Sperson xxxscottyxxx what seems basic usually has a lot of technical detail that goes into it. You canā€™t just have an infinitely large list of items being returned to the user. At some point you will reach threshold limits either in storage, logic, or display.

                You're right in principle, but I think that's unlikely in this case. So that an infinite list is not loaded, there is a pagination. With the help of the pagination, only a certain number of data records is queried from the database. This is not a very computationally intensive process.

                From the technical principle, it shouldn't behave very differently from any other filtering of the data. If we take a tag like "brunette" as an example, we have almost 6000 videos in there. Here it also works without threshold limits.

                Of course, I don't mean to say that this is all easy to develop. However, it must be said that a few thousand datasets should not pose a problem unless they have not been developed particularly efficiently in one place or another.

                Without knowing the structure of the system in detail, I assume a classic system, which roughly consists of the following components:

                • Database
                • API server
                • Clients (Vue website, apps)

                In my estimation, one of the two, or even both problems could apply:

                • Table with the data of the playlists (e.g. watch later) does not have an optimal structure and is therefore inefficient and slow.
                • A Bug in the API Server Endpoint for querying playlist data.

                But since none of us knows exactly how the whole thing is technically structured, it's only a guess in the end.

                @ devteam: We wish you the best of luck in solving the problem.

                I do not think it is an issue of just reaching a limit.......in that case the solution would be to delete something from the list and just ad another scene. But when I delete something from the list and I try to ad an other scene I keep getting the same message....