The Movie Database Support

In account endpoint, on every sub endpoint, it clearly states account_id is Optional whatsoever if it is omitted, and instead of let's say

/account/{account_id}/lists -> /account/lists

It will return the account's object rather than the lists, if you omit it without removing the slashes

/account/{account_id}/lists -> /account//lists you will get a 404

Is that the desired function? or is it a bug

2 replies (on page 1 of 1)

Jump to last post

Technically the account id was not supposed to ever be optional. It was a typo that slipped into the new documentation when I moved everything over to Stoplight last year.

I've created a new ticket for me to truly make it optional here.

Chers.

I've noticed some strange and undesired behavior by the Service.

I'm a contributor at the tmdb-java Library by Uwe Trottmann. I made all the authentication mechanism as long with the account endpoint.

Before tests begin in account endpoint i'm initializing some ratings, and some favorites lists etc.

I run the tests and after that i'm rolling back the changes, Whatsoever, most of the times, (maybe due to the high request count?) even though i'm getting the created and success messages, While i'm querying the service for these data on account endpoint, i get empty results. which is odd.

https://github.com/ProIcons/tmdb-java You can see the library here, there's also a branch that i have integrated it with TravisCI

The failure was test_rated_tvShows Results were empty

> Content-Type: application/json; charset=UTF-8
> Content-Length: 13
> {"value":7.5}
> --> END POST (13-byte body)
> Access-Control-Allow-Origin: *
> Access-Control-Expose-Headers: ETag, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, Retry-After
> Cache-Control: public, max-age=0
> Content-Type: application/json;charset=utf-8
> Date: Tue, 30 May 2017 12:03:24 GMT
> Server: openresty
> X-RateLimit-Limit: 40
> X-RateLimit-Remaining: 19
> X-RateLimit-Reset: 1496145808
> Content-Length: 45
> Connection: keep-alive
> {"status_code":1,"status_message":"Success."}
> <-- END HTTP (45-byte body)

it happens most of the times, but NOT always.

https://travis-ci.org/ProIcons/tmdb-java/builds/237486120

Any idea what's causing this issue?

Here is the SuiteClass which Initializes the data. https://github.com/ProIcons/tmdb-java/blob/b79f63e2347ecb77750224e3df1fada378a776e7/src/test/java/com/uwetrottmann/tmdb2/TmdbTestSuite.java

and that's the AccountServiceTest https://github.com/ProIcons/tmdb-java/blob/b79f63e2347ecb77750224e3df1fada378a776e7/src/test/java/com/uwetrottmann/tmdb2/services/AccountServiceTest.java

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login