[ Radarr .NET ] [ 4.5.0.7106 ] automatically downloading movies via Usenet and BitTorrent.

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
tanderson92
Starting out
Posts: 24
Joined: Sun Jul 26, 2020 2:18 pm

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by tanderson92 »

What's the upgrade path from the mono Radarr 3 install? Does this create a new folder and then I copy over the configuration, or does it overwrite the mono version of Radarr 3?
gillmacca
Starting out
Posts: 23
Joined: Wed Mar 09, 2016 4:09 am

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by gillmacca »

tanderson92 wrote: Fri Dec 18, 2020 6:41 am What's the upgrade path from the mono Radarr 3 install? Does this create a new folder and then I copy over the configuration, or does it overwrite the mono version of Radarr 3?
I installed this version, uninstalled the original radarr, and this new one stopped working, so it looks like you need both installed.

Can anyone confirm this is correct?
QNAP TS451+ 3TB, 4TB & 6TB
gillmacca
Starting out
Posts: 23
Joined: Wed Mar 09, 2016 4:09 am

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by gillmacca »

Update on this, as no one has confirmed this.
I have uninstalled both (radarr-mono and radarr.net), and just installed radarr.net, and get the following error when launching in a browser:
{
"message": "SQL logic error\nno such table: Users",
"description": "code = Error (1), message = System.Data.SQLite.SQLiteException (0x800007BF): SQL logic error\nno such table: Users\n at System.Data.SQLite.SQLite3.Prepare (System.Data.SQLite.SQLiteConnection cnn, System.String strSql, System.Data.SQLite.SQLiteStatement previous, System.UInt32 timeoutMS, System.String& strRemain) [0x003d2] in <2b60c50f1c114fe8b46775fa6556cd8f>:0 \n at System.Data.SQLite.SQLiteCommand.BuildNextCommand () [0x000f6] in <2b60c50f1c114fe8b46775fa6556cd8f>:0 \n at System.Data.SQLite.SQLiteCommand.GetStatement (System.Int32 index) [0x00008] in <2b60c50f1c114fe8b46775fa6556cd8f>:0 \n at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteCommand.GetStatement(int)\n at System.Data.SQLite.SQLiteDataReader.NextResult () [0x00124] in <2b60c50f1c114fe8b46775fa6556cd8f>:0 \n at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x0008e] in <2b60c50f1c114fe8b46775fa6556cd8f>:0 \n at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor(System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)\n at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <2b60c50f1c114fe8b46775fa6556cd8f>:0 \n at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader (System.Data.CommandBehavior behavior) [0x00000] in <2b60c50f1c114fe8b46775fa6556cd8f>:0 \n at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x00000] in /SRC/mono-5.20.1.19/external/corefx/src/System.Data.Common/src/System/Data/Common/DbCommand.cs:116 \n at Dapper.SqlMapper.ExecuteReaderWithFlagsFallback (System.Data.IDbCommand cmd, System.Boolean wasClosed, System.Data.CommandBehavior behavior) [0x00008] in <d936a021ed8c4973851f7988bc991ea0>:0 \n at Dapper.SqlMapper+<QueryImpl>d__140`1[T].MoveNext () [0x000d6] in <d936a021ed8c4973851f7988bc991ea0>:0 \n at System.Collections.Generic.List`1[T].AddEnumerable (System.Collections.Generic.IEnumerable`1[T] enumerable) [0x00059] in <39fb10750b9a4a7cb2b486b5b4f38c7b>:0 \n at System.Collections.Generic.List`1[T]..ctor (System.Collections.Generic.IEnumerable`1[T] collection) [0x00062] in <39fb10750b9a4a7cb2b486b5b4f38c7b>:0 \n at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0000e] in /SRC/mono-5.20.1.19/external/corefx/src/System.Linq/src/System/Linq/ToCollection.cs:30 \n at Dapper.SqlMapper.Query[T] (System.Data.IDbConnection cnn, System.String sql, System.Object param, System.Data.IDbTransaction transaction, System.Boolean buffered, System.Nullable`1[T] commandTimeout, System.Nullable`1[T] commandType) [0x0003c] in <d936a021ed8c4973851f7988bc991ea0>:0 \n at NzbDrone.Core.Datastore.SqlMapperExtensions.Query[T] (NzbDrone.Core.Datastore.IDatabase db, System.String sql, System.Object param) [0x00041] in <2942ef8a14da43c18b77b78487d94541>:0 \n at NzbDrone.Core.Datastore.SqlMapperExtensions.Query[T] (NzbDrone.Core.Datastore.IDatabase db, NzbDrone.Core.Datastore.SqlBuilder builder) [0x0002f] in <2942ef8a14da43c18b77b78487d94541>:0 \n at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Query (NzbDrone.Core.Datastore.SqlBuilder builder) [0x00000] in <2942ef8a14da43c18b77b78487d94541>:0 \n at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Query (System.Linq.Expressions.Expression`1[TDelegate] where) [0x0000d] in <2942ef8a14da43c18b77b78487d94541>:0 \n at NzbDrone.Core.Authentication.UserRepository.FindUser (System.String username) [0x0006b] in <2942ef8a14da43c18b77b78487d94541>:0 \n at NzbDrone.Core.Authentication.UserService.FindUser (System.String username, System.String password) [0x0001e] in <2942ef8a14da43c18b77b78487d94541>:0 \n at Radarr.Http.Authentication.AuthenticationService.Validate (System.String username, System.String password) [0x00017] in <c9b9bf41521f48db85be41a82303919c>:0 \n at Nancy.Authentication.Basic.BasicAuthentication.RetrieveCredentials (Nancy.NancyContext context, Nancy.Authentication.Basic.BasicAuthenticationConfiguration configuration) [0x0001b] in <d2b444ba3fef47cca56148678d61273b>:0 \n at Nancy.Authentication.Basic.BasicAuthentication+<>c__DisplayClass3_0.<GetCredentialRetrievalHook>b__0 (Nancy.NancyContext context) [0x00000] in <d2b444ba3fef47cca56148678d61273b>:0 \n at Nancy.BeforePipeline+<>c__DisplayClass8_0.<Wrap>b__0 (Nancy.NancyContext ctx, System.Threading.CancellationToken ct) [0x0000b] in <e31b230dbd29407fadcc55713e0bbd0f>:0 \n at Nancy.BeforePipeline.Invoke (Nancy.NancyContext context, System.Threading.CancellationToken cancellationToken) [0x00036] in <e31b230dbd29407fadcc55713e0bbd0f>:0 \n at Nancy.NancyEngine.InvokeRequestLifeCycle (Nancy.NancyContext context, System.Threading.CancellationToken cancellationToken, Nancy.Bootstrapper.IPipelines pipelines) [0x000a0] in <e31b230dbd29407fadcc55713e0bbd0f>:0 "
}
QNAP TS451+ 3TB, 4TB & 6TB
tanderson92
Starting out
Posts: 24
Joined: Sun Jul 26, 2020 2:18 pm

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by tanderson92 »

tanderson92 wrote: Fri Dec 18, 2020 6:41 am What's the upgrade path from the mono Radarr 3 install? Does this create a new folder and then I copy over the configuration, or does it overwrite the mono version of Radarr 3?
I'm answering my own question, and unfortunately no help to gillmacca.

I followed the following steps:
1) Backed up Radarr and copied the file to my computer
2) Uninstalled Radarr
3) Purchased and installed Apache & PHP 7.4.x
4) Installed Radarr.NET
5) Restored from backup. <-- Radarr said it was going to manually restart the server and reload the page. I got impatient after a few minutes and stopped it in QNAP, then re-opened.

After this, I'm now running Radarr.net with my previous configuration restored.
VKNAS
Getting the hang of things
Posts: 63
Joined: Mon Sep 26, 2016 1:20 am

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by VKNAS »

When you say you installed Radarr.NET is that different package and is it available as a QPKG? My install over mono came back and said I need to uninstall and load the .NET version but have not found this as yet. Any tips or links would be a great help please.
VKNAS
Getting the hang of things
Posts: 63
Joined: Mon Sep 26, 2016 1:20 am

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by VKNAS »

I've just gone to the first page of this post and seen all the links. Helps when you first check all the threads before asking stupid questions. Got it, thanks.
C0rinthian
New here
Posts: 2
Joined: Wed Jan 13, 2021 8:14 am

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by C0rinthian »

Can someone explain why there is a dependency on Apache? I already have a functioning Nginx install, and I don't want to have to deal with making them play nice and/or migrating to Apache. Also it's odd that it's specifically dependent on a non-free package of Apache.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by QNAP_Stephane »

Dotnet runtime requirements some libs to runs like icu and others ... This libs are include and updated regulary within apache7x and apache8x

Envoyé de mon MI 9 en utilisant Tapatalk

---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
C0rinthian
New here
Posts: 2
Joined: Wed Jan 13, 2021 8:14 am

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by C0rinthian »

QNAP_Stephane wrote: Wed Jan 13, 2021 2:16 pm Dotnet runtime requirements some libs to runs like icu and others ... This libs are include and updated regulary within apache7x and apache8x

Envoyé de mon MI 9 en utilisant Tapatalk
That seems like an odd way to satisfy those runtime dependencies. There's no good reason to force people to use a specific Apache install for that. But I ended up spending an evening re-doing my stack with Docker, and am much happier for it so far.
User avatar
Xmantium
Been there, done that
Posts: 579
Joined: Fri Sep 03, 2010 3:55 am
Location: Manchester, England

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by Xmantium »

How come the old version worked fine without apache and PHP?
I thought it's a folk of Sonarr and depends on Mono

If you have version 0.2 installed, with the built in upgrade work with apache and PHP?
tonycrouch1183
Starting out
Posts: 14
Joined: Thu May 04, 2017 7:54 am

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by tonycrouch1183 »

So I just installed Apache, PHP, and the latest version of Radarr. I'm getting this status notice. "Branch aphrodite is not a valid Radarr release branch, you will not receive updates". Can someone please explain what that means and if I need to do something different?
NAS : TVS-871 - 16GB RAM - Intel(R) Core(TM) i7-4790S CPU @ 3.20GHz
Firmware : 4.3.3.0210 build 20170606
HDD : 8x WDC WD8001FFWX-68J1UN0 83.H0A03 - 1 Storage Pool with RAID-6
UPS : CyberPower 1500AVRLCD USB
Tjalmann
First post
Posts: 1
Joined: Mon Jan 25, 2021 1:50 am

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by Tjalmann »

Unable to purchase your Apache74 so thus unable to use any of this. There is a stribe problem on quapclub.
Can you please push from your side so i can pay you for the work, as i am already using several of your other apps
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Radarr .NET ] [ 3.0.0.4260 ] automatically downloading movies via Usenet and BitTorrent.

Post by QNAP_Stephane »

last week Cris told me Repo was under attack..

seems ok Now ..
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ Radarr .NET ] [ 3.0.2.4552] automatically downloading movies via Usenet and BitTorrent.

Post by QNAP_Stephane »

updated
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
tanderson92
Starting out
Posts: 24
Joined: Sun Jul 26, 2020 2:18 pm

Re: [ Radarr .NET ] [ 3.0.2.4552] automatically downloading movies via Usenet and BitTorrent.

Post by tanderson92 »

QNAP_Stephane wrote: Thu Feb 18, 2021 11:35 pm updated
I've been updating both Radarr.NET and Sonarr from within the app, not the QNAP App Center. However, the Radarr.NET shows an update available in the App Center even though I'm on 3.0.2.4552. The Sonarr app doesn't show an available update in App Center. I'm assuming the safest course is to ignore app center and continue updating these apps from within System/Updates?
Last edited by tanderson92 on Wed Apr 28, 2021 12:46 am, edited 1 time in total.
Post Reply

Return to “Community Apps”