question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Banner rating always 0

See original GitHub issue

This is on the latest PyPI version (2.0)

For example for the top rated poster of “Doctor Who (2005)”:

In [71]: tvdb['doctor who (2005)']['_banners']['poster']['raw'][47]
Out[71]: 
{'id': 1105324,
 'keyType': 'poster',
 'subKey': '',
 'fileName': 'posters/78804-52.jpg',
 'resolution': '680x1000',
 'ratingsInfo': {'average': 0, 'count': 0},
 'thumbnail': ''}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mdhigginscommented, Jun 17, 2018

If I query this for example to get the season artwork like I used previously with the pre V2 API and your python implementation I get the following

Query https://api.thetvdb.com/series/73871/images/query?keyType=season

{
  "data": [
    {
      "id": 6529,
      "keyType": "season",
      "subKey": "1",
      "fileName": "seasons/249-1.jpg",
      "resolution": "",
      "ratingsInfo": {
        "average": 6.5,
        "count": 19
      },
      "thumbnail": "_cache/seasons/249-1.jpg"
    },
    {
      "id": 6530,
      "keyType": "season",
      "subKey": "2",
      "fileName": "seasons/249-2.jpg",
      "resolution": "",
      "ratingsInfo": {
        "average": 6.1,
        "count": 20
      },
      "thumbnail": "_cache/seasons/249-2.jpg"
    },
    {
      "id": 6531,
      "keyType": "season",
      "subKey": "3",
      "fileName": "seasons/249-3.jpg",
      "resolution": "",
      "ratingsInfo": {
        "average": 6.1,
        "count": 17
      },
      "thumbnail": "_cache/seasons/249-3.jpg"
    }
   ...

I don’t think its an issue with the API

0reactions
mdhigginscommented, Jul 10, 2018

Can we reopen this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Anyone else coming across morons like this? In ranked ...
In ranked banner capturing is pathetic and the penalty means I have ... I'll always try to revive as long as it isn't...
Read more >
2.4 All 6 Banners and Events Info Out! Pull or Skip ... - YouTube
0 :00 Intro0:30 Shenhe Character Banner Review6:34 Ganyu Character ... As always, if you like the video, like and subscribe for more, ...
Read more >
BEST WAY TO GET LIMITED 5 STAR CHARACTERS ...
5 STAR WISH TRICK! HOW TO GET 100% DROP CHANCE! ⭐ Genshin Impact Wish Guide to 50/50 Pity & Banners Hit LIKE and...
Read more >
Banner Basics and Navigation - Staff
An individual's username sets data access restrictions upon logging in to Banner. However, confidentiality of data should always be paramount in the mind...
Read more >
Genshin Impact Pity, Soft Pity, 50/50 and Epitomized Path ...
Event Banner 4-Star characters have their own Pity system. So, you are guaranteed a 4-Star character or weapon after ten Wishes. You have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found