mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-13 21:25:37 -05:00
[BUG] Transmission support not working #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jubbens on GitHub.
Before submitting a bug report, I have:
What is the behavior?
I'm trying to use with Transmission (specifically docker-transmission-openvpn). I'm providing the url with port and without any further path, as specified in docs. I'm not using any reverse proxy or auth. Possibly seems like it is expecting json but getting html?
Which operating system do you use?
Linux
What type of deployment do you use?
Docker container
Relevant log output
Anything else?
No response
@Flaminel commented on GitHub:
BASE_PATHhas nothing to do with the Transmission settings. You've deleted the default value fromURL Basewhich istransmission, that's why it doesn't work.@Flaminel commented on GitHub:
Did you delete the default base path from the config?
@jubbens commented on GitHub:
@Flaminel sorry do you mean the
BASE_PATHenvironment variable in the docker compose? I have it blank like in the quickstart guide.