mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-07 06:26:03 -05:00
[HELP] Transmission download client not connecting #132
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 @rieger07 on GitHub.
Before submitting a help request, I have:
How can we help?
log.log
I am attempting to connect to a transmission client through https like
https://fqdn.com/some/uriI did take a look through the code and noticed
/transmission/rpcis added, and adjusted my TRANSMISSION__URL to not include that. I do not have a username and have tried leaving TRANSMISSION_USER empty, and not setting it. I've verified my TRANSMISSION__PASSWORD is correct.Any thoughts? Appreciate your help!
@rieger07 commented on GitHub:
sure thing! snippet from my docker-compose.yml (just the cleanerr service section)
docker-compose.txt
@Flaminel commented on GitHub:
Yeah, the problem here is that it does not support your additional path from the url. I've tried to fix it in #43, but the first person to ask for it did not get back to me to actually test it. Would you mind testing it out?
If you'd like to test it, then to this:
latestdocker tag withadd_url_base.TRANSMISSION__URL=https://my.fqdn.com.TRANSMISSION__URL_BASE=my/uri.@rieger07 commented on GitHub:
Gave that a shot, still no dice. log attached.
add_url_base.log
Not sure if helpful or not but my transmission setup is confirmed functioning using the same kinds of inputs thru sonarr/radarr
@rieger07 commented on GitHub:
one difference is that sonarr/radarr ask for hostname, and port separately so they get
host: my.fqdn.comport:443Not sure if that's helpful in any way :)
@Flaminel commented on GitHub:
Unfortunately I can't see what the root cause of the problem is from those logs. Would you mind sharing your configuration, excluding sensitive information?
@Flaminel commented on GitHub:
I've done some tests and I might be wrong with one of the steps.
TRANSMISSION__URL_BASEshould bemy/uri/transmission. Can you try that instead? Also you should pull theadd_url_basetag again, as I've just updated it. It was behindlatestby a lot.@Flaminel commented on GitHub:
So I'm guessing your base path should be
username/transmission, right? Is that also what you set on Sonarr/Radarr? Could you join the Discord server to continue the discussion there?@rieger07 commented on GitHub:
Hey just pulled the
add_url_basetag, verified that TRANSMISSION__URL_BASE looked likemy/uri/transmission, and restarted container. Still same error log basically:pull_url_base_again.log
@rieger07 commented on GitHub:
if at all helpful, these are the faq from my hosting site about connecting the transmission remote client:
@Flaminel commented on GitHub:
Hey @rieger07, just checking in to see if you tried that last thing I mentioned.
@rieger07 commented on GitHub:
correct!
transmission-daemon 2.93 (3c5870d4f5)
@Flaminel commented on GitHub:
The main problem here is the version of Transmission being too old and not supported by Cleanuperr, so I'm going to close this one. Feel free to open another one if you successfully transition to a newer version of qBit, Deluge or Transmission and you find any problems or need help.
@Flaminel commented on GitHub:
Also what version of Transmission are you using?