Sonarr won't work with Mono beta app

Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.

Moderator: Lillian.W@AST

User avatar
Nazar78
Posts: 2002
youtube meble na wymiar Warszawa
Joined: Wed Jul 17, 2019 10:21 pm
Location: Singapore
Contact:

Re: Sonarr won't work with Mono beta app

Post by Nazar78 »

maartmail wrote:Thanks for the help. I managed to "trick" the system by opening the management webpage twice, installing the Sonarr APK in one, and right away (after it checked Sonarr prerequisites) uninstalling the Mono mainstream release in the other, leaving just the Mono beta app installed. This got Sonarr working again. Not very elegant, but it got the job done. :D
Erm have you tried restarting sonarr see if it works? Just to be sure because think for mine the latest mono replaces the previous, not having two versions. But if sonarr can restart, considered as you said job done.
AS5304T - 16GB DDR4 - ADM-OS modded on 2GB RAM
Internal:
- 4x10TB Toshiba RAID10 Ext4-Journal=Off
External 5 Bay USB3:
- 4x2TB Seagate modded RAID0 Btrfs-Compression
- 480GB Intel SSD for modded dm-cache (initramfs auto update patch) and Apps

When posting, consider checking the box "Notify me when a reply is posted" to get faster response
JeremyCreekit
Posts: 48
Joined: Mon Feb 10, 2014 4:28 am

Re: Sonarr won't work with Mono beta app

Post by JeremyCreekit »

[UPDATE I actually over-complicated the process. See the simplified final steps further down in a subsequent post]

These are the final steps that worked for me:

1) Backup your Sonarr database and settings: https://github.com/Sonarr/Sonarr/wiki/B ... nd-Restore
2) Uninstall Mono and Sonnar in the App Central
3) SSH into your NAS (IMPORTANT: ensure you are logged in as Root)
4) Determine your NAS architecture (note that i686 = i386) by SSHing into NAS and typing :

Code: Select all

uname -m
5) Find the previous package version URL here: http://appdownload.asustor.com
6) Install the Mono package with the following command:

Code: Select all

wget -O mono_5.8.1.0.r9_i386.apk http://appdownload.asustor.com/0010_999_1532430877_mono_5.8.1.0.r9_i386.apk && apkg --install mono_5.8.1.0.r9_i386.apk
7) Install the Sonarr package with the following command:

Code: Select all

wget -O sonarr_2.0.0.4855_i386.apk http://appdownload.asustor.com/0010_23588_1502027364_sonarr_2.0.0.4855_i386.apk && apkg --install sonarr_2.0.0.4855_i386.apk
8) Restore your Sonarr settings and database

Thanks @Nazar78 for your help!
Last edited by JeremyCreekit on Thu Apr 16, 2020 10:11 pm, edited 2 times in total.
User avatar
Nazar78
Posts: 2002
Joined: Wed Jul 17, 2019 10:21 pm
Location: Singapore
Contact:

Re: Sonarr won't work with Mono beta app

Post by Nazar78 »

JeremyCreekit wrote:Thanks @Nazar78 for your help!
No problem. Actually you don't have to uninstall either sonarr or mono. With the existing sonarr and mono, just reinstall the previous mono using the ssh method of course using root then restart sonarr (toggle it off then on in the app central). You should also now see the downgraded version of mono with available update when you refresh the app central.
AS5304T - 16GB DDR4 - ADM-OS modded on 2GB RAM
Internal:
- 4x10TB Toshiba RAID10 Ext4-Journal=Off
External 5 Bay USB3:
- 4x2TB Seagate modded RAID0 Btrfs-Compression
- 480GB Intel SSD for modded dm-cache (initramfs auto update patch) and Apps

When posting, consider checking the box "Notify me when a reply is posted" to get faster response
JeremyCreekit
Posts: 48
Joined: Mon Feb 10, 2014 4:28 am

Re: Sonarr won't work with Mono beta app

Post by JeremyCreekit »

Okay, so I unnecessarily complicated the steps by reinstalling Sonarr as well which wasn't necessary. Real final steps:

1) Disable Mono and Sonarr in App Central
2) SSH into your NAS (IMPORTANT: ensure you are logged in as Root)
3) Determine your NAS architecture (note that i686 = i386) by SSHing into NAS and typing :

Code: Select all

uname -m
4) Find the previous package version URL here: http://appdownload.asustor.com
5) Install the Mono package with the following command:

Code: Select all

wget -O mono_5.8.1.0.r9_i386.apk http://appdownload.asustor.com/0010_999_1532430877_mono_5.8.1.0.r9_i386.apk && apkg --install mono_5.8.1.0.r9_i386.apk
6) (Re)Start Mono and Sonarr in App Central
Post Reply

Return to “sonarr”