no torrents in clutch

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Arth Vader
Posts: 15
Joined: Fri Feb 02, 2007 12:10 am
Location: New Hampshire

no torrents in clutch

Post by Arth Vader »

for some reason, the clutch UI comes up, but none of my torrents in transmission show up.

->transmission 1.03 & clutch 0.3
davos
Web Interface Developer
Posts: 112
Joined: Mon May 07, 2007 3:36 am
Location: Tokyo, Japan

Post by davos »

Hi Arth Vader, are you running the linux GUI version by any chance?
Arth Vader
Posts: 15
Joined: Fri Feb 02, 2007 12:10 am
Location: New Hampshire

Post by Arth Vader »

nope, OS X 10.5.1
Gimp
Web Interface Developer
Posts: 257
Joined: Mon Mar 12, 2007 3:49 am
Location: BC, Canada

Post by Gimp »

Are you trying to view it using safari? Try firefox...

I had been having some issues with safari and the latest clutch, but I thought it was an isolated issue.
Scrotch
Posts: 4
Joined: Thu Jan 31, 2008 7:50 pm

Post by Scrotch »

Same problem here. Mac OS X 10.5.1 with Transmission 1.03 and Clutch 0.3. No torrents are showing up (there are 129 in Transmission).

In Safari it looks like the page has loaded but it is still waiting (completed 68 of 70 items). Same in Firefox.
Arth Vader
Posts: 15
Joined: Fri Feb 02, 2007 12:10 am
Location: New Hampshire

Post by Arth Vader »

well, it does show up in firefox, but some of my torrents don't have the same completion as in transmission. i have some at 100% completion, but the show up as low as 21%
Gimp
Web Interface Developer
Posts: 257
Joined: Mon Mar 12, 2007 3:49 am
Location: BC, Canada

Post by Gimp »

the completion levels are a bit messed up in the latest clutch. we're working on fixing it.
Arth Vader
Posts: 15
Joined: Fri Feb 02, 2007 12:10 am
Location: New Hampshire

Post by Arth Vader »

well, the progress bars are fixed, but safari's still not working. no big deal though, i use firefox at school to check my progress.

awesome job Clutch team!
Gimp
Web Interface Developer
Posts: 257
Joined: Mon Mar 12, 2007 3:49 am
Location: BC, Canada

Post by Gimp »

are you using Safari Adblock? If yes, try disabling it. we've had reports that its blocking clutch from working.
Arth Vader
Posts: 15
Joined: Fri Feb 02, 2007 12:10 am
Location: New Hampshire

Post by Arth Vader »

wow, you guys just keep solving every problem i can throw at you!
patchanka
Posts: 14
Joined: Sun Feb 03, 2008 5:44 am

Not working on Firefox for me either

Post by patchanka »

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!
davos
Web Interface Developer
Posts: 112
Joined: Mon May 07, 2007 3:36 am
Location: Tokyo, Japan

Post by davos »

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

Code: Select all

$Encryption                  = $this->M->GetEncryption();
$Result['encryption']        = $Encryption[1];	
with

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.
patchanka
Posts: 14
Joined: Sun Feb 03, 2008 5:44 am

clutch talking to transmission

Post by patchanka »

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.
davos
Web Interface Developer
Posts: 112
Joined: Mon May 07, 2007 3:36 am
Location: Tokyo, Japan

Post by davos »

patchanka, see if you can find out what's in

Code: Select all

/Applications/Clutch.app/Contents/Resources/binary/web/remote/data/socket.txt
If you're using 0.4 on OS X it should be something like

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.
patchanka
Posts: 14
Joined: Sun Feb 03, 2008 5:44 am

Post by patchanka »

That is what is listed there. While looking for this, I did find the Clutch.class.php file and changed the encryption to false. Still, no dice... Any other thoughts? Thanks!
Post Reply