elliotiscool

Members
  • Posts

    17
  • Joined

  • Last visited

Everything posted by elliotiscool

  1. Everything was working absolutely fine until a few days ago. For some reason Radarr isn't connecting with SABnzbd anymore. I've tried updating everything. SABnzbd is giving this warning: Refused connection with hostname "tower" from: 172.17.0.1 [Radarr/3.2.2.5080 (arch 1.0)] Radarr is giving this system warning: Download clients unavailable due to failures: SabNzBd Radarr Log: 2021-07-03 18:30:19.9|Warn|HttpClient|HTTP Error - Res: [GET] http://Tower:8080/api?mode=get_config&apikey=(removed)&output=json: 403.Forbidden Access denied - Hostname verification failed: https://sabnzbd.org/hostname-check 2021-07-03 18:30:19.9|Error|Sabnzbd|Test aborted due to exception [v3.2.2.5080] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://Tower:8080/api?mode=get_config&apikey=(removed)&output=json] ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [http://Tower:8080/api?mode=get_config&apikey=(removed)&output=json] at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in D:\a\1\s\src\NzbDrone.Common\Http\HttpClient.cs:line 99 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in D:\a\1\s\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:line 185 Access denied - Hostname verification failed: https://sabnzbd.org/hostname-check --- End of inner exception stack trace --- at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in D:\a\1\s\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:line 189 at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetConfig(SabnzbdSettings settings) in D:\a\1\s\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:line 92 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.TestAuthentication() in D:\a\1\s\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:line 400 at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.Test(List`1 failures) in D:\a\1\s\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:line 274 at NzbDrone.Core.Download.DownloadClientBase`1.Test() in D:\a\1\s\src\NzbDrone.Core\Download\DownloadClientBase.cs:line 121
  2. Running into malformed disk image issue. I tried reinstalling and using my backups but they all produce the same error. Any help would be appreciated: 2021-05-05 17:11:08,316 DEBG 'radarr' stdout output: [Info] Bootstrap: Starting Radarr - /usr/lib/radarr/bin/Radarr - Version 3.1.1.4954 2021-05-05 17:11:08,636 DEBG 'radarr' stdout output: [Info] AppFolderInfo: Data directory is being overridden to [/config] 2021-05-05 17:11:08,711 DEBG 'radarr' stdout output: [Info] Router: Application mode: Interactive 2021-05-05 17:11:08,778 DEBG 'radarr' stdout output: [Info] MigrationController: *** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 *** 2021-05-05 17:11:09,004 DEBG 'radarr' stdout output: [Info] MigrationLoggerProvider: *** 165: remove_custom_formats_from_quality_model migrating *** 2021-05-05 17:11:09,004 INFO success: radarr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2021-05-05 17:11:09,009 DEBG 'radarr' stdout output: [Info] remove_custom_formats_from_quality_model: Starting migration to 165 2021-05-05 17:11:10,148 DEBG 'radarr' stdout output: [Error] MigrationLoggerProvider: code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed database disk image is malformed 2021-05-05 17:11:10,148 DEBG 'radarr' stdout output: at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt) at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.Read() at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1100 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 725 at NzbDrone.Core.Datastore.Migration.remove_custom_formats_from_quality_model.AddIndexerFlagsToMovieFiles(IDbConnection conn, IDbTransaction tran) in D:\a\1\s\src\NzbDrone.Core\Datastore\Migration\165_remove_custom_formats_from_quality_model.cs:line 126 at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Process(PerformDBOperationExpression expression) at FluentMigrator.Expressions.PerformDBOperationExpression.ExecuteWith(IMigrationProcessor processor) at FluentMigrator.Runner.MigrationRunner.<>c__DisplayClass70_0.<ExecuteExpressions>b__1() at FluentMigrator.Runner.StopWatch.Time(Action action) at FluentMigrator.Runner.MigrationRunner.ExecuteExpressions(ICollection`1 expressions) [v3.1.1.4954] 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.Read() at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1100 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 725 at NzbDrone.Core.Datastore.Migration.remove_custom_formats_from_quality_model.AddIndexerFlagsToMovieFiles(IDbConnection conn, IDbTransaction tran) in D:\a\1\s\src\NzbDrone.Core\Datastore\Migration\165_remove_custom_formats_from_quality_model.cs:line 126 at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Process(PerformDBOperationExpression expression) at FluentMigrator.Expressions.PerformDBOperationExpression.ExecuteWith(IMigrationProcessor processor) at FluentMigrator.Runner.MigrationRunner.<>c__DisplayClass70_0.<ExecuteExpressions>b__1() at FluentMigrator.Runner.StopWatch.Time(Action action) at FluentMigrator.Runner.MigrationRunner.ExecuteExpressions(ICollection`1 expressions) 2021-05-05 17:11:10,165 DEBG 'radarr' stdout output: 2021-05-05 17:11:10,166 DEBG 'radarr' stdout output: [Fatal] ConsoleApp: EPIC FAIL! [v3.1.1.4954] NzbDrone.Core.Datastore.CorruptDatabaseException: Radarr failed to start: Database file: code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed database disk image is malformed 2021-05-05 17:11:10,167 DEBG 'radarr' stdout output: at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt) at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.Read() at Dapper.SqlMapper.QueryImpl[T](IDbConnection cnn, CommandDefinition command, Type effectiveType)+MoveNext() in /_/Dapper/SqlMapper.cs:line 1100 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Dapper.SqlMapper.Query[T](IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in /_/Dapper/SqlMapper.cs:line 725 at NzbDrone.Core.Datastore.Migration.remove_custom_formats_from_quality_model.AddIndexerFlagsToMovieFiles(IDbConnection conn, IDbTransaction tran) in D:\a\1\s\src\NzbDrone.Core\Datastore\Migration\165_remove_custom_formats_from_quality_model.cs:line 126 at FluentMigrator.Runner.Processors.SQLite.SQLiteProcessor.Process(PerformDBOperationExpression expression) at FluentMigrator.Expressions.PerformDBOperationExpression.ExecuteWith(IMigrationProcessor processor) at FluentMigrator.Runner.MigrationRunner.<>c__DisplayClass70_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 64 at NzbDrone.Core.Datastore.DbFactory.CreateMain(String connectionString, MigrationContext migrationContext) in D:\a\1\s\src\NzbDrone.Core\Datastore\DbFactory.cs:line 115 is corrupt, restore from backup if available. See: https://wiki.servarr.com/Radarr_FAQ#I_am_getting_an_error_Database_disk_image_is_malformed at NzbDrone.Core.Datastore.DbFactory.CreateMain(String connectionString, MigrationContext migrationContext) in D:\a\1\s\src\NzbDrone.Core\Datastore\DbFactory.cs:line 126 at NzbDrone.Core.Datastore.DbFactory.Create(MigrationContext migrationContext) in D:\a\1\s\src\NzbDrone.Core\Datastore\DbFactory.cs:line 79 at NzbDrone.Core.Datastore.DbFactory.Create(MigrationType migrationType) in D:\a\1\s\src\NzbDrone.Core\Datastore\DbFactory.cs:line 67 at NzbDrone.Core.Datastore.DbFactory.RegisterDatabase(IContainer container) in D:\a\1\s\src\NzbDrone.Core\Datastore\DbFactory.cs:line 45 at Radarr.Host.NzbDroneConsoleFactory.Start() in D:\a\1\s\src\NzbDrone.Host\ApplicationServer.cs:line 93 at Radarr.Host.Router.Route(ApplicationModes applicationModes) in D:\a\1\s\src\NzbDrone.Host\Router.cs:line 56 at Radarr.Host.Bootstrap.Start(ApplicationModes applicationModes, StartupContext startupContext) in D:\a\1\s\src\NzbDrone.Host\Bootstrap.cs:line 86 at Radarr.Host.Bootstrap.Start(StartupContext startupContext, IUserAlert userAlert, Action`1 startCallback) in D:\a\1\s\src\NzbDrone.Host\Bootstrap.cs:line 48 at NzbDrone.Console.ConsoleApp.Main(String[] args) in D:\a\1\s\src\NzbDrone.Console\ConsoleApp.cs:line 43 2021-05-05 17:11:10,186 DEBG 'radarr' stdout output: Press enter to exit... 2021-05-05 17:11:11,187 DEBG 'radarr' stdout output: Non-recoverable failure, waiting for user intervention...
  3. Hey Binhex. I'd appreciate some help. Sonarr and Radarr stopped properly connecting to binhex-delugevpn and I tried to fix it without any success. I first suspected it was caused by PIA not allowing Switzerland.ovpn so I downloaded PIA's updated openvpn files. I replaced it with France. I also tried deleting perms.txt. Thanks. supervisord.log
  4. Thanks for pointing all of that out. I tried updating the files but it didn't work. Also, I was originally able to access deluge when I last checked a couple weeks ago. Something happened since then.
  5. Thank you so much for pointing that out. Just changed them right now.
  6. Hello, Sonarr and Radarr stopped properly connecting to binhex-delugevpn and I tried to fix it without any success. I first suspected it was caused by PIA not allowing Switzerland.ovpn so I downloaded PIA's updated openvpn files. I replaced it with France. I also tried deleting perms.txt. Would appreciate some help. Thanks. supervisord.log
  7. Ran a reboot and I still can't access docker service. I'd like to point out that I somehow have 100% Docker usage by the way. tower-diagnostics-20191019-0932.zip
  8. I went ahead and recreated the flash drive and then copied the config folder. Unraid is running again but I'm getting a "docker service failed to start" tower-diagnostics-20191019-0834.zip
  9. I have over 20tb of data. Is there a way to do this without losing everything?
  10. I was trying to reboot unraid but it went for hours without turning off. I eventually forced it off. When I turned it on it wouldn't boot so I replaced the bz* files on my usb. This is what is appearing now. Help! 😖
  11. Hey guys. The electricity went out this morning when I was stepping out to work. Just got back home and the server is panicking on boot. I tried running in safe mode and got the same result. I found one log zip file in the usb. Would appreciate some help. Thanks! tower-diagnostics-20190105-0403.zip
  12. Hey guys, I just mounted an SSD using Unassigned Devices that is meant to be dedicated for downloading, unzipping, etc. before moving the files to the array. - I created a partition and mounted the SSD and enabled share for it. Set UD settings to public. - Edited sabnzbd docker data path to a folder in the UD. - In Sabnzbd settings I updated the download completed and incomplete paths (and verified that it created those folders in the UD) Started a download and Sabnzbd brought "Cannot change permissions of /data/usenetincomplete". It also showed "cannot change permissions" when trying to unzip the download. After it completed the download, the files moved to the completed folder but the file was never renamed nor moved to the array. Sorry, I'm very new to this. Would appreciate some help! Edit: Another movie that Sabnzbd just downloaded: ERROR 4 minutes ago Cannot change permissions of /data/usenetcomplete/_UNPACK_Blaze.2018.1080p.WEB-DL.H264.AC3-EVO/43ece55fae374508a5e35b0ac356dffb.mkv ERROR 4 minutes ago Cannot change permissions of /data/usenetcomplete/_UNPACK_Blaze.2018.1080p.WEB-DL.H264.AC3-EVO ERROR 4 minutes ago Cannot change permissions of /data/usenetincomplete/Blaze.2018.1080p.WEB-DL.H264.AC3-EVO/43ece55fae374508a5e35b0ac356dffb.part46.rar ERROR 5 minutes ago Cannot change permissions of /data/usenetincomplete/Blaze.2018.1080p.WEB-DL.H264.AC3-EVO/43ece55fae374508a5e35b0ac356dffb.part45.rar ERROR 5 minutes ago Cannot change permissions of /data/usenetincomplete/Blaze.2018.1080p.WEB-DL.H264.AC3-EVO/43ece55fae374508a5e35b0ac356dffb.part44.rar ERROR 5 minutes ago Cannot change permissions of /data/usenetincomplete/Blaze.2018.1080p.WEB-DL.H264.AC3-EVO/43ece55fae374508a5e35b0ac356dffb.part43.rar