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

Fixed: Failing ServiceProvider test

pull/861/head
ta264 6 years ago
parent 2768fce0a4
commit a98d45d3de

@ -21,6 +21,7 @@ environment:
install:
- git submodule update --init --recursive
- cmd: powershell Install-Product node $env:nodejs_version
- cmd: powershell Set-Service SCardSvr -StartupType Manual
- sh: nvm install $nodejs_version
- sh: sudo apt update
- sh: sudo apt install -y libchromaprint-tools

Loading…
Cancel
Save