JagandeepBrar / lunasea

Self-hosted software controller built using Flutter
https://www.lunasea.app
GNU General Public License v3.0
1.23k stars 61 forks source link

[Bug] Seasons poster cannot load #764

Closed nyouness closed 10 months ago

nyouness commented 10 months ago

Describe the Bug Add a new serie to sonarr or jellyseerr or reiverr through LunaSea. The seasons poster cannot load.

To Reproduce The seasons poster cannot load even after restarting app / clearing the cache / disabling the profile and enabling again.

Expected Behaviour The seasons poster should display.

Screenshots Screenshot 2023-08-25 235208 Screenshot 2023-08-25 235046.

Versions LunaSea 10.2.5 windows Sonarr 4.0.0.646 .

Additional context The cover and poster loads fine .

JagandeepBrar commented 10 months ago

Are you using Sonarr v4? It appears that they have removed the property which contained the remote image URL from the seasons payload, which means that season posters may not be possible with Sonarr v4.

I am validating with the development team and if confirmed I will be removing the image placeholder from the season list.

nyouness commented 10 months ago

yep im using Sonarr v4 , ah okay thats the case , is there a way to get posters from like TMDB or TVDb instead of relaying on sonarr ? and ty for replaying!

JagandeepBrar commented 10 months ago

Sadly this isn't possible as I am not eligible for free access to TheTVDB's API and Sonarr does not store/use TheMovieDB IDs under the hood.

If the Sonarr team has removed season posters from the payload then they will need to be removed.

JagandeepBrar commented 10 months ago

As it turns out this is a new bug introduced in Sonarr v4 and the team has been notified.

https://github.com/Sonarr/Sonarr/issues/5971

Once the above issue has been fixed and released, LunaSea should start to load season images again. I'll keep this issue open for tracking purposes however.

nyouness commented 10 months ago

Ohh nice!! and thanks agaiin.

JagandeepBrar commented 10 months ago

This issue has been fixed in #767 alongside the upstream changes in Sonarr.

Please update your Sonarr installation and the fix on the LunaSea-side will be deployed soon as well!