November 5, 20223 yr 1 hour ago, DanielPT said: Im all new to radarr. Why do i get this? Thnaks! The torrent you downloaded probably has a file name that Radarr can’t match to the movie. You’ll need to import it manually.
November 5, 20223 yr EDIT: Okay you have to wait to the sync to run. All okay I just tryed to add radarr into prowlarr. But i dont get the indexers from prowlarr into radarr. What can i do? This is from radarr Edited November 6, 20223 yr by DanielPT
November 7, 20223 yr Hi all. Sorry if it is a stupid question. But i setup Overseer and interagation with radarr. I tryed "request a movie" in overserr. I can see it comes in fine i radarr like monitored. But it never starts downloading it. I think it is becurse that the movie is not in the RSS feed anymore. I think it is a misconfiguration somewhere so radarr make a search for montitored movies. How can i setup this? Thanks!
November 8, 20223 yr On 11/5/2022 at 8:29 PM, DanielPT said: EDIT: Okay you have to wait to the sync to run. All okay I just tryed to add radarr into prowlarr. But i dont get the indexers from prowlarr into radarr. What can i do? This is from radarr I think it's a prowlarr setting. Do you get a green check when you run a test of the radarr app in prowlarr? Here is a guide that covers most of the setup.
November 8, 20223 yr On 11/7/2022 at 8:15 AM, DanielPT said: Hi all. Sorry if it is a stupid question. But i setup Overseer and interagation with radarr. I tryed "request a movie" in overserr. I can see it comes in fine i radarr like monitored. But it never starts downloading it. I think it is becurse that the movie is not in the RSS feed anymore. I think it is a misconfiguration somewhere so radarr make a search for montitored movies. How can i setup this? Thanks! I think it's a Overseerr setting, check that you have Enable Automatic Search under Settings > Services > Radarr. Edited November 8, 20223 yr by Hogwind
November 11, 20223 yr Please help! I've used Radarr for ages. Now all of the sudden the webui wont open. It just says: This site can’t be reached 192.168.1.64 refused to connect. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED There has been no changes in my unraid other than normal OS updates and Radarr updates Do you have any suggestions to how to proceed? I 've tried with localhost and ipaddress
November 11, 20223 yr 21 minutes ago, eSkiloX said: Do you have any suggestions to how to proceed? Click on the icon for the container, get the log, post it
November 11, 20223 yr 10 minutes ago, trurl said: Click on the icon for the container, get the log, post it Thank you. Here is the logs: at Microsoft.AspNetCore.Hosting.ConfigureBuilder.<>c__DisplayClass4_0.<Build>b__0(IApplicationBuilder builder) at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass15_0.<UseStartup>b__1(IApplicationBuilder app) at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0(IApplicationBuilder builder) at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken) 2022-11-11 20:51:46,469 DEBG 'radarr' stdout output: 2022-11-11 20:51:46,476 DEBG 'radarr' stdout output: [Fatal] ConsoleApp: EPIC FAIL! [v4.2.4.6635] NzbDrone.Common.Exceptions.RadarrStartupException: Radarr failed to start: Error creating main database ---> System.Exception: database disk image is malformed database disk image is malformed While Processing: "INSERT INTO "Commands_temp" ("Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger") SELECT "Id", "Name", "Body", "Priority", "Status", "QueuedAt", "StartedAt", "EndedAt", "Duration", "Exception", "Trigger" FROM "Commands"" ---> code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed database disk image is malformed at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt) at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery() at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.ExecuteNonQuery(String sql) --- End of inner exception stack trace --- at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.ExecuteNonQuery(String sql) at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Process(String sql) at NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor.ProcessAlterTable(TableDefinition tableDefinition, List`1 oldColumnDefinitions) in D:\a\1\s\src\NzbDrone.Core\Datastore\Migration\Framework\NzbDroneSQLiteProcessor.cs:line 137 at NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor.Process(AlterColumnExpression expression) in D:\a\1\s\src\NzbDrone.Core\Datastore\Migration\Framework\NzbDroneSQLiteProcessor.cs:line 45 at FluentMigrator.Expressions.AlterColumnExpression.ExecuteWith(IMigrationProcessor processor) at FluentMigrator.Runner.MigrationRunner.<>c__DisplayClass80_0.<ExecuteExpressions>b__1() at FluentMigrator.Runner.StopWatch.Time(Action action) at FluentMigrator.Runner.MigrationRunner.ExecuteExpressions(ICollection`1 expressions) at FluentMigrator.Runner.MigrationRunner.ExecuteMigration(IMigration migration, Action`2 getExpressions) at FluentMigrator.Runner.MigrationRunner.ApplyMigrationUp(IMigrationInfo migrationInfo, Boolean useTransaction) at FluentMigrator.Runner.MigrationRunner.MigrateUp(Int64 targetVersion, Boolean useAutomaticTransactionManagement) at FluentMigrator.Runner.MigrationRunner.MigrateUp(Boolean useAutomaticTransactionManagement) at FluentMigrator.Runner.MigrationRunner.MigrateUp() at NzbDrone.Core.Datastore.Migration.Framework.MigrationController.Migrate(String connectionString, MigrationContext migrationContext) in D:\a\1\s\src\NzbDrone.Core\Datastore\Migration\Framework\MigrationController.cs:line 79 at NzbDrone.Core.Datastore.DbFactory.CreateMain(String connectionString, MigrationContext migrationContext) in D:\a\1\s\src\NzbDrone.Core\Datastore\DbFactory.cs:line 114 --- End of inner exception stack trace --- at NzbDrone.Core.Datastore.DbFactory.CreateMain(String connectionString, MigrationContext migrationContext) in D:\a\1\s\src\NzbDrone.Core\Datastore\DbFactory.cs:line 129 at NzbDrone.Core.Datastore.DbFactory.Create(MigrationContext migrationContext) in D:\a\1\s\src\NzbDrone.Core\Datastore\DbFactory.cs:line 69 at NzbDrone.Core.Datastore.DbFactory.Create(MigrationType migrationType) in D:\a\1\s\src\NzbDrone.Core\Datastore\DbFactory.cs:line 57 at NzbDrone.Core.Datastore.Extensions.CompositionExtensions.<>c.<AddDatabase>b__0_0(IDbFactory f) in D:\a\1\s\src\NzbDrone.Core\Datastore\Extensions\CompositionExtensions.cs:line 10 at DryIoc.Interpreter.TryInterpretAndUnwrapContainerException(IResolverContext r, Expression expr, Boolean useFec, Object& result) in /_/src/DryIoc/Container.cs:line 2953 at DryIoc.Factory.ApplyReuse(Expression serviceExpr, Request request) in /_/src/DryIoc/Container.cs:line 10633 at DryIoc.Factory.GetExpressionOrDefault(Request request) in /_/src/DryIoc/Container.cs:line 10535 at DryIoc.Container.ResolveAndCacheKeyed(Int32 serviceTypeHash, Type serviceType, Object serviceKey, IfUnresolved ifUnresolved, Object scopeName, Type requiredServiceType, Request preResolveParent, Object[] args) in /_/src/DryIoc/Container.cs:line 513 at DryIoc.Container.DryIoc.IResolver.Resolve(Type serviceType, Object serviceKey, IfUnresolved ifUnresolved, Type requiredServiceType, Request preResolveParent, Object[] args) in /_/src/DryIoc/Container.cs:line 441 at DryIoc.Interpreter.InterpretResolveMethod(IResolverContext resolver, IList`1 callArgs, Object paramExprs, Object paramValues, ParentLambdaArgs parentArgs, Boolean useFec, Object& result) in /_/src/DryIoc/Container.cs:line 3716 at DryIoc.Interpreter.TryInterpretMethodCall(IResolverContext r, Expression expr, Object paramExprs, Object paramValues, ParentLambdaArgs parentArgs, Boolean useFec, Object& result) in /_/src/DryIoc/Container.cs:line 3594 at DryIoc.Interpreter.TryInterpret(IResolverContext r, Expression expr, Object paramExprs, Object paramValues, ParentLambdaArgs parentArgs, Boolean useFec, Object& result) in /_/src/DryIoc/Container.cs:line 3108 at DryIoc.Interpreter.TryInterpretNestedLambdaBodyAndUnwrapException(IResolverContext r, Expression bodyExpr, Object paramExprs, Object paramValues, ParentLambdaArgs parentArgs, Boolean useFec) in /_/src/DryIoc/Container.cs:line 3412 at DryIoc.Interpreter.<>c__DisplayClass3_0.<TryInterpretNestedLambda>b__0() in /_/src/DryIoc/Container.cs:line 3301 at DryIoc.Interpreter.<>c__DisplayClass5_0`1.<ConvertFunc>b__0() in /_/src/DryIoc/Container.cs:line 3422 at System.Lazy`1.ViaFactory(LazyThreadSafetyMode mode) 2022-11-11 20:51:46,477 DEBG 'radarr' stdout output: at System.Lazy`1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy`1.CreateValue() at System.Lazy`1.get_Value() at NzbDrone.Host.Startup.Configure(IApplicationBuilder app, IStartupContext startupContext, Lazy`1 mainDatabaseFactory, Lazy`1 logDatabaseFactory, DatabaseTarget dbTarget, ISingleInstancePolicy singleInstancePolicy, InitializeLogger initializeLogger, ReconfigureLogging reconfigureLogging, IAppFolderFactory appFolderFactory, IProvidePidFile pidFileProvider, IConfigFileProvider configFileProvider, IRuntimeInfo runtimeInfo, IFirewallAdapter firewallAdapter, RadarrErrorPipeline errorHandler) in D:\a\1\s\src\NzbDrone.Host\Startup.cs:line 230 at System.RuntimeMethodHandle.InvokeMethod(Object target, Span`1& arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke(Object instance, IApplicationBuilder builder) at Microsoft.AspNetCore.Hosting.ConfigureBuilder.<>c__DisplayClass4_0.<Build>b__0(IApplicationBuilder builder) at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass15_0.<UseStartup>b__1(IApplicationBuilder app) at Microsoft.AspNetCore.Mvc.Filters.MiddlewareFilterBuilderStartupFilter.<>c__DisplayClass0_0.<Configure>g__MiddlewareFilterBuilder|0(IApplicationBuilder builder) at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.RunAsync(IHost host, CancellationToken token) at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host) at Radarr.Host.Bootstrap.Start(String[] args, Action`1 trayCallback) in D:\a\1\s\src\NzbDrone.Host\Bootstrap.cs:line 78 at NzbDrone.Console.ConsoleApp.Main(String[] args) in D:\a\1\s\src\NzbDrone.Console\ConsoleApp.cs:line 45 2022-11-11 20:51:46,491 DEBG 'radarr' stdout output: Press enter to exit... 2022-11-11 20:51:47,491 DEBG 'radarr' stdout output: Non-recoverable failure, waiting for user intervention...
November 11, 20223 yr 2 hours ago, eSkiloX said: [Fatal] ConsoleApp: EPIC FAIL! [v4.2.4.6635] NzbDrone.Common.Exceptions.RadarrStartupException: Radarr failed to start: Error creating main database ---> System.Exception: database disk image is malformed database disk image is malformed 2022-11-11 20:51:47,491 DEBG 'radarr' stdout output: Non-recoverable failure, waiting for user intervention... It looks like your DB is corrupted. Not sure what your next steps need to be, perhaps use DB corruption in a search with Radarr. Do you have a backup of Radarr, you could just try to spin up a new container and import a backup
November 12, 20223 yr how do you restore from backup? Im not sure I have that put on? It's just a container on my unraid
November 12, 20223 yr 37 minutes ago, eSkiloX said: how do you restore from backup? Im not sure I have that put on? It's just a container on my unraid If you rename the old radarr.db file in the appdata folder you can then restart Radarr and it should create a new db file. Once Radarr is started just follow these instructions- https://wiki.servarr.com/radarr/faq#restoring-from-backup Or you could restore from a CA Appdata Backup if you have one.
December 31, 20223 yr Hey all. Looking for some assistance. Having some issues with Radarr. The docker starts fine, but I get an error on the home page (see attached .png). I've removed the docker and re-installed it using previous apps in the apps tab of Unraid to no avail. I've attached the error & warning sections of the log. I really don't want to completely remove it and lose all my settings. Any ideas are appreciated. Thank you. logs.txt
December 31, 20223 yr 31 minutes ago, 70melbatoast said: Hey all. Looking for some assistance. Having some issues with Radarr. The docker starts fine, but I get an error on the home page (see attached .png). I've removed the docker and re-installed it using previous apps in the apps tab of Unraid to no avail. I've attached the error & warning sections of the log. I really don't want to completely remove it and lose all my settings. Any ideas are appreciated. Thank you. logs.txt 15.84 kB · 1 download The logs contains Kill Bill Vol. 1 2003 Bluray-1080p.mkv, maybe the file is damaged or something. I would remove it and refresh the share. Edited December 31, 20223 yr by Hogwind
December 31, 20223 yr 5 hours ago, Hogwind said: The logs contains Kill Bill Vol. 1 2003 Bluray-1080p.mkv, maybe the file is damaged or something. I would remove it and refresh the share. Thank you for the help. I removed the movie, and reinstalled the docker to no avail, but I was able to restore a previous backup in the docker which worked. Thanks again!
January 2, 20233 yr Hello, I've had a near perfect running set up for almost 2 years now. About a week ago, i started to experience constant "All indexers are unavailable due to failures". This seems to be consistent for Sonarr and Radarr. I've tried rebuilding from backup databases, deleting and re-installing the apps from fresh, and from appdata backups. Sometimes I can manually download one or two files, then i'll get this issue from all my indexers. Any help would be greatly appreciated. Radarr Logs.txt blackhole-diagnostics-20230101-2103.zip
January 2, 20233 yr 3 hours ago, Cburners said: Hello, I've had a near perfect running set up for almost 2 years now. About a week ago, i started to experience constant "All indexers are unavailable due to failures". This seems to be consistent for Sonarr and Radarr. I've tried rebuilding from backup databases, deleting and re-installing the apps from fresh, and from appdata backups. Sometimes I can manually download one or two files, then i'll get this issue from all my indexers. Any help would be greatly appreciated. Radarr Logs.txt 28.58 kB · 0 downloads blackhole-diagnostics-20230101-2103.zip 110.48 kB · 0 downloads Do you happen to have proxy enabled in those 2 containers? If so disabling that will probably fix the issue. I'm not sure how to fix it with the proxy enabled, assuming that is the issue.
January 2, 20233 yr 10 hours ago, Mogo said: Do you happen to have proxy enabled in those 2 containers? If so disabling that will probably fix the issue. I'm not sure how to fix it with the proxy enabled, assuming that is the issue. Mogo, Proxy isn't enable in either container.
January 4, 20233 yr Since Jan 1st. My Overseerr and Radarr can't search for new titles. I have it set to :latest but seeing that I'm still on older version of 4.2.4 and issue I read might need 4.3.X. But wanted to ask for guidance. i.e 50 first dates was requested. get this back Couldn't find any results for '50 first dates' Version: 4.2.4.6635 Package Version 4.2.4.6635-1 by radarr .NET Yes (6.0.8) Docker Yes DB Migration 214 Database Sqlite 3.39.3 AppData directory /config Startup directory /usr/lib/radarr/bin Mode Console
January 4, 20233 yr 56 minutes ago, King908 said: Since Jan 1st. My Overseerr and Radarr can't search for new titles. I have it set to :latest but seeing that I'm still on older version of 4.2.4 and issue I read might need 4.3.X. But wanted to ask for guidance. i.e 50 first dates was requested. get this back Couldn't find any results for '50 first dates' Version: 4.2.4.6635 Package Version 4.2.4.6635-1 by radarr .NET Yes (6.0.8) Docker Yes DB Migration 214 Database Sqlite 3.39.3 AppData directory /config Startup directory /usr/lib/radarr/bin Mode Console 11:48amMicrosoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareAn unhandled exception has occurred while executing the request.: Search for 'The Dark Knight' failed. Invalid response received from TMDb. 11:48amSkyHookProxySystem.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'.": The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'." 11:48amMicrosoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareAn unhandled exception has occurred while executing the request.: Search for 'The Dark Knight' failed. Invalid response received from TMDb. 11:48amSkyHookProxySystem.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'.": The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'." 11:48amMicrosoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareAn unhandled exception has occurred while executing the request.: Search for 'The Dark Knigh' failed. Invalid response received from TMDb. 11:48amSkyHookProxySystem.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'.": The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'." 11:48amMicrosoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareAn unhandled exception has occurred while executing the request.: Search for 'The Dark Kni' failed. Invalid response received from TMDb. 11:48amSkyHookProxySystem.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'.": The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'." Using Privoxy from Deluge VPN, been working fine for years, just suddenly this, works fine on Sonarr.
January 5, 20233 yr 21 hours ago, King908 said: 11:48amMicrosoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareAn unhandled exception has occurred while executing the request.: Search for 'The Dark Knight' failed. Invalid response received from TMDb. 11:48amSkyHookProxySystem.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'.": The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'." 11:48amMicrosoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareAn unhandled exception has occurred while executing the request.: Search for 'The Dark Knight' failed. Invalid response received from TMDb. 11:48amSkyHookProxySystem.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'.": The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'." 11:48amMicrosoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareAn unhandled exception has occurred while executing the request.: Search for 'The Dark Knigh' failed. Invalid response received from TMDb. 11:48amSkyHookProxySystem.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'.": The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'." 11:48amMicrosoft.AspNetCore.Diagnostics.ExceptionHandlerMiddlewareAn unhandled exception has occurred while executing the request.: Search for 'The Dark Kni' failed. Invalid response received from TMDb. 11:48amSkyHookProxySystem.Net.Http.HttpRequestException: The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'.": The proxy tunnel request to proxy 'http://192.168.0.229:8118/' failed with status code '404'." Using Privoxy from Deluge VPN, been working fine for years, just suddenly this, works fine on Sonarr. Figured it out, had to change some of the nameservers in deluge vpn. Removed the 209.X IP's
January 6, 20233 yr 13 hours ago, King908 said: Figured it out, had to change some of the nameservers in deluge vpn. Removed the 209.X IP's Thanks for this! I have been racking my brain for the past week trying to figure out why my rock solid privoxy stup suddenly broke!
January 6, 20233 yr I have been having an issue with radarr and sonarr the past couple weeks, where it can't import anything it downloads. I just get the error "Import failed, path does not exist or is not accessible by Radarr." I tried working through these issues in another thread. I've run the new permissions action on the share, but that did not work. Any ideas?
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.