Sonarr/Radarr services failed on v6.29.2

After upgrading to v6.29.2 the Sonarr and Radarr services do not work as they should.

Sonarr:

root@DietPi:~# sudo systemctl status sonarr.service
● sonarr.service - Sonarr (NzbDrone) Daemon (DietPi)
   Loaded: loaded (/etc/systemd/system/sonarr.service; disabled; vendor preset: enabled)
   Active: failed (Result: signal) since Tue 2020-05-05 20:22:01 CEST; 16h ago
  Process: 14158 ExecStart=/usr/bin/mono -O=-aot /opt/NzbDrone/NzbDrone.exe -nobrowser -data=/mnt/dietpi_userdata/sonarr (code=killed, signal=ABRT)
 Main PID: 14158 (code=killed, signal=ABRT)

mag 05 20:22:01 DietPi mono[14158]:           at NLog.Targets.Wrappers.AsyncTargetWrapper:WriteEventsInQueue <0x00127>
mag 05 20:22:01 DietPi mono[14158]:           at NLog.Targets.Wrappers.AsyncTargetWrapper:ProcessPendingEvents <0x000bb>
mag 05 20:22:01 DietPi mono[14158]:           at Scheduler:TimerCB <0x0017f>
mag 05 20:22:01 DietPi mono[14158]:           at System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem <0x0005f>
mag 05 20:22:01 DietPi mono[14158]:           at System.Threading.ThreadPoolWorkQueue:Dispatch <0x00237>
mag 05 20:22:01 DietPi mono[14158]:           at System.Threading._ThreadPoolWaitCallback:PerformWaitCallback <0x00037>
mag 05 20:22:01 DietPi mono[14158]:           at <Module>:runtime_invoke_bool <0x0007b>
mag 05 20:22:01 DietPi mono[14158]: =================================================================
mag 05 20:22:01 DietPi systemd[1]: sonarr.service: Main process exited, code=killed, status=6/ABRT
mag 05 20:22:01 DietPi systemd[1]: sonarr.service: Failed with result 'signal'.
root@DietPi:~#

Radarr:

root@DietPi:~# sudo systemctl status radarr.service
● radarr.service - Radarr Daemon (DietPi)
   Loaded: loaded (/etc/systemd/system/radarr.service; disabled; vendor preset: enabled)
   Active: failed (Result: signal) since Wed 2020-05-06 03:17:41 CEST; 9h ago
  Process: 14170 ExecStart=/usr/bin/mono -O=-aot /opt/Radarr/Radarr.exe -nobrowser -data=/mnt/dietpi_userdata/radarr (code=killed, signal=ABRT)
 Main PID: 14170 (code=killed, signal=ABRT)

mag 06 03:17:41 DietPi mono[14170]:           at System.Data.SQLite.UnsafeNativeMethods:sqlite3_close_v2 <0x00037>
mag 06 03:17:41 DietPi mono[14170]:           at System.Data.SQLite.SQLiteBase:CloseConnectionV2 <0x000d3>
mag 06 03:17:41 DietPi mono[14170]:           at System.Data.SQLite.SQLiteConnectionHandle:ReleaseHandle <0x000ab>
mag 06 03:17:41 DietPi mono[14170]:           at System.Runtime.InteropServices.CriticalHandle:Cleanup <0x00077>
mag 06 03:17:41 DietPi mono[14170]:           at System.Runtime.InteropServices.CriticalHandle:Dispose <0x00017>
mag 06 03:17:41 DietPi mono[14170]:           at System.Runtime.InteropServices.CriticalHandle:Finalize <0x0002f>
mag 06 03:17:41 DietPi mono[14170]:           at System.Object:runtime_invoke_virtual_void__this__ <0x0008b>
mag 06 03:17:41 DietPi mono[14170]: =================================================================
mag 06 03:17:41 DietPi systemd[1]: radarr.service: Main process exited, code=killed, status=6/ABRT
mag 06 03:17:41 DietPi systemd[1]: radarr.service: Failed with result 'signal'.
root@DietPi:~#

Hi,

many thanks for your report. pls can you try to start both manually

/usr/bin/mono -O=-aot /opt/NzbDrone/NzbDrone.exe -nobrowser -data=/mnt/dietpi_userdata/sonarr
/usr/bin/mono -O=-aot /opt/Radarr/Radarr.exe -nobrowser -data=/mnt/dietpi_userdata/radarr

as well pls can you check log files located at

/var/log/radarr
/var/log/sonarr

Sonarr and Radarr logs

what about manual start

/usr/bin/mono -O=-aot /opt/NzbDrone/NzbDrone.exe -nobrowser -data=/mnt/dietpi_userdata/sonarr
/usr/bin/mono -O=-aot /opt/Radarr/Radarr.exe -nobrowser -data=/mnt/dietpi_userdata/radarr

in your logs I can see following

database disk image is malformed

can you check if you disk is accessible and you can write to disk?

Sonarr:

root@DietPi:~# /usr/bin/mono -O=-aot /opt/NzbDrone/NzbDrone.exe -nobrowser -data=/mnt/dietpi_userdata/sonarr
[Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.5344
[Info] AppFolderInfo: Data directory is being overridden to [/mnt/dietpi_userdata/sonarr]
[Info] Router: Application mode: Interactive
[Info] MigrationLogger: *** Migrating data source=/mnt/dietpi_userdata/sonarr/nzbdrone.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] MigrationLogger: *** Migrating data source=/mnt/dietpi_userdata/sonarr/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] MigrationLogger: *** VersionMigration migrating ***
[Info] MigrationLogger: *** VersionUniqueMigration migrating ***
[Info] MigrationLogger: *** VersionDescriptionMigration migrating ***
[Info] MigrationLogger: *** 1: InitialSetup migrating ***
[Info] InitialSetup: Starting migration to 1
[Info] MigrationLogger: *** 2: remove_tvrage_imdb_unique_constraint migrating ***
[Info] remove_tvrage_imdb_unique_constraint: Starting migration to 2
[Info] MigrationLogger: *** 3: remove_renamed_scene_mapping_columns migrating ***
[Info] remove_renamed_scene_mapping_columns: Starting migration to 3
[Info] MigrationLogger: *** 4: updated_history migrating ***
[Info] updated_history: Starting migration to 4
[Info] MigrationLogger: *** 5: added_eventtype_to_history migrating ***
[Info] added_eventtype_to_history: Starting migration to 5
[Info] MigrationLogger: *** 6: add_index_to_log_time migrating ***
[Info] add_index_to_log_time: Starting migration to 6
[Info] MigrationLogger: *** 7: add_renameEpisodes_to_naming migrating ***
[Info] add_renameEpisodes_to_naming: Starting migration to 7
[Info] MigrationLogger: *** 8: remove_backlog migrating ***
[Info] remove_backlog: Starting migration to 8
[Info] MigrationLogger: *** 9: fix_rename_episodes migrating ***
[Info] fix_rename_episodes: Starting migration to 9
[Info] MigrationLogger: *** 10: add_monitored migrating ***
[Info] add_monitored: Starting migration to 10
[Info] MigrationLogger: *** 11: remove_ignored migrating ***
[Info] remove_ignored: Starting migration to 11
[Info] MigrationLogger: *** 12: remove_custom_start_date migrating ***
[Info] remove_custom_start_date: Starting migration to 12
[Info] MigrationLogger: *** 13: add_air_date_utc migrating ***
[Info] add_air_date_utc: Starting migration to 13
[Info] MigrationLogger: *** 14: drop_air_date migrating ***
[Info] drop_air_date: Starting migration to 14
[Info] MigrationLogger: *** 15: add_air_date_as_string migrating ***
[Info] add_air_date_as_string: Starting migration to 15
[Info] MigrationLogger: *** 16: updated_imported_history_item migrating ***
[Info] updated_imported_history_item: Starting migration to 16
[Info] MigrationLogger: *** 17: reset_scene_names migrating ***
[Info] reset_scene_names: Starting migration to 17
[Info] MigrationLogger: *** 18: remove_duplicates migrating ***
[Info] remove_duplicates: Starting migration to 18
[Info] MigrationLogger: *** 19: restore_unique_constraints migrating ***
[Info] restore_unique_constraints: Starting migration to 19
[Info] MigrationLogger: *** 20: add_year_and_seasons_to_series migrating ***
[Info] add_year_and_seasons_to_series: Starting migration to 20
[Info] MigrationLogger: *** 21: drop_seasons_table migrating ***
[Info] drop_seasons_table: Starting migration to 21
[Info] MigrationLogger: *** 22: move_indexer_to_generic_provider migrating ***
[Info] move_indexer_to_generic_provider: Starting migration to 22
[Info] MigrationLogger: *** 23: add_config_contract_to_indexers migrating ***
[Info] add_config_contract_to_indexers: Starting migration to 23
[Info] MigrationLogger: *** 24: drop_tvdb_episodeid migrating ***
[Info] drop_tvdb_episodeid: Starting migration to 24
[Info] MigrationLogger: *** 25: move_notification_to_generic_provider migrating ***
[Info] move_notification_to_generic_provider: Starting migration to 25
[Info] MigrationLogger: *** 26: add_config_contract_to_notifications migrating ***
[Info] add_config_contract_to_notifications: Starting migration to 26
[Info] MigrationLogger: *** 27: fix_omgwtfnzbs migrating ***
[Info] fix_omgwtfnzbs: Starting migration to 27
[Info] MigrationLogger: *** 28: add_blacklist_table migrating ***
[Info] add_blacklist_table: Starting migration to 28
[Info] MigrationLogger: *** 29: add_formats_to_naming_config migrating ***
[Info] add_formats_to_naming_config: Starting migration to 29
[Info] MigrationLogger: *** 30: add_season_folder_format_to_naming_config migrating ***
[Info] add_season_folder_format_to_naming_config: Starting migration to 30
[Info] MigrationLogger: *** 31: delete_old_naming_config_columns migrating ***
[Info] delete_old_naming_config_columns: Starting migration to 31
[Info] MigrationLogger: *** 32: set_default_release_group migrating ***
[Info] set_default_release_group: Starting migration to 32
[Info] MigrationLogger: *** 33: add_api_key_to_pushover migrating ***
[Info] add_api_key_to_pushover: Starting migration to 33
[Info] MigrationLogger: *** 34: remove_series_contraints migrating ***
[Info] remove_series_contraints: Starting migration to 34
[Info] MigrationLogger: *** 35: add_series_folder_format_to_naming_config migrating ***
[Info] add_series_folder_format_to_naming_config: Starting migration to 35
[Info] MigrationLogger: *** 36: update_with_quality_converters migrating ***
[Info] update_with_quality_converters: Starting migration to 36
[Info] MigrationLogger: *** 37: add_configurable_qualities migrating ***
[Info] add_configurable_qualities: Starting migration to 37
[Info] MigrationLogger: *** 38: add_on_upgrade_to_notifications migrating ***
[Info] add_on_upgrade_to_notifications: Starting migration to 38
[Info] MigrationLogger: *** 39: add_metadata_tables migrating ***
[Info] add_metadata_tables: Starting migration to 39
[Info] MigrationLogger: *** 40: add_metadata_to_episodes_and_series migrating ***
[Info] add_metadata_to_episodes_and_series: Starting migration to 40
[Info] MigrationLogger: *** 41: fix_xbmc_season_images_metadata migrating ***
[Info] fix_xbmc_season_images_metadata: Starting migration to 41
[Info] MigrationLogger: *** 42: add_download_clients_table migrating ***
[Info] add_download_clients_table: Starting migration to 42
[Info] MigrationLogger: *** 43: convert_config_to_download_clients migrating ***
[Info] convert_config_to_download_clients: Starting migration to 43
[Info] MigrationLogger: *** 44: fix_xbmc_episode_metadata migrating ***
[Info] fix_xbmc_episode_metadata: Starting migration to 44
[Info] MigrationLogger: *** 45: add_indexes migrating ***
[Info] add_indexes: Starting migration to 45
[Info] MigrationLogger: *** 46: fix_nzb_su_url migrating ***
[Info] fix_nzb_su_url: Starting migration to 46
[Info] MigrationLogger: *** 47: add_temporary_blacklist_columns migrating ***
[Info] add_temporary_blacklist_columns: Starting migration to 47
[Info] MigrationLogger: *** 48: add_title_to_scenemappings migrating ***
[Info] add_title_to_scenemappings: Starting migration to 48
[Info] MigrationLogger: *** 49: fix_dognzb_url migrating ***
[Info] fix_dognzb_url: Starting migration to 49
[Info] MigrationLogger: *** 50: add_hash_to_metadata_files migrating ***
[Info] add_hash_to_metadata_files: Starting migration to 50
[Info] MigrationLogger: *** 51: download_client_import migrating ***
[Info] download_client_import: Starting migration to 51
[Info] MigrationLogger: *** 52: add_columns_for_anime migrating ***
[Info] add_columns_for_anime: Starting migration to 52
[Info] MigrationLogger: *** 53: add_series_sorttitle migrating ***
[Info] add_series_sorttitle: Starting migration to 53
[Info] MigrationLogger: *** 54: rename_profiles migrating ***
[Info] rename_profiles: Starting migration to 54
[Info] MigrationLogger: *** 55: drop_old_profile_columns migrating ***
[Info] drop_old_profile_columns: Starting migration to 55
[Info] MigrationLogger: *** 56: add_mediainfo_to_episodefile migrating ***
[Info] add_mediainfo_to_episodefile: Starting migration to 56
[Info] MigrationLogger: *** 57: convert_episode_file_path_to_relative migrating ***
[Info] convert_episode_file_path_to_relative: Starting migration to 57
[Info] MigrationLogger: *** 58: drop_episode_file_path migrating ***
[Info] drop_episode_file_path: Starting migration to 58
[Info] MigrationLogger: *** 59: add_enable_options_to_indexers migrating ***
[Info] add_enable_options_to_indexers: Starting migration to 59
[Info] MigrationLogger: *** 60: remove_enable_from_indexers migrating ***
[Info] remove_enable_from_indexers: Starting migration to 60
[Info] MigrationLogger: *** 61: clear_bad_scene_names migrating ***
[Info] clear_bad_scene_names: Starting migration to 61
[Info] MigrationLogger: *** 62: convert_quality_models migrating ***
[Info] convert_quality_models: Starting migration to 62
[Info] MigrationLogger: *** 63: add_remotepathmappings migrating ***
[Info] add_remotepathmappings: Starting migration to 63
[Info] MigrationLogger: *** 64: remove_method_from_logs migrating ***
[Info] remove_method_from_logs: Starting migration to 64
[Info] MigrationLogger: *** 65: make_scene_numbering_nullable migrating ***
[Info] make_scene_numbering_nullable: Starting migration to 65
[Info] MigrationLogger: *** 66: add_tags migrating ***
[Info] add_tags: Starting migration to 66
[Info] MigrationLogger: *** 67: add_added_to_series migrating ***
[Info] add_added_to_series: Starting migration to 67
[Info] MigrationLogger: *** 68: add_release_restrictions migrating ***
[Info] add_release_restrictions: Starting migration to 68
[Info] MigrationLogger: *** 69: quality_proper migrating ***
[Info] quality_proper: Starting migration to 69
[Info] MigrationLogger: *** 70: delay_profile migrating ***
[Info] delay_profile: Starting migration to 70
[Info] MigrationLogger: *** 71: unknown_quality_in_profile migrating ***
[Info] unknown_quality_in_profile: Starting migration to 71
[Info] MigrationLogger: *** 72: history_downloadId migrating ***
[Info] history_downloadId: Starting migration to 72
[Info] MigrationLogger: *** 73: clear_ratings migrating ***
[Info] clear_ratings: Starting migration to 73
[Info] MigrationLogger: *** 74: disable_eztv migrating ***
[Info] disable_eztv: Starting migration to 74
[Info] MigrationLogger: *** 75: force_lib_update migrating ***
[Info] force_lib_update: Starting migration to 75
[Info] MigrationLogger: *** 76: add_users_table migrating ***
[Info] add_users_table: Starting migration to 76
[Info] MigrationLogger: *** 77: add_add_options_to_series migrating ***
[Info] add_add_options_to_series: Starting migration to 77
[Info] MigrationLogger: *** 78: add_commands_table migrating ***
[Info] add_commands_table: Starting migration to 78
[Info] MigrationLogger: *** 79: dedupe_tags migrating ***
[Info] dedupe_tags: Starting migration to 79
[Info] MigrationLogger: *** 81: move_dot_prefix_to_transmission_category migrating ***
[Info] move_dot_prefix_to_transmission_category: Starting migration to 81
[Info] MigrationLogger: *** 82: add_fanzub_settings migrating ***
[Info] add_fanzub_settings: Starting migration to 82
[Info] MigrationLogger: *** 83: additonal_blacklist_columns migrating ***
[Info] additonal_blacklist_columns: Starting migration to 83
[Info] MigrationLogger: *** 84: update_quality_minmax_size migrating ***
[Info] update_quality_minmax_size: Starting migration to 84
[Info] MigrationLogger: *** 85: expand_transmission_urlbase migrating ***
[Info] expand_transmission_urlbase: Starting migration to 85
[Info] MigrationLogger: *** 86: pushbullet_device_ids migrating ***
[Info] pushbullet_device_ids: Starting migration to 86
[Info] MigrationLogger: *** 87: remove_eztv migrating ***
[Info] remove_eztv: Starting migration to 87
[Info] MigrationLogger: *** 88: pushbullet_devices_channels_list migrating ***
[Info] pushbullet_devices_channels_list: Starting migration to 88
[Info] MigrationLogger: *** 89: add_on_rename_to_notifcations migrating ***
[Info] add_on_rename_to_notifcations: Starting migration to 89
[Info] MigrationLogger: *** 90: update_kickass_url migrating ***
[Info] update_kickass_url: Starting migration to 90
[Info] MigrationLogger: *** 91: added_indexerstatus migrating ***
[Info] added_indexerstatus: Starting migration to 91
[Info] MigrationLogger: *** 92: add_unverifiedscenenumbering migrating ***
[Info] add_unverifiedscenenumbering: Starting migration to 92
[Info] MigrationLogger: *** 93: naming_config_replace_illegal_characters migrating ***
[Info] naming_config_replace_illegal_characters: Starting migration to 93
[Info] MigrationLogger: *** 94: add_tvmazeid migrating ***
[Info] add_tvmazeid: Starting migration to 94
[Info] MigrationLogger: *** 95: add_additional_episodes_index migrating ***
[Info] add_additional_episodes_index: Starting migration to 95
[Info] MigrationLogger: *** 96: disable_kickass migrating ***
[Info] disable_kickass: Starting migration to 96
[Info] MigrationLogger: *** 97: add_reason_to_pending_releases migrating ***
[Info] add_reason_to_pending_releases: Starting migration to 97
[Info] MigrationLogger: *** 98: remove_titans_of_tv migrating ***
[Info] remove_titans_of_tv: Starting migration to 98
[Info] MigrationLogger: *** 99: extra_and_subtitle_files migrating ***
[Info] extra_and_subtitle_files: Starting migration to 99
[Info] MigrationLogger: *** 100: add_scene_season_number migrating ***
[Info] add_scene_season_number: Starting migration to 100
[Info] MigrationLogger: *** 101: add_ultrahd_quality_in_profiles migrating ***
[Info] add_ultrahd_quality_in_profiles: Starting migration to 101
[Info] MigrationLogger: *** 103: fix_metadata_file_extensions migrating ***
[Info] fix_metadata_file_extensions: Starting migration to 103
[Info] MigrationLogger: *** 104: remove_kickass migrating ***
[Info] remove_kickass: Starting migration to 104
[Info] MigrationLogger: *** 105: rename_torrent_downloadstation migrating ***
[Info] rename_torrent_downloadstation: Starting migration to 105
[Info] MigrationLogger: *** 106: update_btn_url migrating ***
[Info] update_btn_url: Starting migration to 106
[Info] MigrationLogger: *** 107: remove_wombles migrating ***
[Info] remove_wombles: Starting migration to 107
[Info] MigrationLogger: *** 108: fix_extra_file_extension migrating ***
[Info] fix_extra_file_extension: Starting migration to 108
[Info] MigrationLogger: *** 109: import_extra_files migrating ***
[Info] import_extra_files: Starting migration to 109
[Info] MigrationLogger: *** 110: fix_extra_files_config migrating ***
[Info] fix_extra_files_config: Starting migration to 110
[Info] MigrationLogger: *** 112: added_regex_to_scenemapping migrating ***
[Info] added_regex_to_scenemapping: Starting migration to 112
[Info] MigrationLogger: *** 113: consolidate_indexer_baseurl migrating ***
[Info] consolidate_indexer_baseurl: Starting migration to 113
[Info] MigrationLogger: *** 114: rename_indexer_status_id migrating ***
[Info] rename_indexer_status_id: Starting migration to 114
[Info] MigrationLogger: *** 115: add_downloadclient_status migrating ***
[Info] add_downloadclient_status: Starting migration to 115
[Info] MigrationLogger: *** 116: disable_nyaa migrating ***
[Info] disable_nyaa: Starting migration to 116
[Info] MigrationLogger: *** 118: add_history_eventType_index migrating ***
[Info] add_history_eventType_index: Starting migration to 118
[Info] MigrationLogger: *** 120: update_series_episodes_history_indexes migrating ***
[Info] update_series_episodes_history_indexes: Starting migration to 120
[Info] MigrationLogger: *** 121: update_animetosho_url migrating ***
[Info] update_animetosho_url: Starting migration to 121
[Info] MigrationLogger: *** 129: add_relative_original_path_to_episode_file migrating ***
[Info] add_relative_original_path_to_episode_file: Starting migration to 129
[Info] MigrationLogger: *** 130: episode_last_searched_time migrating ***
[Info] episode_last_searched_time: Starting migration to 130
[Info] OwinHostController: Listening on the following URLs:
[Info] OwinHostController:   http://*:8989/sonarr/
[Info] OwinHostController:   http://*:8989/
[Info] NancyBootstrapper: Starting Web Server
[Error] EventAggregator: CommandQueueManager failed while processing [ApplicationStartedEvent]

[v2.0.0.5344] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed
  at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor(System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
  at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at Marr.Data.DataMapper.ExecuteNonQuery (System.String sql) [0x00030] in <b165e131cf56485baa98dd618cf1a5a6>:0
  at NzbDrone.Core.Messaging.Commands.CommandRepository.OrphanStarted () [0x00062] in <4d3cc4e5f7ed4ed2814d83bdaf94809e>:0
  at NzbDrone.Core.Messaging.Commands.CommandQueueManager.Handle (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00010] in <4d3cc4e5f7ed4ed2814d83bdaf94809e>:0
  at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent] (TEvent event) [0x00117] in <4d3cc4e5f7ed4ed2814d83bdaf94809e>:0

[Warn] MonoDebugCheck: Mono is not running with --debug switch
[Info] SceneMappingService: Updating Scene mappings
[Info] RssSyncService: Starting RSS Sync
[Error] CommandExecutor: Error occurred while executing task MessagingCleanup

[v2.0.0.5344] System.Data.SQLite.SQLiteException (0x80004005): database disk image is malformed
database disk image is malformed
  at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader..ctor(System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
  at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
  at Marr.Data.DataMapper.Delete[T] (System.String tableName, System.Linq.Expressions.Expression`1[TDelegate] filter) [0x00097] in <b165e131cf56485baa98dd618cf1a5a6>:0
  at Marr.Data.DataMapper.Delete[T] (System.Linq.Expressions.Expression`1[TDelegate] filter) [0x00000] in <b165e131cf56485baa98dd618cf1a5a6>:0
  at NzbDrone.Core.Datastore.BasicRepository`1[TModel].Delete (System.Linq.Expressions.Expression`1[TDelegate] filter) [0x00006] in <4d3cc4e5f7ed4ed2814d83bdaf94809e>:0
  at NzbDrone.Core.Messaging.Commands.CommandRepository.Trim () [0x0009f] in <4d3cc4e5f7ed4ed2814d83bdaf94809e>:0
  at NzbDrone.Core.Messaging.Commands.CommandQueueManager.CleanCommands () [0x0007b] in <4d3cc4e5f7ed4ed2814d83bdaf94809e>:0
  at NzbDrone.Core.Messaging.Commands.CleanupCommandMessagingService.Execute (NzbDrone.Core.Messaging.Commands.MessagingCleanupCommand message) [0x00000] in <4d3cc4e5f7ed4ed2814d83bdaf94809e>:0
  at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000f6] in <4d3cc4e5f7ed4ed2814d83bdaf94809e>:0
  at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
  at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x0011e] in <59093ef301a24e5a91cb0295fb832cca>:0
  at (wrapper delegate-invoke) System.Action`4[System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,System.Object,NzbDrone.Core.Messaging.Commands.CommandModel].invoke_void_T1_T2_T3_T4(System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
  at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x0008c] in <4d3cc4e5f7ed4ed2814d83bdaf94809e>:0

[Info] DownloadDecisionMaker: Processing 23 releases
[Info] RssSyncService: RSS Sync Completed. Reports found: 23, Reports grabbed: 0

Radarr:

root@DietPi:~# /usr/bin/mono -O=-aot /opt/Radarr/Radarr.exe -nobrowser -data=/mnt/dietpi_userdata/radarr
[Info] Bootstrap: Starting Radarr - /opt/Radarr/Radarr.exe - Version 0.2.0.1480
[Info] AppFolderInfo: Data directory is being overridden to [/mnt/dietpi_userdata/radarr]
[Info] Router: Application mode: Interactive
[Info] MigrationLogger: *** Migrating data source=/mnt/dietpi_userdata/radarr/nzbdrone.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] MigrationLogger: *** Migrating data source=/mnt/dietpi_userdata/radarr/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
[Info] OwinHostController: Listening on the following URLs:
[Info] OwinHostController:   http://*:7878/radarr/
[Info] OwinHostController:   http://*:7878/
[Info] NancyBootstrapper: Starting Web Server
[Info] CommandExecutor: Starting 2 threads for tasks.



How do I check? Everything else works

Hi…

I am also getting crashes from Sonarr since the recent update.

it seems to crash when it does it daily House Keeping task… as if you run it manually it will stop working.

here the message from Server Sonarr Status.

Running on Raspberry Pi3


sonarr.service - Sonarr (NzbDrone) Daemon
Loaded: loaded (/etc/systemd/system/sonarr.service; disabled; vendor preset:enabled)
Active: failed (Result: signal) since Thu 2020-05-07 08:22:13 BST; 1min 23s ago
Process: 3496 ExecStart=/usr/bin/mono -O=-aot /opt/NzbDrone/NzbDrone.exe -nobrowser -data=/mnt/dietpi_userdata/sonarr (code=killed, signal=ABRT) Main PID: 3496 (code=killed, signal=ABRT)

May 07 08:22:13 DietPi mono[3496]: External Debugger Dump:
May 07 08:22:13 DietPi mono[3496]: =============================================

May 07 08:22:13 DietPi mono[3496]: mono_gdb_render_native_backtraces not supported on this platform, unable to find gdb or lldb
May 07 08:22:13 DietPi mono[3496]: =============================================

May 07 08:22:13 DietPi mono[3496]: Basic Fault Address Reporting
May 07 08:22:13 DietPi mono[3496]: =============================================

May 07 08:22:13 DietPi mono[3496]: Memory around native instruction pointer (0x734180f4):0x734180e4 0a c0 a0 e1 30 40 8a e2 08 50 a0 e1 64 20 8d e5 …0@…P…d …
May 07 08:22:13 DietPi systemd[1]: sonarr.service: Main process exited, code=killed, status=6/ABRT
May 07 08:22:13 DietPi systemd[1]: sonarr.service: Unit entered failed state.e–
May 07 08:22:13 DietPi systemd[1]: sonarr.service: Failed with result ‘signal’.-


Cheers

kazgor
I guess you have a different issue than original reported. Because you have a message for thinks not supported.

mono_gdb_render_native_backtraces not supported on this platform, unable to find gdb or lldb

I did look round on the www to search for similar issues. I found a couple of messages like this https://github.com/linuxserver/docker-sonarr/issues/59

However there did not seems a solution for your case. It’s simply closed :face_with_raised_eyebrow: > Stale issue

iFelix18
ok lets separate the topics. For Radarr it seems working fine. At least I don’t see any error message and the manual start looks exactly some on my system. The only difference that you have 2 times a message for the web site.

Can you go to start Radarr again manual way and try to access website like this

http://<Your-IP>:7878/radarr/
http://<Your-IP>:7878/

ah ok thats weird… its only started doing this since the latest update… its been rock solid for me for ages.

I dont use docker … it installed via Dietpi-Software list

it works for a bit… but then it dies and i have to manual start it up.

should i create a separate topic? just seems something rolled down in the latest updates.

thanks.

kazgor
maybe something to check with Sonarr guys as I really don’t know what could cause this. Even there is nothing on the www that could point to a solution.

Not had much luck so far… i wonder if maybe reinstalling Sonarr would help… would it reinstall Mono as well?

Noticed on main page downloading a fresh image is Buster… when did this come out? im pretty sure i will be on stretch,
as this build im using now was when V6.0 came out.

Linux DietPi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux

just odd that all was ok until updatd to v6.29.2 so not sure doing a fresh install will help.

ta

Buster image for RPi is available long time already. It was one of the first images on Buster. I still have on old Buster image stored at my NAS from mid of 2019. Last refresh of RPi Buster image was done Jan 2020.

cool… how can i tell if mine is Stretch or Buster… i can’t remember . ta

just do

echo $G_DISTRO_NAME
cat /etc/debian_version

I am also having major Sonarr failure after recent upgrade to v6.29.2 (I’m glad to see it’s not just me, because I had checked some Sonarr specific forums (so many different OS) and no one seems to be having new issues in the past couple weeks).

I find often that Sonarr is no longer running and I must manually start it. When I reboot the whole device, sonarr no longer starts automatically and I must start it manually.

When I go to Add Series and search for something (very common that should have easy results) I get:

There Was An Error Searching For ‘Simpsons’.
If the series title contains non-alphanumeric characters try removing them, otherwise try your search again later.

New media isn’t being grabbed, and when I manually search for an item Sonarr crashes (I can watch it disappear in htop).

I’m not good at understanding logs, but there are many instances of Error: ConnectFailure (Connection refused). Here is a snippet of the log file:

[v2.0.0.5343] System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://skyhook.sonarr.tv/v1/tvdb/shows/en/296762' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection+<>c.<Connect>b__16_1 (System.IAsyncResult asyncResult) [0x00006] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <a1ae6166591d4020b810288d19af38d4>:0 
--- End of stack trace from previous location where exception was thrown ---

  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x001e1] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
   --- End of inner exception stack trace ---
  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0025d] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebOperation.Run () [0x0009a] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0011b] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001f6] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetSeriesInfo (System.Int32 tvdbSeriesId) [0x0003b] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.Tv.RefreshSeriesService.RefreshSeriesInfo (NzbDrone.Core.Tv.Series series) [0x0002b] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.Tv.RefreshSeriesService.Execute (NzbDrone.Core.Tv.Commands.RefreshSeriesCommand message) [0x000d2] in <9081a6c8cc0e4467aeb72782609f2deb>:0 

20-5-9 14:18:35.1|Info|DiskScanService|Scanning disk for Westworld
20-5-9 14:18:35.2|Info|DiskScanService|Completed scanning disk for Westworld
20-5-9 14:18:35.2|Info|ExistingMetadataImporter|Found 0 existing metadata files
20-5-9 14:18:35.2|Info|ExistingSubtitleImporter|Found 0 existing subtitle files
20-5-9 14:18:35.3|Info|ExistingOtherExtraImporter|Found 0 existing other extra files
20-5-9 14:18:35.3|Info|ExistingExtraFileService|Found 0 extra files
20-5-9 14:18:39.3|Info|NzbSearchService|Searching 5 indexers for [Shark Tank : S11E21]
20-5-9 14:19:28.6|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.5343
20-5-9 14:19:29.9|Info|AppFolderInfo|Data directory is being overridden to [/mnt/dietpi_userdata/sonarr]
20-5-9 14:19:30.6|Info|Router|Application mode: Interactive
20-5-9 14:19:31.2|Info|MigrationLogger|*** Migrating data source=/mnt/dietpi_userdata/sonarr/nzbdrone.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
20-5-9 14:19:31.9|Info|MigrationLogger|*** Migrating data source=/mnt/dietpi_userdata/sonarr/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
20-5-9 14:19:31.9|Info|OwinHostController|Listening on the following URLs:
20-5-9 14:19:32.0|Info|OwinHostController|  http://*:8989/
20-5-9 14:19:32.0|Info|OwinHostController|  https://*:9898/
20-5-9 14:19:32.4|Info|NancyBootstrapper|Starting Web Server
20-5-9 14:19:36.8|Warn|MonoDebugCheck|Mono is not running with --debug switch
20-5-9 14:19:38.9|Error|ProxyCheck|Proxy Health Check failed

[v2.0.0.5343] System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://services.sonarr.tv/v1/ping' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection+<>c.<Connect>b__16_1 (System.IAsyncResult asyncResult) [0x00006] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <a1ae6166591d4020b810288d19af38d4>:0 
--- End of stack trace from previous location where exception was thrown ---

  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x001e1] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
   --- End of inner exception stack trace ---
  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0025d] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebOperation.Run () [0x0009a] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0011b] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001f6] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Core.HealthCheck.Checks.ProxyCheck.Check () [0x00065] in <9081a6c8cc0e4467aeb72782609f2deb>:0 

20-5-9 14:19:44.4|Error|TaskExtensions|Task Error

[v2.0.0.5343] System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://services.sonarr.tv/v1/update/master?version=2.0.0.5343&os=linux&runtimeVer=6.8.0.105&active=true' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection+<>c.<Connect>b__16_1 (System.IAsyncResult asyncResult) [0x00006] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <a1ae6166591d4020b810288d19af38d4>:0 
--- End of stack trace from previous location where exception was thrown ---

  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x001e1] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
   --- End of inner exception stack trace ---
  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0025d] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebOperation.Run () [0x0009a] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0011b] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001f6] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate (System.String branch, System.Version currentVersion) [0x000a5] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate () [0x00016] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check () [0x000f7] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.<PerformHealthCheck>b__11_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToList () [0x00014] in <59093ef301a24e5a91cb0295fb832cca>:0 
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <59093ef301a24e5a91cb0295fb832cca>:0 
  at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00025] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass6_2`1[TEvent].<PublishEvent>b__1 () [0x00035] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <a1ae6166591d4020b810288d19af38d4>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <a1ae6166591d4020b810288d19af38d4>:0 

20-5-9 14:20:07.1|Info|NzbSearchService|Searching 5 indexers for [Shark Tank : S11E21]
20-5-9 14:22:04.0|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.5343
20-5-9 14:22:05.4|Info|AppFolderInfo|Data directory is being overridden to [/mnt/dietpi_userdata/sonarr]
20-5-9 14:22:06.1|Info|Router|Application mode: Interactive
20-5-9 14:22:06.7|Info|MigrationLogger|*** Migrating data source=/mnt/dietpi_userdata/sonarr/nzbdrone.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
20-5-9 14:22:07.3|Info|MigrationLogger|*** Migrating data source=/mnt/dietpi_userdata/sonarr/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
20-5-9 14:22:07.4|Info|OwinHostController|Listening on the following URLs:
20-5-9 14:22:07.4|Info|OwinHostController|  http://*:8989/
20-5-9 14:22:07.4|Info|OwinHostController|  https://*:9898/
20-5-9 14:22:07.9|Info|NancyBootstrapper|Starting Web Server
20-5-9 14:22:12.1|Warn|MonoDebugCheck|Mono is not running with --debug switch
20-5-9 14:22:14.2|Error|ProxyCheck|Proxy Health Check failed

[v2.0.0.5343] System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://services.sonarr.tv/v1/ping' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection+<>c.<Connect>b__16_1 (System.IAsyncResult asyncResult) [0x00006] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <a1ae6166591d4020b810288d19af38d4>:0 
--- End of stack trace from previous location where exception was thrown ---

  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x001e1] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
   --- End of inner exception stack trace ---
  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0025d] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebOperation.Run () [0x0009a] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0011b] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001f6] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Core.HealthCheck.Checks.ProxyCheck.Check () [0x00065] in <9081a6c8cc0e4467aeb72782609f2deb>:0 

20-5-9 14:22:14.8|Error|TaskExtensions|Task Error

[v2.0.0.5343] System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://services.sonarr.tv/v1/update/master?version=2.0.0.5343&os=linux&runtimeVer=6.8.0.105&active=true' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection+<>c.<Connect>b__16_1 (System.IAsyncResult asyncResult) [0x00006] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <a1ae6166591d4020b810288d19af38d4>:0 
--- End of stack trace from previous location where exception was thrown ---

  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x001e1] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
   --- End of inner exception stack trace ---
  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0025d] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebOperation.Run () [0x0009a] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0011b] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001f6] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate (System.String branch, System.Version currentVersion) [0x000a5] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate () [0x00016] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check () [0x000f7] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.<PerformHealthCheck>b__11_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToList () [0x00014] in <59093ef301a24e5a91cb0295fb832cca>:0 
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <59093ef301a24e5a91cb0295fb832cca>:0 
  at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00025] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass6_2`1[TEvent].<PublishEvent>b__1 () [0x00035] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <a1ae6166591d4020b810288d19af38d4>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <a1ae6166591d4020b810288d19af38d4>:0 

20-5-9 14:22:41.2|Info|BackupService|Starting Backup
20-5-9 14:23:01.4|Info|NzbSearchService|Searching 5 indexers for [Shark Tank : S11E21]
20-5-9 14:23:35.2|Info|Bootstrap|Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.5343
20-5-9 14:23:36.6|Info|AppFolderInfo|Data directory is being overridden to [/mnt/dietpi_userdata/sonarr]
20-5-9 14:23:37.4|Info|Router|Application mode: Interactive
20-5-9 14:23:37.9|Info|MigrationLogger|*** Migrating data source=/mnt/dietpi_userdata/sonarr/nzbdrone.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
20-5-9 14:23:38.5|Info|MigrationLogger|*** Migrating data source=/mnt/dietpi_userdata/sonarr/logs.db;cache size=-10000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
20-5-9 14:23:38.7|Info|OwinHostController|Listening on the following URLs:
20-5-9 14:23:38.7|Info|OwinHostController|  http://*:8989/
20-5-9 14:23:38.7|Info|OwinHostController|  https://*:9898/
20-5-9 14:23:39.1|Info|NancyBootstrapper|Starting Web Server
20-5-9 14:23:43.3|Warn|MonoDebugCheck|Mono is not running with --debug switch
20-5-9 14:23:45.6|Error|ProxyCheck|Proxy Health Check failed

[v2.0.0.5343] System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://services.sonarr.tv/v1/ping' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection+<>c.<Connect>b__16_1 (System.IAsyncResult asyncResult) [0x00006] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <a1ae6166591d4020b810288d19af38d4>:0 
--- End of stack trace from previous location where exception was thrown ---

  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x001e1] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
   --- End of inner exception stack trace ---
  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0025d] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebOperation.Run () [0x0009a] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0011b] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001f6] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Core.HealthCheck.Checks.ProxyCheck.Check () [0x00065] in <9081a6c8cc0e4467aeb72782609f2deb>:0 

20-5-9 14:23:51.0|Error|TaskExtensions|Task Error

[v2.0.0.5343] System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://services.sonarr.tv/v1/update/master?version=2.0.0.5343&os=linux&runtimeVer=6.8.0.105&active=true' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection+<>c.<Connect>b__16_1 (System.IAsyncResult asyncResult) [0x00006] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <a1ae6166591d4020b810288d19af38d4>:0 
--- End of stack trace from previous location where exception was thrown ---

  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x001e1] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
   --- End of inner exception stack trace ---
  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0025d] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebOperation.Run () [0x0009a] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0011b] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001f6] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Core.Update.UpdatePackageProvider.GetLatestUpdate (System.String branch, System.Version currentVersion) [0x000a5] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.Update.CheckUpdateService.AvailableUpdate () [0x00016] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.HealthCheck.Checks.UpdateCheck.Check () [0x000f7] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.HealthCheck.HealthCheckService+<>c.<PerformHealthCheck>b__11_0 (NzbDrone.Core.HealthCheck.IProvideHealthCheck c) [0x00000] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at System.Linq.Enumerable+SelectArrayIterator`2[TSource,TResult].ToList () [0x00014] in <59093ef301a24e5a91cb0295fb832cca>:0 
  at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x0001f] in <59093ef301a24e5a91cb0295fb832cca>:0 
  at NzbDrone.Core.HealthCheck.HealthCheckService.PerformHealthCheck (NzbDrone.Core.HealthCheck.IProvideHealthCheck[] healthChecks) [0x00025] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.HealthCheck.HealthCheckService.HandleAsync (NzbDrone.Core.Lifecycle.ApplicationStartedEvent message) [0x00000] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at NzbDrone.Core.Messaging.Events.EventAggregator+<>c__DisplayClass6_2`1[TEvent].<PublishEvent>b__1 () [0x00035] in <9081a6c8cc0e4467aeb72782609f2deb>:0 
  at System.Threading.Tasks.Task.InnerInvoke () [0x0000f] in <a1ae6166591d4020b810288d19af38d4>:0 
  at System.Threading.Tasks.Task.Execute () [0x00000] in <a1ae6166591d4020b810288d19af38d4>:0 

20-5-9 14:23:55.4|Warn|SkyHookProxy|Error: ConnectFailure (Connection refused): 'http://skyhook.sonarr.tv/v1/tvdb/search/en/?term=simpsons'

[v2.0.0.5343] System.Net.WebException: Error: ConnectFailure (Connection refused): 'http://skyhook.sonarr.tv/v1/tvdb/search/en/?term=simpsons' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  at System.Net.Sockets.SocketAsyncResult.CheckIfThrowDelayedException () [0x00014] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.Sockets.Socket.EndConnect (System.IAsyncResult asyncResult) [0x0002c] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection+<>c.<Connect>b__16_1 (System.IAsyncResult asyncResult) [0x00006] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T] endAction, System.Threading.Tasks.Task`1[TResult] promise, System.Boolean requiresSynchronization) [0x00019] in <a1ae6166591d4020b810288d19af38d4>:0 
--- End of stack trace from previous location where exception was thrown ---

  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x001e1] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
   --- End of inner exception stack trace ---
  at System.Net.WebConnection.Connect (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x0025d] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000cc] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebOperation.Run () [0x0009a] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x00094] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task`1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func`1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at System.Net.HttpWebRequest.GetResponse () [0x00016] in <4bf78e13a6ea4494a3898e6a836a77f4>:0 
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0011b] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
   --- End of inner exception stack trace ---
  at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001f6] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Get (NzbDrone.Common.Http.HttpRequest request) [0x00007] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Common.Http.HttpClient.Get[T] (NzbDrone.Common.Http.HttpRequest request) [0x00000] in <37ab5d62b2134492ad4c99dc85a1751a>:0 
  at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.SearchForNewSeries (System.String title) [0x000d3] in <9081a6c8cc0e4467aeb72782609f2deb>:0

Hi, found this in 6.29.2 changelog concerning radarr/sonarr

  • DietPi-Software | Sonarr/Radarr/Lidarr: Enhanced install and uninstall steps. On reinstalls, the install dir is left unchanged now, suggesting to use the internal updater instead, which is generally safer and now does not require a manual service restart (see bug fix below). In case of a broken instance, the install dir /opt/ needs to be removed manually now, to have reinstalls downloading and installing the newest binaries.
  • DietPi-Software | Sonarr/Radarr/Lidarr: The service now runs with hardened permissions, by default blocking access to directories outside of /opt/ /mnt /var/log/ and /tmp. If writing to other directories is wanted, the service file needs to be edited, easiest with “dietpi-services” > “” > “Edit” and adding an additional “ReadWritePaths=/path/to/custom/dir”.
  • DietPi-Software | Sonarr/Radarr/Lidarr: Resolved an issue where a manual service restart was required after the internal updater has been used.
  • DietPi-Software | Sonarr/Mono: With current Mono version 6, import to a file system without UNIX permissions support (exFAT, FAT32/vfat and NTFS without “permissions” option) fails, regardless of user/umask mount options: > DietPi-Software | Sonarr import to FS without UNIX-permission fails, regardless of mount options · Issue #3179 · MichaIng/DietPi · GitHub

As my linux knowledge is very limited, I had to uninstall/install radarr/sonarr/jackett via dietpi-software, all now works fine, but I lost all my settings.

Hi Guys,

all the issues you are facing are quite different. Let my try to list them down:

iFelix18

  • Service did not start due to database error
  • database disk image is malformed

kazgor

  • Service did not start due to mono error
  • mono_gdb_render_native_backtraces not supported on this platform, unable to find gdb or lldb

brtravel

Yes, frequent crashing of Sonarr, and connection issues. FWIW, the connection issues are the same when using a (router based) VPN.

So decided to test using Virtualbox image and after reinstalling all the main apps again, (sonarr, nzbget, plex) .

I am still getting Sonarr crashes it will run ok for sometimes over an hour before it will fail.

Trace on… but not much info really… although doesnt seem to be Mono that killed it this time.

so must be something well screwed.

I was atleast able to learn one extra commands i can add into the sonarr.service

TimeoutStopSec=20
KillMode=process
Restart=on-failure

so atleast when it fails during the night it will restart itself.

so below is from setting up a new instance using the Virtualbox download.

sonarr.service - Sonarr Daemon (DietPi)
Loaded: loaded (/etc/systemd/system/sonarr.service; disabled; vendor preset: enabled)
Active: failed (Result: signal) since Sun 2020-05-10 16:20:33 BST; 16min ago
Main PID: 2155 (code=killed, signal=ABRT)

May 10 16:20:33 DietPi Sonarr[2155]: at NLog.Targets.Wrappers.AsyncTargetWrapper:WriteEventsInQueue <0x00113>
May 10 16:20:33 DietPi Sonarr[2155]: at NLog.Targets.Wrappers.AsyncTargetWrapper:ProcessPendingEvents <0x000d7>
May 10 16:20:33 DietPi Sonarr[2155]: at Scheduler:TimerCB <0x0019e>
May 10 16:20:33 DietPi Sonarr[2155]: at System.Threading.QueueUserWorkItemCallback:System.Threading.IThreadPoolWorkItem.ExecuteWorkItem <0x00047>
May 10 16:20:33 DietPi Sonarr[2155]: at System.Threading.ThreadPoolWorkQueue:Dispatch <0x002f6>
May 10 16:20:33 DietPi Sonarr[2155]: at System.Threading._ThreadPoolWaitCallback:PerformWaitCallback <0x00063>
May 10 16:20:33 DietPi Sonarr[2155]: at :runtime_invoke_bool <0x00086>
May 10 16:20:33 DietPi Sonarr[2155]: =================================================================
May 10 16:20:33 DietPi systemd[1]: sonarr.service: Main process exited, code=killed, status=6/ABRT
May 10 16:20:33 DietPi systemd[1]: sonarr.service: Failed with result ‘signal’.

and from sonarr.trace.txt

20-5-10 16:20:32.1|Trace|CommandQueueManager|Publishing RssSync
20-5-10 16:20:32.1|Trace|CommandQueueManager|Checking if command is queued or started: RssSync
20-5-10 16:20:32.1|Trace|CommandQueueManager|Inserting new command: RssSync
20-5-10 16:20:32.1|Trace|CommandExecutor|RssSyncCommand → RssSyncService
20-5-10 16:20:32.1|Trace|CommandQueueManager|Marking command as started: RssSync
20-5-10 16:20:32.1|Trace|EventAggregator|Publishing CommandUpdatedEvent
20-5-10 16:20:32.1|Trace|EventAggregator|CommandUpdatedEvent → CommandModule
20-5-10 16:20:32.1|Trace|EventAggregator|CommandUpdatedEvent ← CommandModule
20-5-10 16:20:32.1|Info|RssSyncService|Starting RSS Sync
20-5-10 16:20:32.1|Trace|EventAggregator|Publishing CommandUpdatedEvent
20-5-10 16:20:32.1|Trace|EventAggregator|CommandUpdatedEvent → CommandModule
20-5-10 16:20:32.1|Trace|EventAggregator|CommandUpdatedEvent ← CommandModule
20-5-10 16:20:32.1|Debug|FetchAndParseRssService|Available indexers 1
20-5-10 16:20:32.1|Debug|Newznab|Downloading Feed https://api.nzb.su/api?t=tvsearch&cat=5030,5040&extended=1&apikey=(removed)&offset=0&limit=100
20-5-10 16:20:32.1|Trace|HttpClient|Req: [GET] https://api.nzb.su/api?t=tvsearch&cat=5030,5040&extended=1&apikey=(removed)&offset=0&limit=100
20-5-10 16:20:32.1|Trace|ConfigService|Using default config value for ‘proxyenabled’ defaultValue:‘False’

kazgor brtravel iFelix18
Note that on DietPi v6.29 update we do not force a reinstall, hence the changes mentioned in the changelog are only active for fresh installs or when one manually reinstall, as mentioned in the dialog that you should have seen during DietPi update process. So my first guess is indeed something outside of DietPi.

compdealer
Instead of uninstalling them, to keep settings, you can remove the install dir only and do a reinstall, e.g. for Radarr:

rm -R /opt/Radarr
dietpi-software reinstall 145

This will not reinstall Mono but only update the APT package as it updates all of them.

Sonarr (besides on ARMv8) is an APT package, hence: apt update && apt install --reinstall nzbdrone
This is of course something all of your could try. Probably there was some faulty package or even mono version when DietPi v6.29 has been released. To update/reinstall mono: apt update && apt install --reinstall mono-runtime mono-complete

brtravel
What does the following show: curl -IL http://services.sonarr.tv/v1/ping

kazgor Joulinar
Do not concentrate on the “gdb not supported” error. gdb is the GNU debugger that can be installed. Mono uses the debugger if it is installed and this message just says that it is not. The service/process ran into an error before it mono even tries to dump debugger info of course. Check for mono errors prior to this, e.g. via: journalctl -u sonarr