-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http 429 the movie db #311
Comments
https://developers.themoviedb.org/3/getting-started/request-rate-limiting Request Rate Limiting You can use the X-RateLimit headers that get returned with every request to keep track of your current limits. If you exceed the limit, you will receive a 429 HTTP status with a Retry-After header. As soon your cool down period expires, you are free to continue making requests. Here's an example of what the headers look like on a rate limited request:
|
Fixed in the v2 rc, will cherry pick into the stable version soon and update! |
Fixed in v1.0.14 |
ERROR org.springframework.boot.SpringApplication - Application startup failed |
tried to fix again in v1.0.15 |
./streama-1.0.15.war Configuring Spring Security Core ... WARN grails.app.services.streama.TheMovieDbService - could not load genres this time, Server returned HTTP response code: 429 for URL: https://api.themoviedb.org/3/genre/movie/list?api_key=**************************** |
cant reproduce any of this locally, so Im digging in the blind. will post another attempt to fix soon |
lets see with v1.0.16 first, releasing now |
it works, thanks <3 |
Thanks now it's work perfectly, I love u <3 |
:) |
Hello, |
ive downloaded the 1.0.13 and when i tried to use it closes and show:
Caused by: java.io.IOException: Server returned HTTP response code: 429 for URL: https://api.themoviedb.org/3/genre/movie/list?api_key=******************************* <-( yep , theres a key here i just removed it)
The text was updated successfully, but these errors were encountered: