Netflix API Forums

API Forum

RSS Feed

I'm getting 400/130 errors when trying to change a movie's position in the queue

  1. Hi folks. I'm working on a Java app, and I'm trying to move a movie to a different position in the instant queue, but I keep getting 400 errors with 130 subcode (Title not found or not available). I'm using an HTTP POST to the following queue:

    http://api.netflix.com/users/{myOAuthUserIdHere}/queues/instant

    I'm adding the full encoded URL to the movie as the parameter "title_ref". I don't seem to get authorazation errors, and I'm able to list my queue using the same OAuth tokens. I'm running a network sniffer to see the requests/responses, and everything looks ok. I've also tried two different Java libraries - both the Netflix OAuth libs as well as the Google/Android "SignPost", but I get the same errors regardless of which one I'm using. I know the title that I'm trying to move is in the queue. Any hints or ideas are much appreciated. Thanks,

    Message edited by Basil Fawlty 2 years ago

  2. Michael Hart2 years ago

    Hi Basil,

    Which title are you attempting to add?

  3. Basil Fawlty2 years ago

    Hi Michael. I've been trying with this, which is at the top of the instant queue:
    http://api.netflix.com/catalog/titles/movies/70071617

  4. Michael Hart2 years ago

    This title is not available on instant. We could probably message this better in the error message.

    I didn't quite follow your statement that this title is at the top of THE instant queue, since you're trying to add it. Can you clarify?

  5. Basil Fawlty2 years ago

    My bad. It's working now. I could SWEAR that I got that URL from the XML coming back from a previous queue listing! Thanks for the help.

  6. Basil Fawlty2 years ago

    Could it be that the movie was available as instant at one point, and then got taken off?

  7. John Haren2 years ago

    Yes, that does happen from time to time.

  8. Michael Hart2 years ago

    I also retract my comment about the bad error message. It's correct when it says the title is not available.

[ Page 1 of 1 ]