fscorrupt / Posterizarr

🖼️ Automated poster maker for Plex/Jellyfin/Emby.
107 stars 10 forks source link

[BUG] error downloading poster after turning on minimum width/height #135

Closed rayap88 closed 1 month ago

rayap88 commented 1 month ago

Describe the bug Error downloading poster after turning on minimum width/height

To Reproduce Select as primary and trigger poster download for TV shows

Expected behavior TV shows poster unable to be found or downloaded after setting minimum width and height even though TMDb meet minimum width and height

Screenshots & Logs 1477 | … $FavPoster = ($response.posters | Where-Object { iso_639_1 -eq $la … | ~~~~~ | The term 'iso_639_1' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was | included, verify that the path is correct and try again. iso_639_1: /Posterizarr.ps1:1477

Line | 1223 | … Poster = ($response.images.posters | Where-Object { iso_639_1 -eq $la … | ~~~~~ | The term 'iso_639_1' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was | included, verify that the path is correct and try again. iso_639_1: /Posterizarr.ps1:1223

Additional context Add any other context about the problem here.

fscorrupt commented 1 month ago

@rayap88 should be fixed now!

rayap88 commented 1 month ago

thanks, saw the updates in GitHub but not docker image still showing last update as 2 days ago. using latest tags

fscorrupt commented 1 month ago

thanks, saw the updates in GitHub but not docker image still showing last update as 2 days ago. using latest tags

You just have to restart your container, on restart it grabs latest script from my repo.