You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plug-in is not fetching the metadata for episodes 101+ for shows with over 100 episodes in a season. Example being Hunter X Hunter.
From the looks of it you are using Jikan to fetch the MAL data. They do pagination for this endpoint and will only return 100 results which will require additional requests to fetch the rest of the data. The plug-in does not seem to account for this. It is noted in the v3 docs which you can find here under the "Remarks" section.
Also on a side note, the v3 Jikan api is deprecated. Should probably also migrate to the v4 api.
I would open a PR but I'm not really familiar with python.
The text was updated successfully, but these errors were encountered:
pilar6195
changed the title
Not fetching metadata for anime with over 100 episodes.
Plug-in not fetching metadata for episodes 101+
Mar 21, 2022
Plug-in is not fetching the metadata for episodes 101+ for shows with over 100 episodes in a season. Example being Hunter X Hunter.
From the looks of it you are using Jikan to fetch the MAL data. They do pagination for this endpoint and will only return 100 results which will require additional requests to fetch the rest of the data. The plug-in does not seem to account for this. It is noted in the v3 docs which you can find here under the "Remarks" section.
Also on a side note, the v3 Jikan api is deprecated. Should probably also migrate to the v4 api.
I would open a PR but I'm not really familiar with python.
The text was updated successfully, but these errors were encountered: