mirror of
https://github.com/RandomNinjaAtk/arr-scripts.git
synced 2026-03-02 22:57:35 -05:00
[BUG] - Sonarr - update to 4.0.0.746 broke something #84
Labels
No labels
Needs Triage
Not Reproducible
Upstream Issue
User Error
bug
documentation
enhancement
good first issue
help wanted
invalid
lidarr
lidarr
question
radarr
readarr
sabnzbd
sonarr
synology (host)
unraid (host)
waiting for logs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/arr-scripts#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jaycedk on GitHub (Dec 31, 2023).
Originally assigned to: @RandomNinjaAtk on GitHub.
Application
Sonarr v.4.0.0.746
lscr.io/linuxserver/sonarr:develop
Host platform
Unraid 6.12.6
Script
I think its the functions script that not working any more, after the update.
Script Version
Newly updated Wednesday, I updated all your scripts, and extended.conf.
And that was working till I updated this morning.
Describe the bug
Errors in docker logs
To Reproduce
Update lscr.io/linuxserver/sonarr:develop
Logs/Screenshots

Sonarr_log.txt
@jaycedk commented on GitHub (Dec 31, 2023):
Guess it could be something to do with this.
Ohh well I'm not i a rush 😉
Happy New years 🎉🎇🎆
Sonarr v4 Released
After a year of development and almost 1000 commits by more than 100 contributors Sonarr v4 is officially launched and out of beta. There are hundreds of changes to both the UI and the backend, and as such an upgrade is not backwards compatible.
The major changes include:
How To Upgrade
V4 has now been pushed to the main branch. Updates will happen differently depending on how you have Sonarr installed on your system.
:latesttag to v4ExecStartline no longer references mono. an example of how it may look can be found here: https://github.com/Sonarr/Sonarr/blob/develop/distribution/debian/sonarr.serviceMake sure to make a backup in v3 first before upgrading to v4 incase anything goes wrong and you need to roll back.
Issues when upgrading
If you had a lot of preferred words in Sonarr v3 then you will see many migrated custom formats in v4. These will need to be edited or deleted and readded. The
{Preferred Words}naming token is also replaced with the{Custom Formats}token. Check your naming strings.Due to multiple database migrations we've seen that some corrupt databases that were doing OK in v3 have broken in v4. You can try to follow our corrupt database repair guide https://wiki.servarr.com/useful-tools#recovering-a-corrupt-db or reach out to one of our Support channels.
Due to the move from mono to .NET 6 there may be some small changes required to your Reverse Proxy: https://wiki.servarr.com/sonarr/faq-v4#my-reverse-proxy-doesnt-work-anymore
Moving from Develop to Main
Now that v4 has released, the develop and main branches are currently equal. On systems that support automatic updates through Sonarr you should be redirected back to
mainautomatically. Otherwise please update you branch and updates as necessary if you'd like to return tomainreleases.Users that wish to stay on
developwill need to manually change their branch after updating to at least 4.0.0.741.@justinglock40 commented on GitHub (Jan 1, 2024):
I got the same issue recently. was working fine up until last night looks like
@justinglock40 commented on GitHub (Jan 1, 2024):
With this python error as well.
@justinglock40 commented on GitHub (Jan 1, 2024):
Going back to this tag does not cause this breaking change with python: linuxserver/sonarr:develop-4.0.0.740-ls18
@RandomNinjaAtk commented on GitHub (Jan 2, 2024):
Also seeing the error, not sure yet what the fix is... But I'll look into it...
@RandomNinjaAtk commented on GitHub (Jan 2, 2024):
Honestly, the change I just pushed fixes it... However, I'm not sure if any unintended consequences will be found with the change... Restart the container to pull the latest setup script....
@jaycedk commented on GitHub (Jan 2, 2024):
Doing some testing now 😁🤞
It's no longer has any errors of note.
And its pulling new extras, Nice 😁
@jaycedk commented on GitHub (Jan 2, 2024):
Second run all good 😎
Thank you for fixing this 👍
@justinglock40 Is it fixed on you your end too ?
@justinglock40 commented on GitHub (Jan 2, 2024):
Yes. Seems to be in working order now. Thanks! RandomNinjaAtk