[QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
scottietrek
First post
Posts: 1
Joined: Fri Mar 20, 2020 9:07 pm

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by scottietrek »

OK i have a tvs-882brt3 QNAP
I would like to install sonarr on it does anyone know what version to choose?
CheekyChester
New here
Posts: 3
Joined: Sun Jan 04, 2015 4:35 am

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by CheekyChester »

All,
I have been running Sonarr happily for many years and in the last couple of weeks, it stopped working properly.
I was initially having SSL errors connecting to indexers, I fixed that but now I have the following error:

Code: Select all

20-3-21 21:04:52.7|Error|VideoFileInfoReader|mediainfo is required but was not found

[v2.0.0.5344] System.DllNotFoundException: libmediainfo.so.0
  at (wrapper managed-to-native) NzbDrone.Core.MediaFiles.MediaInfo.MediaInfo.MediaInfo_New()
  at NzbDrone.Core.MediaFiles.MediaInfo.MediaInfo..ctor () [0x00006] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\MediaInfo\MediaInfoLib.cs:69 
  at NzbDrone.Core.MediaFiles.MediaInfo.VideoFileInfoReader.GetMediaInfo (System.String filename) [0x00021] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\MediaInfo\VideoFileInfoReader.cs:43
I have checked and Mediainfo is installed and working. I have copied symlinks of libmediainfo.so.0 into every folder I can image.

Does anyone have any ideas on how I can fix this?

I have a TS-239 running firmware 4.2.6 Build 20200109

Sonarr version
2.0.0.5344
Mono Version
5.20.1.19
AppData directory
/share/MD0_DATA/SONARR_CONFIG
Startup directory
/share/MD0_DATA/.qpkg/QSonarr/NzbDrone
CheekyChester
New here
Posts: 3
Joined: Sun Jan 04, 2015 4:35 am

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by CheekyChester »

All,

I found the solution to my qsonarr problems. I installed SortMyQPKGs https://www.qnapclub.eu/en/qpkg/508

Problem solved.
User avatar
Gryzor
Easy as a breeze
Posts: 293
Joined: Sat Oct 24, 2015 3:21 pm
Contact:

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by Gryzor »

So you set it to run last?
.:.
QNAP TS-251-4G / 4.3.2.0026
User avatar
Gryzor
Easy as a breeze
Posts: 293
Joined: Sat Oct 24, 2015 3:21 pm
Contact:

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by Gryzor »

Hello everyone!

So, not the smartest thing I've ever done probably (I blame it on the lack of sleep that accompanies having a baby), but I installed QSonarr 3 along with Qsonarr 2. I thought it would be a separate installation and that by changing ports I would be able to access both.

Launching v2 though launches v3, no way to access v2. Uninstalled v3, now launching v2 (at the port I set for v3) gives me an empty page with this: "message": "NotFound"

At this point I have two questions:

QUESTION 1: Are my Qsonarr 2 data lost?

At this point I wouldn't mind sticking with Sonarr3 and setting it up again, however when I'm scanning my disk I get a ton of similar errors:
Message
Failed to establish secure https connection to 'https://skyhook.sonarr.tv/v1/tvdb/search/en/?term=what we do in the shadows'.: Failed to establish secure https connection to 'https://skyhook.sonarr.tv/v1/tvdb/search/en/?term=what we do in the shadows'.

Exception
NzbDrone.Common.Http.TlsFailureException: Failed to establish secure https connection to 'https://skyhook.sonarr.tv/v1/tvdb/search/en/?term=what we do in the shadows'. ---> System.Net.WebException: Error: TrustFailure (The authentication or decryption has failed.) ---> System.IO.IOException: The authentication or decryption has failed. ---> System.IO.IOException: The authentication or decryption has failed. ---> Mono.Security.Protocol.Tls.**: Invalid certificate received from server. Error code: 0xffffffff800b010a
at Mono.Security.Protocol.Tls.RecordProtocol.EndReceiveRecord (System.IAsyncResult asyncResult) [0x00053] in /SRC/mono-4.6.2/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/RecordProtocol.cs:434
at Mono.Security.Protocol.Tls.SslClientStream.SafeEndReceiveRecord (System.IAsyncResult ar, System.Boolean ignoreEmpty) [0x00000] in /SRC/mono-4.6.2/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/SslClientStream.cs:256
at Mono.Security.Protocol.Tls.SslClientStream.NegotiateAsyncWorker (System.IAsyncResult result) [0x00071] in /SRC/mono-4.6.2/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/SslClientStream.cs:418
--- End of inner exception stack trace ---
at Mono.Security.Protocol.Tls.SslClientStream.EndNegotiateHandshake (System.IAsyncResult result) [0x00035] in /SRC/mono-4.6.2/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/SslClientStream.cs:396
at Mono.Security.Protocol.Tls.SslStreamBase.AsyncHandshakeCallback (System.IAsyncResult asyncResult) [0x0000c] in /SRC/mono-4.6.2/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/SslStreamBase.cs:101
--- End of inner exception stack trace ---
at Mono.Security.Protocol.Tls.SslStreamBase.EndRead (System.IAsyncResult asyncResult) [0x00058] in /SRC/mono-4.6.2/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/SslStreamBase.cs:886
at Mono.Net.Security.Private.LegacySslStream.EndAuthenticateAsClient (System.IAsyncResult asyncResult) [0x00011] in /SRC/mono-4.6.2/mcs/class/System/Mono.Net.Security/LegacySslStream.cs:475
at Mono.Net.Security.Private.LegacySslStream.AuthenticateAsClient (System.String targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, System.Boolean checkCertificateRevocation) [0x00000] in /SRC/mono-4.6.2/mcs/class/System/Mono.Net.Security/LegacySslStream.cs:445
at Mono.Net.Security.MonoTlsStream.CreateStream (System.Byte[] buffer) [0x0001e] in /SRC/mono-4.6.2/mcs/class/System/Mono.Net.Security/MonoTlsStream.cs:99
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00065] in /SRC/mono-4.6.2/mcs/class/System/System.Net/HttpWebRequest.cs:1025
at System.Net.HttpWebRequest.GetResponse () [0x0000e] in /SRC/mono-4.6.2/mcs/class/System/System.Net/HttpWebRequest.cs:1037
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81
--- End of inner exception stack trace ---
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001ab] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:103
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00080] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:123
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:273
at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:278
at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewSeries (System.String title) [0x000ff] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.C

This happens for every series scanned.

Som my question #2 is, naturally, any ideas about this?

Thanks!
.:.
QNAP TS-251-4G / 4.3.2.0026
User avatar
Gryzor
Easy as a breeze
Posts: 293
Joined: Sat Oct 24, 2015 3:21 pm
Contact:

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by Gryzor »

Update: reinstalled v3, now v2 works at its own port and everything is there :D

Unfortunately still having the same issues with v3 though, so any help would be greatly appreciated...
.:.
QNAP TS-251-4G / 4.3.2.0026
Max Imum
Starting out
Posts: 30
Joined: Thu Oct 18, 2012 2:47 am

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by Max Imum »

Qsonarr worked for a long time but due a power outage i needed to reinstall, but now i can not start QSONARR.
I took the following steps after noticing QSonarr would not start:
- Via the Apps menu i removed Qmono
- Via the Apps menu i removed QSonarr

- Via the apps menu (Qnapclubstore) i reinstalled QMono (5.20.1.19)
- Via the apps menu (Qnapclubstore) i reinstalled QSonarr (2.0.0.5338)

Starting via ssh gives me the following error:

Code: Select all

[/] # /share/CACHEDEV1_DATA/.qpkg/QSonarr/start.sh start
file exists
[Info] Bootstrap: Starting Sonarr - /share/CACHEDEV1_DATA/.qpkg/QSonarr/NzbDrone/NzbDrone.exe - Version 2.0.0.5338 
[Info] AppFolderInfo: Data directory is being overridden to [/SONARR_CONFIG] 
[Trace] DiskProviderBase: Directory '/SONARR_CONFIG' isn't writable. Disk full. Path /SONARR_CONFIG/sonarr_write_test.txt 


[Fatal] ConsoleApp: EPIC FAIL! 

[v2.0.0.5338] NzbDrone.Common.Exceptions.SonarrStartupException: Sonarr failed to start: AppFolder /SONARR_CONFIG is not writable
  at NzbDrone.Common.EnvironmentInfo.AppFolderFactory.Register () [0x0007b] in <76bdc4530d5346bba006f54e6ddfeb8a>:0 
  at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x0005a] in <592fa14a39b1407d9cc7f3ee86f3d63a>:0 
  at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x0002f] in <67bbc5f2133a4217a8cd3b1e820256bf>:0

How do i get around this error ?


-
Last edited by OneCD on Sat Mar 28, 2020 3:48 am, edited 1 time in total.
Reason: corrected code tags
User avatar
Gryzor
Easy as a breeze
Posts: 293
Joined: Sat Oct 24, 2015 3:21 pm
Contact:

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by Gryzor »

Well, maybe "[Trace] DiskProviderBase: Directory '/SONARR_CONFIG' isn't writable. Disk full. Path /SONARR_CONFIG/sonarr_write_test.txt" means the file is damaged? Can you access it?
.:.
QNAP TS-251-4G / 4.3.2.0026
Max Imum
Starting out
Posts: 30
Joined: Thu Oct 18, 2012 2:47 am

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by Max Imum »

i can remove sonarr_write_test.txt from /SONARR_CONFIG/ and but i'm NOT able to cp a file in /SONARR_CONFIG/ while cp a file to another dir is working

* edited: inserted NOT
Max Imum
Starting out
Posts: 30
Joined: Thu Oct 18, 2012 2:47 am

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by Max Imum »

Solved, i manually removed /SONARR_CONFIG and /share/CACHEDEV1_DATA/SONARR_CONFIG and Sonarr works again.
Now lets pray my backup files are not corrupt :)
User avatar
Gryzor
Easy as a breeze
Posts: 293
Joined: Sat Oct 24, 2015 3:21 pm
Contact:

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by Gryzor »

Anyone can help with my issue above? 🙂
.:.
QNAP TS-251-4G / 4.3.2.0026
shadowmeister
First post
Posts: 1
Joined: Mon Jul 13, 2020 7:02 pm

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by shadowmeister »

Good day all! Trying to tackle my first media center setup on my QNAP TS-451+ i think I have all the apps I need except Sonarr. Can anyone confirm a working version for the QNAP TS-451+

Pretty new to installing apps on my NAS so the easiest method would be the best.
User avatar
Toxic17
Ask me anything
Posts: 6477
Joined: Tue Jan 25, 2011 11:41 pm
Location: Planet Earth
Contact:

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by Toxic17 »

Firstly install the Qnap eu store from here

https://www.qnapclub.eu/en/howto/1

Install qmono then install qsonarr

https://www.qnapclub.eu/en/qpkg/193

https://qnapclub.eu/en/qpkg/262

Sent from my OnePlus 7Pro using Tapatalk


Regards Simon

Qnap Downloads
MyQNap.Org Repository
Submit a ticket • QNAP Helpdesk
QNAP Tutorials, User Manuals, FAQs, Downloads, Wiki
When you ask a question, please include the following


NAS: TS-673A QuTS hero h5.1.2.2534 • TS-121 4.3.3.2420 • APC Back-UPS ES 700G
Network: VM Hub3: 500/50 • UniFi UDM Pro: 3.2.9 • UniFi Network Controller: 8.0.28
USW-Aggregation: 6.6.61 • US-16-150W: 6.6.61 • 2x USW Mini Flex 2.0.0 • UniFi AC Pro 6.6.62 • UniFi U6-LR 6.6.62
UniFi Protect: 2.11.21/8TB Skyhawk AI • 3x G3 Instants: 4.69.55 • UniFi G3 Flex: 4.69.55 • UniFi G5 Flex: 4.69.55
threeonesix
Starting out
Posts: 17
Joined: Sun May 21, 2017 5:13 am

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by threeonesix »

Pardon my n00b question but will QSonarr 2.0.0.5338 work on a QNAP TVS-871-i7 model? It is not listed in the options at the download site on QNAP's website, and my current version 2.0.0.5344 does not show an update available. I would have manually install the new version. I do not wish to do so unless it is verified as functional on my device. The current version downloads fine but will no longer automatically import downloads, I have to manually import each one. On my Health Status page I see the following error:

MediaInfo Library could not be loaded libmediainfo.so.0 assembly:<unknown assembly> type:<unknown type> member:(null)

I've done some research and found others with this issue historically but none of the solutions seem to apply to my device.

Thank you for your time and patience.
threeonesix
Starting out
Posts: 17
Joined: Sun May 21, 2017 5:13 am

Re: [QSonarr] [2.0.0.5338] Smart PVR for newsgroup and bittorrent users

Post by threeonesix »

Turns out I'm even more n00b than I thought. 2.0.0.5344 > 2.0.0.5338. I was thinking it said "5388". Stupid. My bad.
Post Reply

Return to “Community Apps”