no torrents in clutch
-
- Posts: 15
- Joined: Fri Feb 02, 2007 12:10 am
- Location: New Hampshire
no torrents in clutch
for some reason, the clutch UI comes up, but none of my torrents in transmission show up.
->transmission 1.03 & clutch 0.3
->transmission 1.03 & clutch 0.3
-
- Posts: 15
- Joined: Fri Feb 02, 2007 12:10 am
- Location: New Hampshire
-
- Posts: 15
- Joined: Fri Feb 02, 2007 12:10 am
- Location: New Hampshire
-
- Posts: 15
- Joined: Fri Feb 02, 2007 12:10 am
- Location: New Hampshire
-
- Posts: 15
- Joined: Fri Feb 02, 2007 12:10 am
- Location: New Hampshire
Not working on Firefox for me either
the "standalone" version of Clutch (0.1?) used to work wonders for me. After upgrading to the Clutch version that works with Transmission, it stopped working. I get no torrents showing, either locally (192.168...) or remotely. Now this one does not work, even on Firefox. It used to work even with the iPhone's version of Safari, which makes it really convenient. It would be awesome if it could be fixed to work again. Thanks in advance!
Hi patchanka - are you're running via the daemon? If so, I've got a suspicion that some older builds of the daemon are choking trying to get the 'encryption' setting. Clutch supports the encryption preference from version 0.2 onwards, which would explain yours not working after 0.1.
If this is the case, could you try editing remote/lib/Clutch.class.php and replacing the lines
with
?
I mention it because I had this problem running the daemon from the ubuntu transmission-cli package, & I'm curious how many people are affected by this.
If this is the case, could you try editing remote/lib/Clutch.class.php and replacing the lines
Code: Select all
$Encryption = $this->M->GetEncryption();
$Result['encryption'] = $Encryption[1];
Code: Select all
$Result['encryption'] = 0;
I mention it because I had this problem running the daemon from the ubuntu transmission-cli package, & I'm curious how many people are affected by this.
clutch talking to transmission
Hi Davos,
I was running it at one point, but then when I upgraded Clutch it "forced" me to have it talk to Transmission. I am guessing something got lost there, and now it is still trying to talk to the daemon (which is not downloading anything). I am on OSX, and have no idea how to edit what you asked me to (sorry). Is there any path you can give me or any other test I can perform?I tried seeing if the daemon was running, but have no idea what the process is called... Thanks in advance.
I was running it at one point, but then when I upgraded Clutch it "forced" me to have it talk to Transmission. I am guessing something got lost there, and now it is still trying to talk to the daemon (which is not downloading anything). I am on OSX, and have no idea how to edit what you asked me to (sorry). Is there any path you can give me or any other test I can perform?I tried seeing if the daemon was running, but have no idea what the process is called... Thanks in advance.
patchanka, see if you can find out what's in
If you're using 0.4 on OS X it should be something like
Code: Select all
/Applications/Clutch.app/Contents/Resources/binary/web/remote/data/socket.txt
Code: Select all
/Users/YOUR_USER_NAME/Library/Application Support/Transmission/socket
Last edited by davos on Wed Feb 06, 2008 12:24 pm, edited 1 time in total.