mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-15 04:04:42 +08:00
Update FAQ.md
Updated: This path doesn't seems to be valid
parent
543f889f5f
commit
bd897f9a72
1 changed files with 19 additions and 12 deletions
31
FAQ.md
31
FAQ.md
|
@ -36,16 +36,25 @@ If you're getting a error that looks like this:
|
|||
|
||||
![image-20200723180256943](images/image-20200723180256943.png)
|
||||
|
||||
This can be for various reasons, but the most common is, Bazarr is running as a service, which causes one of two things:
|
||||
This can be for various reasons we've collected the the most common ones depending on the used OS.
|
||||
|
||||
**Bazarr service runs under Local System account that won't be able to access network shares.**
|
||||
Run Bazarr's service as another user that has access to that share. You need to change the account used for Bazarr service in `services.msc` console.
|
||||
##### Windows:
|
||||
|
||||
- **Bazarr service runs under Local System account that won't be able to access network shares.**
|
||||
Run Bazarr's service as another user that has access to that share. You need to change the account used for Bazarr service in `services.msc` console.
|
||||
- **You're using a mapped network drive (not a UNC path).**
|
||||
Change your paths to UNC paths (`\\server\share`) both in Sonarr, Radarr and Bazarr will be able to access those files.
|
||||
|
||||
##### Docker:
|
||||
|
||||
- **Your docker containers volume paths don't match with Sonarr/Radarr**
|
||||
make sure Bazarr uses the identical volume paths as Sonarr and Radarr.
|
||||
|
||||
##### Docker & Synology when mixing packages with dockers:
|
||||
|
||||
- In worse case scenario you need to make use of [Paths Mapping](https://github.com/morpheus65535/bazarr/wiki/Settings#path-mappings)
|
||||
|
||||
**You're using a mapped network drive (not a UNC path).**
|
||||
Change your paths to UNC paths (`\\server\share`) both in Sonarr, Radarr and Bazarr will be able to access those files.
|
||||
|
||||
**Your docker containers volume paths don't match with Sonarr/Radarr**
|
||||
make sure Bazarr uses the identical volume paths as Sonarr and Radarr.
|
||||
|
||||
> *If you're using docker and get this warning and need help with it provide us with the docker compose or docker build command of Bazarr and Sonarr/Radarr !!!*
|
||||
>
|
||||
|
@ -60,8 +69,6 @@ make sure Bazarr uses the identical volume paths as Sonarr and Radarr.
|
|||
> *And yes this even works on a Synology*
|
||||
> *if you don't know how you probably didn't read the [[Installation-Synology]]*
|
||||
|
||||
**You might need to make use of [Paths Mapping](https://github.com/morpheus65535/bazarr/wiki/Settings#path-mappings)**
|
||||
|
||||
------
|
||||
|
||||
### Why (or) do I need the Anti-Captcha
|
||||
|
@ -157,9 +164,9 @@ If you need to write one then you can use the 2 following templates depending wh
|
|||
- [API-Template](https://github.com/morpheus65535/bazarr/blob/master/libs/subliminal_patch/providers/napisy24.py)
|
||||
- [Page-Scrapping-Template](https://github.com/morpheus65535/bazarr/blob/master/libs/subliminal_patch/providers/soustitreseu.py)
|
||||
|
||||
If API is supported it is preferred.
|
||||
Why ?
|
||||
Easier Error management and Scrapping the site is more resource intensive.
|
||||
> If API is supported it is preferred.
|
||||
> Why ?
|
||||
> Easier Error management and Scrapping the site is more resource intensive.
|
||||
|
||||
|
||||
2. The slowest:
|
||||
|
|
Loading…
Reference in a new issue