Hi,
downloading from mangadex works fine. My next step was weebcentral. With a simple search with weebcentral selected i get
2026-04-02 10:31:04,954 [16] DEBUG API.MangaDownloadClients.HttpDownloadClient - Request https://weebcentral.com/search/data?limit=32&offset=0&text=smoking&sort=Best+Match&order=Ascending&official=Any&display_mode=Minimal%20Display returned 403 Forbidden
2026-04-02 10:31:04,956 [16] DEBUG API.MangaDownloadClients.HttpDownloadClient - Retrying with FlareSolverr!
2026-04-02 10:31:04,959 [16] DEBUG API.MangaDownloadClients.FlareSolverrDownloadClient - Using API.MangaDownloadClients.FlareSolverrDownloadClient for https://weebcentral.com/search/data?limit=32&offset=0&text=smoking&sort=Best+Match&order=Ascending&official=Any&display_mode=Minimal%20Display
2026-04-02 10:31:04,960 [16] ERROR API.MangaDownloadClients.FlareSolverrDownloadClient - FlareSolverr URL is empty
2026-04-02 10:31:04,960 [25] ERROR WeebCentral - Request failed or no HTML retrieved
so i got flaresolverr:
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:latest
container_name: flaresolverr
environment:
- LOG_LEVEL=${LOG_LEVEL:-info}
- LOG_FILE=${LOG_FILE:-none}
- LOG_HTML=${LOG_HTML:-false}
- CAPTCHA_SOLVER=${CAPTCHA_SOLVER:-none}
- TZ=${TIMEZONE}
ports:
- "${PORT:-8191}:8191"
volumes:
- /var/lib/flaresolver:/config
restart: unless-stopped
networks:
- mynetwork
And i added
- FLARESOLVERR_URL=http://flaresolverr:8191
as an environment variable to tranga-api. But i still get the exact same error. (I tried also all kinds of different urls)
Am i missing something here? Is weebcentral supposed to work without flaresolverr?
Thanks in advance
Hi,
downloading from mangadex works fine. My next step was weebcentral. With a simple search with weebcentral selected i get
so i got flaresolverr:
And i added
- FLARESOLVERR_URL=http://flaresolverr:8191as an environment variable to tranga-api. But i still get the exact same error. (I tried also all kinds of different urls)
Am i missing something here? Is weebcentral supposed to work without flaresolverr?
Thanks in advance