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.

karldonteljames

Members
  • Joined

  • Last visited

Everything posted by karldonteljames

  1. Same issue here. ``` Sorry, a session error has occurred It is possible that your session has expired or your login credentials do not allow access to this resource. See error text below for further details: SESSION ERROR: SESSION: Your session has expired, please reauthenticate (9007) ```
  2. Thanks I’ll take another look at it, is it possible to have it backup to google drive, or OneDrive, or would I need to use clone for that? Does it backup in open file format, so i could do an individual file / docker restore?
  3. It’s been a while since I used ca backup, and the last time I did it stopped all dockers and vm’s, is that still the case? I’m looking to try and backup my app data and unraid data to my google drive or onedrive, and trying to think of the best way of doing that without stopping all of my containers. Ideas and suggestions are appreciated.
  4. Im seeing an issue where i cannot connect to deluge, i'm getting connection refused. When I take a look a the logs i can see the following every couple of minutes: DEPRECATED OPTION: --cipher set to 'aes-256-gcm' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'aes-256-gcm' to --data-ciphers or change --cipher 'aes-256-gcm' to --data-ciphers-fallback 'aes-256-gcm' to silence this warning. The top of my config is setup as below: client dev tun proto udp remote sweden.privacy.network 1198 remote denmark.privacy.network 1198 remote man.privacy.network 1198 remote nl-amsterdam.privacy.network 1198 remote no.privacy.network 1198 remote brussels.privacy.network 1198 remote lu.privacy.network 1198 remote malta.privacy.network 1198 remote monaco.privacy.network 1198 resolv-retry infinite nobind persist-key cipher aes-256-gcm ncp-disable auth sha1 tls-client remote-cert-tls server auth-user-pass credentials.conf compress verb 1 <crl-verify> Any advice is appreciated.
  5. Does anyone know if MotionEye has an rtsp output? If I run the stream from a couple of my cameras directly into frigate, the cameras seem to restart every few minutes, i'm not sure why, but I've successfully replicated this by stopping the frigate container for a couple of hours with no restarts. within a few minutes of frigate being started the cameras restart. I am running motion eye, so would be happy to feed motion eye into frigate if possible. Any advice? Thanks.
  6. Thanks that got it started, I con't have the option for webui, but i can type that in manually i suppose. Now i have the following issue in the log. File "/opt/frigate/frigate/video.py", line 131, in __init__ self.regions = self.config['regions'] KeyError: 'regions' Thank you for your help. I really appreciate it.
  7. Thanks i think I've got most of the settings down: just not sure what this should be: I seem to be getting this error when i click apply: /usr/bin/docker: Error response from daemon: invalid volume specification: '/mnt/user/appdata/frigate:config:ro': invalid mount config for type "bind": invalid mount path: 'config' mount path must be absolute. See '/usr/bin/docker run --help'. The command failed.
  8. Thanks, Really sorry, but do i just run that in a command window? (obviously changing the path to appdata folder.) I've only ever added added docker containers via the apps tab!
  9. Thanks, I'm not sure how i find out what the volumes/paths would be?
  10. Good Evening would it be possible to get this docker for unraid please? https://github.com/blakeblackshear/frigate It would be a great addition for Home Automation.
  11. Thank you. Out of interest, do you know where we can request docker containers? I think something like this would be great to integrate in HA, but i have no idea how to build a container in unraid. https://github.com/blakeblackshear/frigate Thanks again. I'll take a look at that now.
  12. Man that really sucks, could you help me out with how you used curl please? I'm trying to use it for home assistant integration, i'm happy to install the mqtt in the docker if required, just not sure how to do it.
  13. Evening All, I'm trying to get Motion eye to publish an mqtt event when it detection motion, but it looks like Mosquitto isn't included, could someone tell me how i might be able to add this in please. The command i'm trying run on motion is: mosquitto_pub -h MQTTADDRESS -p 1883 -u MQTTUSERNAME -P MQTTPASSWORD -t cameras/cam1/motion -m "On" and motion stop: mosquitto_pub -h MQTTADDRESS -p 1883 -u MQTTUSERNAME -P MQTTPASSWORD -t cameras/cam1/motion -m "Off" I believe that mosquitto_pub is missing as if I run the this from the command I get an error sh: mosquitto_pub: not found
  14. Evening all, I updated sonarr and radarr today, and since then i'm getting: "Access to the path is denied." on all media that is trying to be imported, in both radarr and sonarr. Any idea why this might be? I don't think anything else has changed. I setup Ombi today, but i don't think that changed any of my config. EDIT: I'm watching one of the folders it is trying to copy videos into and it puts the partial file in, that grows in size, then disappears. UPDATE: Rolling back to docker pull binhex/arch-radarr:0.2.0.1450-1-01 and the previous version of Sonarr has allowed the files to be written to my media server.
  15. Adding in the deluge Privoxy setting into lidarr solved the issue.
  16. Evening, I'm trying to add a download client to lidarr, but I keep getting the error: Unknown exception. The Operation has timed out.: 'http://192.168.12.216:8112/json' Lidarr is setup with ip 192.168.12.215 Sonarr and radarr are both connect to deluge, and they are the same iprange (12.216 and 12.217) Any idea why this might be? I'm seeing this is in the logs: 2019-06-03 08:00:29,991 DEBG 'lidarr' stdout output: [Error] Deluge: Unable to test connection [v0.6.2.883] System.Net.WebException: The operation has timed out.: 'http://192.168.12.216:8112/json' ---> System.Net.WebException: The operation has timed out. at System.Net.HttpWebRequest.GetRequestStream () [0x0000f] in /build/mono/src/mono/mcs/class/System/System.Net/HttpWebRequest.cs:910 at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000ef] in C:\projects\lidarr\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:68 --- End of inner exception stack trace --- at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001c8] in C:\projects\lidarr\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:102 at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000b5] in C:\projects\lidarr\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:53 at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in C:\projects\lidarr\src\NzbDrone.Common\Http\HttpClient.cs:121 at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in C:\projects\lidarr\src\NzbDrone.Common\Http\HttpClient.cs:57 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient (NzbDrone.Common.Http.JsonRpcRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.Boolean reauthenticate) [0x0005b] in C:\projects\lidarr\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:292 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x0006b] in C:\projects\lidarr\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:205 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult] (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings, System.String method, System.Object[] arguments) [0x00000] in C:\projects\lidarr\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:212 at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetVersion (NzbDrone.Core.Download.Clients.Deluge.DelugeSettings settings) [0x00000] in C:\projects\lidarr\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:53 at NzbDrone.Core.Download.Clients.Deluge.Deluge.TestConnection () [0x00000] in C:\projects\lidarr\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:209 2019-06-03 08:00:29,997 DEBG 'lidarr' stdout output: [Warn] LidarrErrorPipeline: Invalid request Validation failed: I've made a little progress, If lidarr is running as "host" rather than on its own ipaddress it can connect to deluge. Can I add a path for the docker containers to connect to each other on their own subnet? If I disable the VPN on deluge or Qbit, it will also connect, if using its own IP. (I'm using binhex-delugevpn) I am able to ping the binhex-delugevpn container from the binhex-lidarr console, both by name and by IP address. Most of my dockers are assigned their own IP address in subnet, 192.168.12.0/24, This subnet is on a separate network port, running on VLAN 12. My Unraid server is on 192.168.10.0/24 (running a 4 port bonded network on vlan 10) Dockers: Docker settings: Routing Table: Docker Ethernet Port: Unraid Ethernet Port:
  17. Good evening. I had an episode that failed to copy over correctly, I deleted the file and tried to re-import the download, even tried to re-download it a few times, but getting the error: "Failed to import episode, Destination already exists." There are no files relating to the episode. Couldn't import episode /downloads/Completed/www.Torrenting.org - The Big Bang Theory S12E23 1080p HDTV x264-CRAVERS/The.Big.Bang.Theory.S12E23.1080p.HDTV.x264-CRAVERS.mkv: Destination /MCEDisks/MEDIA-CENTRE_GrownUpTV2/Big Bang Theory, The/Season 12/S12E23 - The Change Constant.mkv already exists. NzbDrone.Common.Disk.DestinationAlreadyExistsException: Destination /MCEDisks/MEDIA-CENTRE_GrownUpTV2/Big Bang Theory, The/Season 12/S12E23 - The Change Constant.mkv already exists. at NzbDrone.Common.Disk.DiskTransferService.ClearTargetPath (System.String sourcePath, System.String targetPath, System.Boolean overwrite) [0x0001e] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Disk\DiskTransferService.cs:344 at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, NzbDrone.Common.Disk.TransferMode mode, System.Boolean overwrite, NzbDrone.Common.Disk.DiskTransferVerificationMode verificationMode) [0x00225] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Disk\DiskTransferService.cs:257 at NzbDrone.Common.Disk.DiskTransferService.TransferFile (System.String sourcePath, System.String targetPath, NzbDrone.Common.Disk.TransferMode mode, System.Boolean overwrite, System.Boolean verified) [0x0000e] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Common\Disk\DiskTransferService.cs:196 at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.TransferFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Tv.Series series, System.Collections.Generic.List`1[T] episodes, System.String destinationFilePath, NzbDrone.Common.Disk.TransferMode mode) [0x0012c] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:119 at NzbDrone.Core.MediaFiles.EpisodeFileMovingService.CopyEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode) [0x0006b] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\EpisodeFileMovingService.cs:94 at NzbDrone.Core.MediaFiles.UpgradeMediaFileService.UpgradeEpisodeFile (NzbDrone.Core.MediaFiles.EpisodeFile episodeFile, NzbDrone.Core.Parser.Model.LocalEpisode localEpisode, System.Boolean copyOnly) [0x00167] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\UpgradeMediaFileService.cs:72 at NzbDrone.Core.MediaFiles.EpisodeImport.ImportApprovedEpisodes.Import (System.Collections.Generic.List`1[T] decisions, System.Boolean newDownload, NzbDrone.Core.Download.DownloadClientItem downloadClientItem, NzbDrone.Core.MediaFiles.EpisodeImport.ImportMode importMode) [0x00281] in C:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\MediaFiles\EpisodeImport\ImportApprovedEpisodes.cs:108
  18. Thanks for the help. I rolled back and rebooted, but the server is yet to come back online. As soon as it does, I'll do that. Will I need to do that after each unraid update?
  19. Morning All. I've just upgraded to 6.7.0 and i can see that some people are having problems with missing drives (this is also the issue i'm having.) I'm not sure if this is down to a marvel controller or not. In the linked thread above it says about modifying a sylinux file, can I do this from the webui terminal, if so where are the files located that I need to modify. I've attached a copy of my diagnostic report. Hopefully someone will be able to help. maximus-diagnostics-20190517-0826.zip
  20. Not sure if this is the correct place to ask, but can I use duplicati to copy the contents of my appdata folder to another unraid server?
  21. Morning. I'm having some problem with sonarr copying file, qbit downloads the files ok, and sonarr renames and copies them to the correct location, however sometimes (a few episodes a week) the files seem to not copy completely so will not play, e.g. one episode this week was 1.9gb, but when sonarr copied it to it's new destination it was only 1.7 and wouldn't play, If I take the originally downloaded file and copy it manually it plays fine. - sonarr is copying the files to a separate physical machine with the mappings completed with unassigned drives (radarr uses the same system and hasn't yet had any problems) File naming and format is completing as expected, just not copying all files 100% of the time.
  22. Good evening. I'm having a problem with Deluge and qBitTorrent. I seem to be unable to connect to either of them via reverse proxy (This started happening a couple of days ago, unifi is also having this issue.) Sonarr seems to be unable to connect to qbit, but radarr can connect to deluge, both deluge and qbit can be accessed by their respective ipaddress:port. Any help is appreciated. I am also able to ping deluge and qbit from the console of other dockers both by container name and by IP address. Setting the VPN to No allows the reverse proxy and the sonarr to connect. THIS DOESNT SEEM TO BE A DOCKER ISSUE! I've dropped unraid back to 6.6.6 and all is working as expected, any idea why 6.6.7 is producing this behaviour?
  23. @primeval_god Thanks for the information. I ended up installing Observium, and setting up the SNMP service on the windows pc. Thanks anyway.
  24. RESOLVED! Evening all, Any idea why all my squares on my dashboard have become blank in IOS 9? Seems to be working fine on android / PC, having the same problem in IE11, but working in chrome and edge. TIA. Karl 2019-04-07 18:31:31.243829 INFO Compiling dashboard '- Downstairs' 2019-04-07 18:31:31.397454 INFO Loading custom widget 'climate_select.yaml' 2019-04-07 18:31:31.397601 INFO Loading custom widget 'media_select.yaml' 2019-04-07 18:31:31.397667 INFO Loading custom widget 'media_with_volume.yaml' 2019-04-07 18:31:31.397723 INFO Loading custom widget 'baseclimateselect' 2019-04-07 18:31:31.398216 INFO Loading custom widget 'basemediaselect' 2019-04-07 18:31:31.398715 INFO Loading custom widget 'base_media_with_volume' 2019-04-07 18:31:31.399072 INFO Loading custom widget 'base_light_with_colorpicker' 2019-04-07 18:31:31.399378 INFO Loading custom widget 'light_with_colorpicker.yaml' 2019-04-07 18:31:31.399436 INFO Loading custom widget 'baseslider_new' 2019-04-07 18:31:31.399742 INFO Loading custom widget 'new_input_slider.yaml' 2019-04-07 18:31:31.399803 INFO Loading custom widget 'light_with_brightness.yaml' 2019-04-07 18:31:31.399864 INFO Loading custom widget 'base_light_with_brightness' 2019-04-07 18:31:31.400168 INFO Loading custom widget 'baseiconsensor' 2019-04-07 18:31:31.400462 INFO Loading custom widget 'baseiframe' 2019-04-07 18:31:31.400759 INFO Loading custom widget 'baseradial' 2019-04-07 18:31:31.401053 INFO Loading custom widget 'baseselect' 2019-04-07 18:31:31.401344 INFO Loading custom widget 'baseslider_vertical' 2019-04-07 18:31:31.401637 INFO Loading custom widget 'basetemperature' 2019-04-07 18:31:31.402099 INFO Loading custom widget 'camera.yaml' 2019-04-07 18:31:31.402178 INFO Loading custom widget 'heater.yaml' 2019-04-07 18:31:31.402235 INFO Loading custom widget 'iconsensor.yaml' 2019-04-07 18:31:31.402289 INFO Loading custom widget 'input_select.yaml' 2019-04-07 18:31:31.402340 INFO Loading custom widget 'radial.yaml' 2019-04-07 18:31:31.402397 INFO Loading custom widget 'readme.md' 2019-04-07 18:31:31.402454 INFO Loading custom widget 'temperature.yaml' 2019-04-07 18:31:31.402509 INFO Loading custom widget 'vertical_input_slider.yaml' 2019-04-07 18:31:31.402562 INFO Loading custom widget 'swipe_light.yaml' 2019-04-07 18:31:31.402605 INFO Loading custom widget 'baseswipe_light' 2019-04-07 18:31:31.402937 INFO Loading custom widget 'baseheater' 2019-04-07 18:31:31.467830 INFO function [get_dashboard] finished in 224 ms This issue turned out to be related to "baseswipe_light" All Sorted now.

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.