mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-19 17:32:38 +01:00
Updated Common Problems (markdown)
parent
ee9c306c26
commit
e9d905bb6e
@ -15,7 +15,7 @@
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Mapped Network Drives vs UNC Paths
|
## Mapped Network Drives vs UNC Paths
|
||||||
* Using mapped network drives generally doesn't work very well, especially when Radarr is configured to run as a service. The better way to set shares up is using UNC paths. So instead of `X:\Movies` use `\\Server\Movies\`.
|
* Using mapped network drives generally doesn't work very well, especially when Radarr is configured to run as a service. The better way to set shares up is using UNC paths. So instead of `X:\Movies` use `\\Server\Movies\`. A key point to remember is that Radarr (and Sonarr) get path information from the downloader, so you'll *also* need to setup NZBGet, SABNzbd or any other downloader to use UNC paths too.
|
||||||
|
|
||||||
## Web Interface Only Loads at localhost on Windows
|
## Web Interface Only Loads at localhost on Windows
|
||||||
* If you can only reach your web interface at <http://localhost:7878/> or <http://127.0.0.1:7878>, you need to run Radarr as administrator at least once, maybe even always.
|
* If you can only reach your web interface at <http://localhost:7878/> or <http://127.0.0.1:7878>, you need to run Radarr as administrator at least once, maybe even always.
|
||||||
|
Loading…
Reference in New Issue
Block a user