Search found 9 matches

by microchip
Thu May 25, 2017 9:59 pm
Forum: Support
Topic: Managing cookies for private tracker (transmission-remote)
Replies: 4
Views: 3477

Re: Managing cookies for private tracker (transmission-remote)

Hi, I'm sorry to repoen that again but finally I wanted to give a try to TR_CURL_VERBOSE. So, I enabled that environment variable and I could see the requests to download the torrent. No cookies was found into the header despite "cookies.txt" file was created in /var/lib/transmission (wher...
by microchip
Mon May 22, 2017 6:56 pm
Forum: Support
Topic: transmission-remote character mangle
Replies: 7
Views: 4625

Re: transmission-remote character mangle

Well, wireshark shows "=" and not ":" so I'm going to investigate again.
by microchip
Mon May 22, 2017 6:36 pm
Forum: Support
Topic: transmission-remote character mangle
Replies: 7
Views: 4625

Re: transmission-remote character mangle

So strange. With strace and python execve call is ok but the proxy isn't happy. Usually, I'm not using the proxy that just for debugging purpose. I'll try without the proxy and with wireshark instead.
by microchip
Mon May 22, 2017 6:14 pm
Forum: Support
Topic: transmission-remote character mangle
Replies: 7
Views: 4625

Re: transmission-remote character mangle

I used command-line with debug and proxy enable: https_proxy="https://localhost:8080" http_proxy="http://localhost:8080" transmission-remote 127.0.0.1 -b -c /opt/multimedia/incomplete --add "https://www.foo.com/torrents/download/?id=5703370" -w /mnt/videos/series/someth...
by microchip
Mon May 22, 2017 2:26 pm
Forum: Support
Topic: transmission-remote character mangle
Replies: 7
Views: 4625

Re: transmission-remote character mangle

Hi, I'm invoking it programmatically. I tried with and without quotes and I got the same issue. Please see below outputs from my script and the corresponding proxy capture : Without quotes : [u'transmission-remote', u'127.0.0.1', u'-c', u'/opt/multimedia/incomplete', u'--add', u'https://foo.com/torr...
by microchip
Mon May 22, 2017 7:40 am
Forum: Support
Topic: transmission-remote character mangle
Replies: 7
Views: 4625

transmission-remote character mangle

Hi, When using transmission-remote I noticed torrent wasn't downloaded . So I used a proxy to monitor requests from transmission-remote and I discovered the URL used was mangled : https://foo.com/?id=4 became in transmission-remote https://foo.com/?id:4 How can I prevent transmission-remote to chang...
by microchip
Mon May 22, 2017 6:03 am
Forum: Support
Topic: Managing cookies for private tracker (transmission-remote)
Replies: 4
Views: 3477

Re: Managing cookies for private tracker (transmission-remote)

After using a proxy I discovered the issue was not the cookies. I will open new thread for the real issue.
by microchip
Sat May 20, 2017 12:25 pm
Forum: Support
Topic: Managing cookies for private tracker (transmission-remote)
Replies: 4
Views: 3477

Managing cookies for private tracker (transmission-remote)

Hi, I'm using transmission-remote v2.92 and I read in this forum cookies can be used by transmission-remote just by putting a "cookies.txt" file in transmission settings directory (usually /var/lib/transmission). I did it but its not working. I used the file "cookie.txt" and also...