[Support] binhex - Radarr


Recommended Posts

Quick Question,

 

Has anyone else been getting this error message?

 

 

2019-12-26 14:31:35,294 DEBG 'radarr' stdout output:
[Warn] HttpClient: HTTP Error - Res: [GET] https://radarr.aeonlucid.com/v1/update/master?version=0.2.0.1450&os=linux&runtimeVer=5.20.1: 404.NotFound
{"errorMessage":"Latest update not found."}

2019-12-26 14:31:35,298 DEBG 'radarr' stdout output:
[Error] TaskExtensions: Task Error

Link to comment
  • 4 weeks later...

Hello folks, I am currently having issues with Hardlinks not working properly in Radarr. I'd like to keep the files seeding in my completed folder without having to copy them to my media location which doubles up the data usage until the torrent is removed. To get things started this is how I have my folder structure setup. I have share called `Media` which has my various folders on the top level where the media is stored.

image.png.9dce172748380c709e522f1c29e39de6.png

 

After this on my Docker page is how I have the mappings setup for Deluge/Radarr

image.png.a181383dbee3beca573b1bbb1ac03f03.png

 

/mnt/user/Media is the same mount point for each of the programs, and inside that I have the `Completed` folder where my downloads are moved to when finished and then the carious `TV Shows, Movies, Documentary, etc` folders that is used for organizing in plex.

 

I have gone over this blog post http://lukemanning.ie/sonarr-hardlinks-unraid/ many times as well as sought out help through a reddit thread and my current screenshots are where I've ended up now. It feels like it is really close to being correct but my latest tests still show double the file size being taken up on the cache drive when something completes and Radarr copies it to the Movie folder.

 

Is anyone able to lend a hand or is there some more information I haven't provided that would shed some light on the situation? Thanks for taking the time to look.

 

EDIT: This (https://forums.unraid.net/topic/86157-error-with-ln-hardlink-in-docker/?do=findComment&comment=809179) was a previous post I was asking in earlier this month as well attempting to follow anothers lead.

 

Edited by Skrie
Link to comment
1 hour ago, Skrie said:

It feels like it is really close to being correct but my latest tests still show double the file size being taken up on the cache drive when something completes and Radarr copies it to the Movie folder.

hard links will mirror the file (not link), thus doubling the disk space used.

Link to comment
4 minutes ago, binhex said:

hard links will mirror the file (not link), thus doubling the disk space used.

I don't believe that is accurate and is not how hard links work based on all the information I have read. It specifically goes over this in the guide/blog I first linked.

Link to comment
3 minutes ago, Skrie said:

I don't believe that is accurate and is not how hard links work based on all the information I have read. It specifically goes over this in the guide/blog I first linked.

hmm i just had a read through that blog, its pretty in depth stuff, i think the short of it is you cannot hard link across different filesystems, not sure if that is relevant to what you are trying to achieve, looking at your notes i think what you are saying is that the media share and the completed folder are in the same volume mapping (and thus in the same filesystem), right? so:-

 

/media

and

/media/completed/

 

is this correct?

Link to comment
Just now, binhex said:

hmm i just had a read through that blog, its pretty in depth stuff, i think the short of it is you cannot hard link across different filesystems, not sure if that is relevant to what you are trying to achieve, looking at your notes i think what you are saying is that the media share and the completed folder are in the same volume mapping (and thus in the same filesystem), right? so:-

 

/media

and

/media/completed/

 

is this correct?

Correct, for Radarr which is managing my movies the relevant folders I have are:
/mnt/user/Media/completed/

/mnt/user/Media/Movies/

Link to comment
36 minutes ago, Skrie said:

Correct, for Radarr which is managing my movies the relevant folders I have are:
/mnt/user/Media/completed/

/mnt/user/Media/Movies/

ok cool, so each movie you have added to radarr will copy/move/hard link to /media/Movies/<movie name>/ is that also true yeah?.

Edited by binhex
Link to comment
8 minutes ago, binhex said:

ok cool, so each movie you have added to radarr will copy/move/hard link to /media/Movies/<movie name>/ is that also true yeah?.

Correct, once completed the torrent program places it in the completed folder and then Radarr begins the copy/link to the Movies Folder in the same Media share.

Link to comment
Correct, once completed the torrent program places it in the completed folder and then Radarr begins the copy/link to the Movies Folder in the same Media share.
Hmm sounds reasonable, in that case I guess the issue is either related to the volume mounted filesystem, perhaps it didn't support hard links, or its a bug in Radarr.

Sent from my CLT-L09 using Tapatalk

Link to comment
24 minutes ago, binhex said:

Hmm sounds reasonable, in that case I guess the issue is either related to the volume mounted filesystem, perhaps it didn't support hard links, or its a bug in Radarr.

Sent from my CLT-L09 using Tapatalk
 

It has worked for others using unRaid, Radarr, and Deluge where Hardlinks work but thank you for looking in to it.

Link to comment

 

Quote

First thank you for all your work and containers. 

 

Does the Radarr or Sonarr support more than one media path per container? I tried to add an additional path, however when doing so I lost the container completely and have to start over again.

-- After removing and downloading the container again, I was able to modify my host media locations as required.

Edited by rohlando
Solution
Link to comment

Hi recently radarr has been replacing movies from x264 to x265, checked in total 111 movies are now x265. Not issue for me but have some family users on plex who have issues. I have now added x265, x.265, h265 and h.265 tags in must not include which will stop any more movies being changed.

 

Is there a way for radarr to now re-scan for x264 format or do I have to delete the files then search for missing?

Link to comment
  • 3 weeks later...

Evening all, I updated sonarr and radarr today, and since then i'm getting:
"Access to the path is denied."
on all media that is trying to be imported, in both radarr and sonarr.

 

Any idea why this might be? I don't think anything else has changed. I setup Ombi today, but i don't think that changed any of my config.

 

EDIT:

I'm watching one of the folders it is trying to copy videos into and it puts the partial file in, that grows in size, then disappears.

 

UPDATE:

Rolling back to docker pull binhex/arch-radarr:0.2.0.1450-1-01 and the previous version of Sonarr has allowed the files to be written to my media server.

Edited by karldonteljames
Additional information
Link to comment
On 2/18/2020 at 1:26 PM, karldonteljames said:

Evening all, I updated sonarr and radarr today, and since then i'm getting:
"Access to the path is denied."
on all media that is trying to be imported, in both radarr and sonarr.

 

Any idea why this might be? I don't think anything else has changed. I setup Ombi today, but i don't think that changed any of my config.

 

EDIT:

I'm watching one of the folders it is trying to copy videos into and it puts the partial file in, that grows in size, then disappears.

 

UPDATE:

Rolling back to docker pull binhex/arch-radarr:0.2.0.1450-1-01 and the previous version of Sonarr has allowed the files to be written to my media server.

I had a similar issue after updating.. I have mine set up using different paths then default in the docker Settings but noticed after updating that the paths had been changed without my input. Seems like new host paths are being used? 
 

I also rolled back to the previous version and used my old paths and everything worked again. 

Link to comment

Hello,


I was looking for some support regarding my binhex-radarr plugin if possible.

 

For some reason when I launch the GUI, I get to my screen (192.168.1.12:7878), however it wont get to any usable interface. It just has those little dots going back and forth along the screen.

 

I have tried this on Firefox, IE, Edge all give me the same issues. I also tried re-installing the docker container to no avail. Was wondering has anyone else experienced this or have any solutions to try?

 

Not sure when it started, recently though.

Link to comment
1 hour ago, STABILO-BOSS said:

Hello,


I was looking for some support regarding my binhex-radarr plugin if possible.

 

For some reason when I launch the GUI, I get to my screen (192.168.1.12:7878), however it wont get to any usable interface. It just has those little dots going back and forth along the screen.

 

I have tried this on Firefox, IE, Edge all give me the same issues. I also tried re-installing the docker container to no avail. Was wondering has anyone else experienced this or have any solutions to try?

 

Not sure when it started, recently though.

cna you attach the file /config/supervisord.log please.

Link to comment
5 minutes ago, STABILO-BOSS said:

Hi mate,

 

See attached

 

Thank you

supervisord.log 3 MB · 0 downloads

yep as i suspected you have sqlite database corruption (malformed), from your log:-

 

[v0.2.0.1480] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed

so your options are restore your appdata from backup for this container, or if you dont have a backup then you will have to wipe all files and folders in /config for this container and then restart the container and reconfigure radarr from scratch.

 

what version of unraid are you using?, if its 6.7.x then you need to upgrade, as there are issues with that version and sqlite database corruption.

Link to comment

My media goes into /data/completed , radarr is directed to look there and then move the media to /mnt/user/media/movies/. When the downloads complete they are not being moved , I don't see in errors in the logs. Can someone take a look and let me know what I'm missing here.

image.thumb.png.78fc50c674311b13f809ef42fdffe53a.png

 

 

Logs:

2020-3-5 00:02:55.0|Info|RssSyncService|Starting RSS Sync

2020-3-5 00:02:57.7|Info|DownloadDecisionMaker|Processing 395 releases

2020-3-5 00:03:08.2|Info|RssSyncService|RSS Sync Completed. Reports found: 395, Reports grabbed: 0

2020-3-5 00:11:25.2|Info|PreDBService|Starting PreDB Sync

2020-3-5 00:17:55.4|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 00:18:25.6|Info|RssSyncService|Starting RSS Sync

2020-3-5 00:18:31.1|Info|DownloadDecisionMaker|Processing 397 releases

2020-3-5 00:18:42.0|Info|RssSyncService|RSS Sync Completed. Reports found: 397, Reports grabbed: 0

2020-3-5 00:33:56.0|Info|RssSyncService|Starting RSS Sync

2020-3-5 00:33:58.9|Info|DownloadDecisionMaker|Processing 407 releases

2020-3-5 00:34:10.3|Info|RssSyncService|RSS Sync Completed. Reports found: 407, Reports grabbed: 0

2020-3-5 00:49:26.5|Info|RssSyncService|Starting RSS Sync

2020-3-5 00:49:31.9|Info|DownloadDecisionMaker|Processing 410 releases

2020-3-5 00:49:42.9|Info|RssSyncService|RSS Sync Completed. Reports found: 410, Reports grabbed: 0

2020-3-5 01:04:56.8|Info|RssSyncService|Starting RSS Sync

2020-3-5 01:05:37.4|Info|DownloadDecisionMaker|Processing 264 releases

2020-3-5 01:05:46.4|Info|RssSyncService|RSS Sync Completed. Reports found: 264, Reports grabbed: 0

2020-3-5 01:11:27.0|Info|PreDBService|Starting PreDB Sync

2020-3-5 01:17:57.1|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 01:20:57.3|Info|RssSyncService|Starting RSS Sync

2020-3-5 01:21:02.7|Info|DownloadDecisionMaker|Processing 416 releases

2020-3-5 01:21:13.9|Info|RssSyncService|RSS Sync Completed. Reports found: 416, Reports grabbed: 0

2020-3-5 01:36:27.7|Info|RssSyncService|Starting RSS Sync

2020-3-5 01:36:44.6|Info|DownloadDecisionMaker|Processing 417 releases

2020-3-5 01:36:55.7|Info|RssSyncService|RSS Sync Completed. Reports found: 417, Reports grabbed: 0

2020-3-5 01:51:58.1|Info|RssSyncService|Starting RSS Sync

2020-3-5 01:52:03.5|Info|DownloadDecisionMaker|Processing 416 releases

2020-3-5 01:52:14.5|Info|RssSyncService|RSS Sync Completed. Reports found: 416, Reports grabbed: 0

2020-3-5 02:07:28.6|Info|RssSyncService|Starting RSS Sync

2020-3-5 02:07:40.2|Info|DownloadDecisionMaker|Processing 413 releases

2020-3-5 02:07:51.5|Info|RssSyncService|RSS Sync Completed. Reports found: 413, Reports grabbed: 0

2020-3-5 02:11:28.7|Info|PreDBService|Starting PreDB Sync

2020-3-5 02:17:58.8|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 02:22:59.0|Info|RssSyncService|Starting RSS Sync

2020-3-5 02:23:39.5|Info|DownloadDecisionMaker|Processing 256 releases

2020-3-5 02:23:48.2|Info|RssSyncService|RSS Sync Completed. Reports found: 256, Reports grabbed: 0

2020-3-5 02:38:59.4|Info|RssSyncService|Starting RSS Sync

2020-3-5 02:39:08.2|Info|DownloadDecisionMaker|Processing 416 releases

2020-3-5 02:39:18.5|Info|RssSyncService|RSS Sync Completed. Reports found: 416, Reports grabbed: 0

2020-3-5 02:54:29.8|Info|RssSyncService|Starting RSS Sync

2020-3-5 02:54:35.2|Info|DownloadDecisionMaker|Processing 422 releases

2020-3-5 02:54:45.6|Info|RssSyncService|RSS Sync Completed. Reports found: 422, Reports grabbed: 0

2020-3-5 03:10:00.3|Info|RssSyncService|Starting RSS Sync

2020-3-5 03:10:03.6|Info|DownloadDecisionMaker|Processing 424 releases

2020-3-5 03:10:14.9|Info|RssSyncService|RSS Sync Completed. Reports found: 424, Reports grabbed: 0

2020-3-5 03:11:30.3|Info|PreDBService|Starting PreDB Sync

2020-3-5 03:18:00.5|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 03:25:30.7|Info|RssSyncService|Starting RSS Sync

2020-3-5 03:25:40.2|Info|DownloadDecisionMaker|Processing 418 releases

2020-3-5 03:25:51.5|Info|RssSyncService|RSS Sync Completed. Reports found: 418, Reports grabbed: 0

2020-3-5 03:41:01.2|Info|RssSyncService|Starting RSS Sync

2020-3-5 03:41:05.9|Info|DownloadDecisionMaker|Processing 318 releases

2020-3-5 03:41:12.9|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0

2020-3-5 03:56:31.7|Info|RssSyncService|Starting RSS Sync

2020-3-5 03:56:37.6|Info|DownloadDecisionMaker|Processing 414 releases

2020-3-5 03:56:48.1|Info|RssSyncService|RSS Sync Completed. Reports found: 414, Reports grabbed: 0

2020-3-5 04:11:32.0|Info|PreDBService|Starting PreDB Sync

2020-3-5 04:12:02.0|Info|RssSyncService|Starting RSS Sync

2020-3-5 04:12:07.3|Info|DownloadDecisionMaker|Processing 318 releases

2020-3-5 04:12:13.8|Info|RssSyncService|RSS Sync Completed. Reports found: 318, Reports grabbed: 0

2020-3-5 04:18:02.4|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 04:27:32.7|Info|RssSyncService|Starting RSS Sync

2020-3-5 04:27:38.4|Info|DownloadDecisionMaker|Processing 321 releases

2020-3-5 04:27:44.9|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0

2020-3-5 04:43:03.1|Info|RssSyncService|Starting RSS Sync

2020-3-5 04:43:07.9|Info|DownloadDecisionMaker|Processing 420 releases

2020-3-5 04:43:18.4|Info|RssSyncService|RSS Sync Completed. Reports found: 420, Reports grabbed: 0

2020-3-5 04:58:33.5|Info|RssSyncService|Starting RSS Sync

2020-3-5 04:58:39.8|Info|DownloadDecisionMaker|Processing 420 releases

2020-3-5 04:58:50.5|Info|RssSyncService|RSS Sync Completed. Reports found: 420, Reports grabbed: 0

2020-3-5 05:11:34.5|Info|PreDBService|Starting PreDB Sync

2020-3-5 05:14:04.5|Info|RssSyncService|Starting RSS Sync

2020-3-5 05:14:14.1|Info|DownloadDecisionMaker|Processing 321 releases

2020-3-5 05:14:21.3|Info|RssSyncService|RSS Sync Completed. Reports found: 321, Reports grabbed: 0

2020-3-5 05:18:04.6|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 05:29:35.2|Info|RssSyncService|Starting RSS Sync

2020-3-5 05:29:42.1|Info|DownloadDecisionMaker|Processing 421 releases

2020-3-5 05:29:52.9|Info|RssSyncService|RSS Sync Completed. Reports found: 421, Reports grabbed: 0

2020-3-5 05:45:05.6|Info|RssSyncService|Starting RSS Sync

2020-3-5 05:45:10.1|Info|DownloadDecisionMaker|Processing 316 releases

2020-3-5 05:45:16.5|Info|RssSyncService|RSS Sync Completed. Reports found: 316, Reports grabbed: 0

2020-3-5 06:00:36.0|Info|RssSyncService|Starting RSS Sync

2020-3-5 06:01:11.6|Info|DownloadDecisionMaker|Processing 410 releases

2020-3-5 06:01:21.7|Info|RssSyncService|RSS Sync Completed. Reports found: 410, Reports grabbed: 0

2020-3-5 06:11:36.4|Info|PreDBService|Starting PreDB Sync

2020-3-5 06:16:36.5|Info|RssSyncService|Starting RSS Sync

2020-3-5 06:16:54.1|Info|DownloadDecisionMaker|Processing 305 releases

2020-3-5 06:17:00.1|Info|RssSyncService|RSS Sync Completed. Reports found: 305, Reports grabbed: 0

2020-3-5 06:18:06.7|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 06:32:07.2|Info|RssSyncService|Starting RSS Sync

2020-3-5 06:32:14.3|Info|DownloadDecisionMaker|Processing 407 releases

2020-3-5 06:32:24.4|Info|RssSyncService|RSS Sync Completed. Reports found: 407, Reports grabbed: 0

2020-3-5 06:47:37.6|Info|RssSyncService|Starting RSS Sync

2020-3-5 06:47:41.2|Info|DownloadDecisionMaker|Processing 406 releases

2020-3-5 06:47:51.6|Info|RssSyncService|RSS Sync Completed. Reports found: 406, Reports grabbed: 0

2020-3-5 07:03:07.9|Info|RssSyncService|Starting RSS Sync

2020-3-5 07:03:13.8|Info|DownloadDecisionMaker|Processing 407 releases

2020-3-5 07:03:24.5|Info|RssSyncService|RSS Sync Completed. Reports found: 407, Reports grabbed: 0

2020-3-5 07:11:38.1|Info|PreDBService|Starting PreDB Sync

2020-3-5 07:18:08.5|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 07:18:38.6|Info|RssSyncService|Starting RSS Sync

2020-3-5 07:18:42.3|Info|DownloadDecisionMaker|Processing 422 releases

2020-3-5 07:18:53.7|Info|RssSyncService|RSS Sync Completed. Reports found: 422, Reports grabbed: 0

2020-3-5 07:34:09.1|Info|RssSyncService|Starting RSS Sync

2020-3-5 07:34:14.8|Info|DownloadDecisionMaker|Processing 424 releases

2020-3-5 07:34:26.1|Info|RssSyncService|RSS Sync Completed. Reports found: 424, Reports grabbed: 0

2020-3-5 07:49:39.5|Info|RssSyncService|Starting RSS Sync

2020-3-5 07:50:20.0|Info|DownloadDecisionMaker|Processing 273 releases

2020-3-5 07:50:29.7|Info|RssSyncService|RSS Sync Completed. Reports found: 273, Reports grabbed: 0

2020-3-5 08:01:09.9|Info|HousekeepingService|Running housecleaning tasks

2020-3-5 08:01:10.1|Info|Database|Vacuuming Log database

2020-3-5 08:01:11.6|Info|Database|Log database compressed

2020-3-5 08:01:11.6|Info|Database|Vacuuming Main database

2020-3-5 08:01:12.4|Info|Database|Main database compressed

2020-3-5 08:05:40.1|Info|RssSyncService|Starting RSS Sync

2020-3-5 08:05:45.8|Info|DownloadDecisionMaker|Processing 323 releases

2020-3-5 08:05:53.6|Info|RssSyncService|RSS Sync Completed. Reports found: 323, Reports grabbed: 0

2020-3-5 08:11:40.2|Info|PreDBService|Starting PreDB Sync

2020-3-5 08:18:10.5|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 08:21:10.6|Info|RssSyncService|Starting RSS Sync

2020-3-5 08:21:14.1|Info|DownloadDecisionMaker|Processing 423 releases

2020-3-5 08:21:26.3|Info|RssSyncService|RSS Sync Completed. Reports found: 423, Reports grabbed: 0

2020-3-5 08:36:41.2|Info|RssSyncService|Starting RSS Sync

2020-3-5 08:36:47.3|Info|DownloadDecisionMaker|Processing 415 releases

2020-3-5 08:36:58.4|Info|RssSyncService|RSS Sync Completed. Reports found: 415, Reports grabbed: 0

2020-3-5 08:52:11.9|Info|RssSyncService|Starting RSS Sync

2020-3-5 08:52:15.5|Info|DownloadDecisionMaker|Processing 407 releases

2020-3-5 08:52:26.2|Info|RssSyncService|RSS Sync Completed. Reports found: 407, Reports grabbed: 0

2020-3-5 09:07:42.3|Info|RssSyncService|Starting RSS Sync

2020-3-5 09:07:48.0|Info|DownloadDecisionMaker|Processing 401 releases

2020-3-5 09:07:58.5|Info|RssSyncService|RSS Sync Completed. Reports found: 401, Reports grabbed: 0

2020-3-5 09:11:42.4|Info|PreDBService|Starting PreDB Sync

2020-3-5 09:18:12.7|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 09:23:12.8|Info|RssSyncService|Starting RSS Sync

2020-3-5 09:23:16.1|Info|DownloadDecisionMaker|Processing 410 releases

2020-3-5 09:23:26.5|Info|RssSyncService|RSS Sync Completed. Reports found: 410, Reports grabbed: 0

2020-3-5 09:35:30.0|Info|Bootstrap|Starting Radarr - /usr/lib/radarr/Radarr.exe - Version 0.2.0.1480

2020-3-5 09:35:30.8|Info|AppFolderInfo|Data directory is being overridden to [/config]

2020-3-5 09:35:31.0|Info|Router|Application mode: Interactive

2020-3-5 09:35:31.2|Info|MigrationLogger|*** Migrating data source=/config/nzbdrone.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***

2020-3-5 09:35:31.5|Info|MigrationLogger|*** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***

2020-3-5 09:35:31.6|Info|OwinHostController|Listening on the following URLs:

2020-3-5 09:35:31.6|Info|OwinHostController| http://*:7878/

2020-3-5 09:35:31.9|Info|NancyBootstrapper|Starting Web Server

2020-3-5 09:35:33.2|Info|CommandExecutor|Starting 2 threads for tasks.

2020-3-5 09:38:33.6|Info|RssSyncService|Starting RSS Sync

2020-3-5 09:38:43.6|Info|DownloadDecisionMaker|Processing 402 releases

2020-3-5 09:38:58.0|Info|RssSyncService|RSS Sync Completed. Reports found: 402, Reports grabbed: 0

2020-3-5 09:54:03.9|Info|RssSyncService|Starting RSS Sync

2020-3-5 09:54:07.3|Info|DownloadDecisionMaker|Processing 409 releases

2020-3-5 09:54:20.4|Info|RssSyncService|RSS Sync Completed. Reports found: 409, Reports grabbed: 0

2020-3-5 10:05:28.3|Info|MovieService|Adding Movie [Black Panther (2018)][, 284054] Path: [/media/Black Panther (2018)]

2020-3-5 10:05:28.3|Info|RefreshMovieService|Updating Info for Black Panther

2020-3-5 10:05:28.8|Info|DiskScanService|Scanning disk for Black Panther

2020-3-5 10:05:28.8|Info|MovieScannedHandler|[Black Panther] was recently added, performing post-add actions

2020-3-5 10:05:28.9|Info|NzbSearchService|Searching 1 indexers for [Black Panther]

2020-3-5 10:05:28.9|Info|MediaCoverService|Testing: NzbDrone.Core.Messaging.Commands.CommandQueueManager, 1226

2020-3-5 10:05:28.9|Info|MediaCoverService|Downloading Poster for [Black Panther (2018)][tt1825683, 284054] http://image.tmdb.org/t/p/original/uxzzxijgPIY7slzFvMotPv8wjKA.jpg

2020-3-5 10:05:30.2|Info|MediaCoverService|Downloading Fanart for [Black Panther (2018)][tt1825683, 284054] http://image.tmdb.org/t/p/original/6ELJEzQJ3Y45HczvreC3dg0GV5R.jpg

2020-3-5 10:05:31.4|Info|DownloadDecisionMaker|Processing 23 releases

2020-3-5 10:05:32.8|Info|DownloadService|Report sent to qbit. Black.Panther.2018.1080p.BluRay.H264.AAC-RARBG

2020-3-5 10:05:32.8|Info|MovieSearchService|Movie search completed. 1 reports downloaded.

2020-3-5 10:05:44.1|Info|MovieService|Adding Movie [Skyscraper (2018)][, 447200] Path: [/media/Skyscraper (2018)]

2020-3-5 10:05:44.1|Info|RefreshMovieService|Updating Info for Skyscraper

2020-3-5 10:05:44.4|Info|DiskScanService|Scanning disk for Skyscraper

2020-3-5 10:05:44.4|Info|MovieScannedHandler|[Skyscraper] was recently added, performing post-add actions

2020-3-5 10:05:44.5|Info|MediaCoverService|Testing: NzbDrone.Core.Messaging.Commands.CommandQueueManager, 1227

2020-3-5 10:05:44.6|Info|MediaCoverService|Downloading Poster for [Skyscraper (2018)][tt5758778, 447200] http://image.tmdb.org/t/p/original/5LYSsOPzuP13201qSzMjNxi8FxN.jpg

2020-3-5 10:05:44.6|Info|NzbSearchService|Searching 1 indexers for [Skyscraper]

2020-3-5 10:05:44.8|Info|DownloadDecisionMaker|Processing 29 releases

2020-3-5 10:05:45.5|Info|MediaCoverService|Downloading Fanart for [Skyscraper (2018)][tt5758778, 447200] http://image.tmdb.org/t/p/original/oMKFQmoVgB69fyXfSMu0lGlHJP2.jpg

2020-3-5 10:05:46.6|Info|DownloadService|Report sent to qbit. Skyscraper.2018.1080p.BluRay.H264.AAC-RARBG

2020-3-5 10:05:46.6|Info|MovieSearchService|Movie search completed. 1 reports downloaded.

2020-3-5 10:06:06.2|Info|MovieService|Adding Movie [The Farewell (2019)][, 565310] Path: [/media/The Farewell (2019)]

2020-3-5 10:06:06.2|Info|RefreshMovieService|Updating Info for The Farewell

2020-3-5 10:06:06.6|Info|DiskScanService|Scanning disk for The Farewell

2020-3-5 10:06:06.6|Info|MovieScannedHandler|[The Farewell] was recently added, performing post-add actions

2020-3-5 10:06:06.7|Info|MediaCoverService|Testing: NzbDrone.Core.Messaging.Commands.CommandQueueManager, 1228

2020-3-5 10:06:06.7|Info|NzbSearchService|Searching 1 indexers for [The Farewell]

2020-3-5 10:06:06.7|Info|MediaCoverService|Downloading Poster for [The Farewell (2019)][tt8637428, 565310] http://image.tmdb.org/t/p/original/7ht2IMGynDSVQGvAXhAb83DLET8.jpg

2020-3-5 10:06:06.9|Info|DownloadDecisionMaker|No results found

2020-3-5 10:06:06.9|Info|MovieSearchService|Movie search completed. 0 reports downloaded.

2020-3-5 10:06:07.4|Info|MediaCoverService|Downloading Fanart for [The Farewell (2019)][tt8637428, 565310] http://image.tmdb.org/t/p/original/qfB3KR6AuRI3Sqz8jWAOpRaGC0H.jpg

2020-3-5 10:09:34.4|Info|RssSyncService|Starting RSS Sync

2020-3-5 10:09:44.6|Info|DownloadDecisionMaker|Processing 410 releases

2020-3-5 10:09:58.6|Info|RssSyncService|RSS Sync Completed. Reports found: 410, Reports grabbed: 0

2020-3-5 10:12:04.6|Info|PreDBService|Starting PreDB Sync

2020-3-5 10:18:16.8|Info|MovieSearchService|Movie search completed. 0 reports downloaded.

2020-3-5 10:18:26.5|Info|MovieService|Adding Movie [Shaft (2000)][, 479] Path: [/media/Shaft (2000)]

2020-3-5 10:18:26.5|Info|RefreshMovieService|Updating Info for Shaft

2020-3-5 10:18:27.0|Info|DiskScanService|Scanning disk for Shaft

2020-3-5 10:18:27.0|Info|MovieScannedHandler|[Shaft] was recently added, performing post-add actions

2020-3-5 10:18:27.1|Info|MediaCoverService|Testing: NzbDrone.Core.Messaging.Commands.CommandQueueManager, 1229

2020-3-5 10:18:27.1|Info|NzbSearchService|Searching 1 indexers for [Shaft]

2020-3-5 10:18:27.1|Info|MediaCoverService|Downloading Poster for [Shaft (2000)][tt0162650, 479] http://image.tmdb.org/t/p/original/bqlpFp96uWu2VDpsm4MVvLXdumh.jpg

2020-3-5 10:18:27.4|Info|DownloadDecisionMaker|Processing 6 releases

2020-3-5 10:18:27.4|Info|MediaCoverService|Downloading Fanart for [Shaft (2000)][tt0162650, 479] http://image.tmdb.org/t/p/original/2p9NtyrnFZtGRyCGN5SBk1eARNK.jpg

2020-3-5 10:18:27.7|Info|DownloadService|Report sent to qbit. Shaft.2000.1080p.BluRay.H264.AAC-RARBG

2020-3-5 10:18:27.8|Info|MovieSearchService|Movie search completed. 1 reports downloaded.

2020-3-5 10:18:32.2|Info|MovieService|Adding Movie [Shaft (1971)][, 482] Path: [/media/Shaft (1971)]

2020-3-5 10:18:32.2|Info|RefreshMovieService|Updating Info for Shaft

2020-3-5 10:18:32.6|Info|DiskScanService|Scanning disk for Shaft

2020-3-5 10:18:32.6|Info|MovieScannedHandler|[Shaft] was recently added, performing post-add actions

2020-3-5 10:18:32.6|Info|MediaCoverService|Testing: NzbDrone.Core.Messaging.Commands.CommandQueueManager, 1230

2020-3-5 10:18:32.7|Info|NzbSearchService|Searching 1 indexers for [Shaft]

2020-3-5 10:18:32.7|Info|MediaCoverService|Downloading Poster for [Shaft (1971)][tt0067741, 482] http://image.tmdb.org/t/p/original/3FyDsyWAFOnffHrolMPUjXRXq7o.jpg

2020-3-5 10:18:33.0|Info|MediaCoverService|Downloading Fanart for [Shaft (1971)][tt0067741, 482] http://image.tmdb.org/t/p/original/ArNX7ZtkupH5oYfvNnci2CL7Szg.jpg

2020-3-5 10:18:33.7|Info|DownloadDecisionMaker|Processing 5 releases

2020-3-5 10:18:34.0|Info|DownloadService|Report sent to qbit. Shaft.1971.1080p.BluRay.x264-KaKa

2020-3-5 10:18:34.0|Info|MovieSearchService|Movie search completed. 1 reports downloaded.

2020-3-5 10:18:34.7|Info|NetImportSearchService|No lists are enabled for auto-import.

2020-3-5 10:18:57.4|Info|NzbSearchService|Searching 1 indexers for [Shaft]

2020-3-5 10:18:57.7|Info|DownloadDecisionMaker|Processing 27 releases

2020-3-5 10:19:05.6|Info|DownloadService|Report sent to qbit. Shaft.2019.1080p.NF.WEBRip.DDP5.1.Atmos.x264-NTG

2020-3-5 10:25:05.0|Info|RssSyncService|Starting RSS Sync

2020-3-5 10:25:45.4|Info|DownloadDecisionMaker|Processing 155 releases

2020-3-5 10:25:51.7|Info|RssSyncService|RSS Sync Completed. Reports found: 155, Reports grabbed: 0

Link to comment
On 3/3/2020 at 6:05 PM, binhex said:

yep as i suspected you have sqlite database corruption (malformed), from your log:-

 


[v0.2.0.1480] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed

so your options are restore your appdata from backup for this container, or if you dont have a backup then you will have to wipe all files and folders in /config for this container and then restart the container and reconfigure radarr from scratch.

 

what version of unraid are you using?, if its 6.7.x then you need to upgrade, as there are issues with that version and sqlite database corruption.

Hi Mate,

 

Ok thanks for this, I am on the latest version of Unraid, I will attempt the second option you suggested this evening :)

 

Thanks!

Link to comment
On 3/3/2020 at 6:05 PM, binhex said:

yep as i suspected you have sqlite database corruption (malformed), from your log:-

 


[v0.2.0.1480] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed

so your options are restore your appdata from backup for this container, or if you dont have a backup then you will have to wipe all files and folders in /config for this container and then restart the container and reconfigure radarr from scratch.

 

what version of unraid are you using?, if its 6.7.x then you need to upgrade, as there are issues with that version and sqlite database corruption.

Thank you! I am operational again :)

  • Like 1
Link to comment
On 3/11/2020 at 2:20 PM, heathhd09 said:

That movies directory does exist and holds all of my movie files.

try issuing:-

ls -al /media/movies

doing a ls media will list directories in /media, but 'ls media movies' will try and list files/folders in /media and /movies, i would suspect /movies doesnt exist and its a subdirectory of /media, right?.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.