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.

WEBGUI 500 - RCLONE - SONARR

Featured Replies

Hello,

 

I've setup a webdav auto-mount on my unraid using rclone and user-script

 

My script is setup to run on array-startup, here is the command I use:
 

rclone mount webdav-seedbox: /mnt/user/data/seedbox --no-check-certificate --vfs-cache-mode full --daemon  --uid 99 --gid 100 --allow-other --log-level INFO

 

I then start my sonarr docker which uses the `/mnt/user/data/seedbox` to monitor the downloads.

When launching copy from `/mnt/user/data/seedbox` to `/mnt/user/data/media/tv/series/` it does copy correctly but after some time my WebGUI is just not working anymore as per the image.

I can still access my unraid server using ssh, I've tried running the `diagnostics` command and here is the zip

 

Thanks for your help

 

Screenshot 2023-09-27 at 11.52.29.png

tower-diagnostics-20230927-0253.zip

Edited by snare94

  • snare94 changed the title to WEBGUI 500 - RCLONE - SONARR
  • Author

After some experience I've changed my rclone command to the one below and the bug stopped happening

 

rclone mount \
	--no-check-certificate \
	--vfs-cache-mode off \
	--uid 99 \
	--gid 100 \
	--allow-other \
	--read-only \
	--log-level INFO \
	webdav-seedbox: /mnt/user/data/seedbox &

 

Join the conversation

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

Guest
Reply to this topic...

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.