Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/f202b58bc0337f71ba5ff40090a17f195720e386/libs/python_anticaptcha/__init__.py You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/python_anticaptcha/__init__.py

7 lines
350 B

from .base import AnticaptchaClient
from .tasks import NoCaptchaTask, NoCaptchaTaskProxylessTask, ImageToTextTask, FunCaptchaTask
from .proxy import Proxy
from .exceptions import AnticaptchaException
from .fields import SimpleText, Image, WebLink, TextInput, Textarea, Checkbox, Select, Radio, ImageUpload
AnticatpchaException = AnticaptchaException