mirror of
https://github.com/Radarr/Radarr
synced 2025-01-12 02:32:39 +00:00
Updated Common Problems (markdown)
parent
086550a219
commit
ee9c306c26
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@
|
||||||
## Weird UI Issues
|
## Weird UI Issues
|
||||||
* If you experience any weird UI issues like the Movies page not listing anything or a certain view/sort not working, try viewing in a Chrome Incognito Window or Firefox Private Window. If it works fine there, clear your browser cache and cookies for your specific ip/domain.
|
* If you experience any weird UI issues like the Movies page not listing anything or a certain view/sort not working, try viewing in a Chrome Incognito Window or Firefox Private Window. If it works fine there, clear your browser cache and cookies for your specific ip/domain.
|
||||||
|
|
||||||
|
## Wanted -> Cutoff Unmet Doesn't Load
|
||||||
|
* You probably used bulk import without setting a quality profile, either because you missed it or you did a bulk import before that option was available. Use Movies -> Movie Editor to quickly add a quality profile to every movie. You might see something like the below in your log file.
|
||||||
|
```
|
||||||
|
[v0.2.0.497] System.ArgumentException: Instance property 'downloadedQuality' is not defined for type 'NzbDrone.Core.Tv.Movie'
|
||||||
|
```
|
||||||
|
|
||||||
## 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\`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue