Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Nooobie123

Members
  • Joined

  • Last visited

  1. Clearing the cache resolved the issue.
  2. Removing container: binhex-radarr Successfully removed container 'binhex-radarr' Command execution docker run -d --name='binhex-radarr' --net='bridge' --pids-limit 2048 -e TZ="America/New_York" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Server" -e HOST_CONTAINERNAME="binhex-radarr" -e 'SHARED_NETWORK'='no' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='000' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:7878]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/radarr-icon.png' -p '7878:7878/tcp' -v '/mnt/user/appdata/binhex-radarr':'/config':'rw' -v '/mnt/user/Data/Media/Movies/':'/media':'rw' -v '/mnt/user/Data/Media':'/data':'rw' 'binhex/arch-radarr' 4ade5bd6f0e053d17e2fc732f92d205c91f80388964caaa8a23ec555314d0b7f The command finished successfully! Logs text error warn system array login 2025-01-25 08:11:50.548715 [info] Deleting files in /tmp (non recursive)... 2025-01-25 08:11:50.628544 [info] SHARED_NETWORK defined as 'no' 2025-01-25 08:11:50.677912 [info] Starting Supervisor... 2025-01-25 08:11:51,436 INFO Included extra file "/etc/supervisor/conf.d/radarr.conf" during parsing 2025-01-25 08:11:51,436 INFO Set uid to user 0 succeeded 2025-01-25 08:11:51,446 INFO supervisord started with pid 6 2025-01-25 08:11:52,450 INFO spawned: 'radarr' with pid 58 2025-01-25 08:11:52,451 INFO reaped unknown pid 7 (exit status 0) 2025-01-25 08:11:53,452 INFO success: radarr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2025-01-25 08:11:55,247 DEBG 'radarr' stdout output: [Info] Bootstrap: Starting Radarr - /usr/lib/radarr/bin/Radarr - Version 5.17.2.9580 2025-01-25 08:11:55,311 DEBG 'radarr' stdout output: [Info] AppFolderInfo: Data directory is being overridden to [/config] 2025-01-25 08:11:55,449 DEBG 'radarr' stdout output: [Debug] Bootstrap: Console selected 2025-01-25 08:11:55,471 DEBG 'radarr' stdout output: [Info] AppFolderInfo: Data directory is being overridden to [/config] 2025-01-25 08:11:56,160 DEBG 'radarr' stdout output: [Info] AppFolderInfo: Data directory is being overridden to [/config] 2025-01-25 08:11:56,500 DEBG 'radarr' stdout output: [Info] MigrationController: *** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2025-01-25 08:11:56,674 DEBG 'radarr' stdout output: [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 2025-01-25 08:11:56,696 DEBG 'radarr' stdout output: [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation 2025-01-25 08:11:56,699 DEBG 'radarr' stdout output: [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 2025-01-25 08:11:56,801 DEBG 'radarr' stdout output: [Info] DatabaseEngineVersionCheck: SQLite 3.47.2 2025-01-25 08:11:56,806 DEBG 'radarr' stdout output: [Info] FluentMigrator.Runner.MigrationRunner: => 0.1053756s 2025-01-25 08:11:56,808 DEBG 'radarr' stdout output: [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 2025-01-25 08:11:56,810 DEBG 'radarr' stdout output: [Info] FluentMigrator.Runner.MigrationRunner: => 0.1102161s 2025-01-25 08:11:56,872 DEBG 'radarr' stdout output: [Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3;busytimeout=100 *** 2025-01-25 08:11:56,897 DEBG 'radarr' stdout output: [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrating 2025-01-25 08:11:56,899 DEBG 'radarr' stdout output: [Info] FluentMigrator.Runner.MigrationRunner: PerformDBOperation 2025-01-25 08:11:56,900 DEBG 'radarr' stdout output: [Info] NzbDrone.Core.Datastore.Migration.Framework.NzbDroneSQLiteProcessor: Performing DB Operation 2025-01-25 08:11:56,906 DEBG 'radarr' stdout output: [Info] DatabaseEngineVersionCheck: SQLite 3.47.2 2025-01-25 08:11:56,908 DEBG 'radarr' stdout output: [Info] FluentMigrator.Runner.MigrationRunner: => 0.0079455s 2025-01-25 08:11:56,911 DEBG 'radarr' stdout output: [Info] FluentMigrator.Runner.MigrationRunner: DatabaseEngineVersionCheck migrated 2025-01-25 08:11:56,913 DEBG 'radarr' stdout output: [Info] FluentMigrator.Runner.MigrationRunner: => 0.0103338s 2025-01-25 08:11:57,740 DEBG 'radarr' stdout output: [Info] Microsoft.Hosting.Lifetime: Now listening on: http://[::]:7878 2025-01-25 08:12:00,415 DEBG 'radarr' stdout output: [Info] CommandExecutor: Starting 2 threads for tasks. 2025-01-25 08:12:01,543 DEBG 'radarr' stdout output: [Info] Microsoft.Hosting.Lifetime: Application started. Press Ctrl+C to shut down. 2025-01-25 08:12:01,547 DEBG 'radarr' stdout output: [Info] Microsoft.Hosting.Lifetime: Hosting environment: Production 2025-01-25 08:12:01,548 DEBG 'radarr' stdout output: [Info] Microsoft.Hosting.Lifetime: Content root path: / 2025-01-25 08:12:01,700 DEBG 'radarr' stdout output: [Info] ManagedHttpDispatcher: IPv4 is available: True, IPv6 will be disabled Thank you for the quick response I hope this is the information you were looking for.
  3. When I try to launch the radarr webui. I get a blank white page. Restarting the server & stop/starting the docker does not resolve the issue. Other dockers are not affected. This is the second time I lose access to the radarr webUI I am using Safari as I cannot access my server from another browser. Binhex-radarr-log.rtf

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.