mirror of
https://github.com/morpheus65535/bazarr
synced 2025-01-02 21:15:41 +00:00
Update FAQ-Common-Problems.md
parent
191080b84f
commit
43b5618305
1 changed files with 7 additions and 5 deletions
|
@ -29,12 +29,14 @@
|
|||
>
|
||||
>This can be for various reasons, but the most common is, Bazarr is running as a service, which causes one of two things:
|
||||
>
|
||||
>**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.
|
||||
>**Bazarr service runs under Local System account that won't be able to access network shares.**
|
||||
>
|
||||
>**You're using a mapped network drive (not a UNC path).**
|
||||
> Change your paths to UNC paths (`\\server\share`)
|
||||
>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`)
|
||||
|
||||
------
|
||||
## Why (or) do I need the Anti-Captcha? ##
|
||||
|
|
Loading…
Reference in a new issue