Hi,
I'm trying to set a users Watchlist setting for a Movie. But I'm having some issues and am unable to determine if it's caching at play.
If I fire off a request, setting the Watchlist to False, then it works 100% of the time: The next /movie/XXX/account_states will show its setting as False.
When I set it to True however, it doesn't take effect. Even if I wait 10 seconds. It only seems to work when I fire of my set-request 4 times (reproducible). If I only set it 1, 2 or 3 times, it won't take effect.
Any advice?
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την LordMike
στις 15 Ιούνιος 2015 στις 07:00 ΜΜ
Screw it. Now it can't reproduce anymore... Anyways. Setting the Favorite flag works flawlessly - it's just the Watchlist.
Απάντηση από τον/την LordMike
στις 15 Ιούνιος 2015 στις 07:06 ΜΜ
Ok. This is going to be very tough to troubleshoot. I originally had a test which did three things: Rate, Watchlist and Favourite.
I have now split it out to make it more obvious to myself which of the three failed, and now they all work (well, minus the Rating as it's pending a change from you).
So I suspect what I saw was either a fluke or some error that comes from setting those three options on the same item in a short timespan.
Απάντηση από τον/την Travis Bell
στις 16 Ιούνιος 2015 στις 11:55 ΕΊΜΑΙ
By default, we remove the watchlist item on rating, could that be what you're seeing (if you were rating the item in the same pass)?
You can disable this setting in your account preferences.
Απάντηση από τον/την LordMike
στις 16 Ιούνιος 2015 στις 12:25 ΜΜ
Oh shoot - that was probably it.
Ah well, I split it up into three parts (better code anyways).