Giter Site home page Giter Site logo

Comments (3)

wagnerrp avatar wagnerrp commented on September 25, 2024

Upstream issue. See #36 . The issue for your particular search should resolve itself within a few days.

from pytmdb3.

cmcilvoy avatar cmcilvoy commented on September 25, 2024

I am getting this error as well across many queries. An example, simple query on "American" will result in index error.
res = tmdb3.searchMovie("American")
for m in res:
print m.title

Python 2.7.5
Error:
File "", line 1, in
File "/lib/python2.7/site-packages/tmdb3/pager.py", line 25, in next
return self._parent[self._index]
File "/lib/python2.7/site-packages/tmdb3/pager.py", line 70, in getitem
return self._data[index]
IndexError: list index out of range

from pytmdb3.

wagnerrp avatar wagnerrp commented on September 25, 2024

The issue is that there are entries in the online cache that go stale, and are only partially discarded. When you query the API for "American", it reports there are 28 pages of 20 entries each, plus one more page of 14. When you request page 2 from that query, one of the items turned up by the search has been removed from the database, so the query only returns 19 items. If you then try to pull item 40 (index 39), the library has no way to populate that, and throws an exception. When that occurs, you can catch it, and then proceed to pull the remaining items 41-574 successfully.

from pytmdb3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.