Search found 28 matches

by fagga
Sat Jan 16, 2010 6:28 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

Not sure why you post this here, but maybe the file is corrupt. Try verifying the torrent.
by fagga
Mon Jun 08, 2009 12:14 pm
Forum: Requests
Topic: Availability of pieces
Replies: 0
Views: 1414

Availability of pieces

I really like the 'pieces' bitfield in the rpc, and I'm having the idea of not just showing if a certain piece is downloaded or not, but also to show how available it is in the swarm. This could be the number of peers who are offering this piece, but it could also be something more abstract, like a ...
by fagga
Thu May 14, 2009 1:35 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

Whoops. Sorry for asking stupid questions. And thanks for the fast response.
by fagga
Thu May 14, 2009 12:02 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

I just upgraded to 1.61 and tried to adjust trcli, but I get a HTTP error: 409 - Conflict. I couldn't find any documentation about this. Any clues?
by fagga
Sun Apr 26, 2009 11:09 am
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

Should features not be added?
Yes, they should. As I said, I completely understand that a protocol cannot stay the same while the software is evolving.

Don't worry about supporting older versions, then. Users will accept being told "you need to upgrade" a lot easier than they will being told ...
by fagga
Sat Apr 25, 2009 11:26 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

I think you're overreacting. There's only been one set of incompatible changes to the RPC spec, and that's from 1.52 to 1.60. As you're probably aware, the reason "uploadLimitMode" was changed was to keep in sync with 1.60's new features.
Yes, maybe I am overreacting a little. Currently there are ...
by fagga
Sat Apr 25, 2009 12:31 am
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

According to the rpc specs "uploadLimitMode" is removed from the protocol in version 1.60. Maybe the Ubuntu 1.51-package features patches from this version, at least I don't have a better explanation.

The main problem are the ongoing changes in the rpc protocol which transmission-remote-cli wasn't ...
by fagga
Thu Mar 05, 2009 12:38 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

Sorry for the delay, the e-mail notification doesn't work or I'm too stupid to use it.

You error message doesn't have to do anything with libraries, it is caused by a protocol change from transmission 1.40 to 1.50.
Concidentally, I just fixed this bug, so it should work now.
by fagga
Wed Dec 03, 2008 2:11 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

I still don't know how you got this error message. I just created 300 torrents and added them all, but everything was fine. Except a really high cpu load, but transmission-remote-cli was still usable.
I'm sorry, but if I cannot reproduce your error, I cannot fix it.
by fagga
Sat Nov 29, 2008 1:07 am
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

That's a strange error. And you have over 237 torrents! For some reason, the response from the daemon breaks in the middle and a new response is started.
Anyway, I don't have any idea what could cause this. At the moment, I think the bug must be either in transmission-daemon or in some Python module ...
by fagga
Fri Nov 28, 2008 4:51 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

Ok, thank you. I'm gonna remove the (few) lines regarding webseeds until this is working.
by fagga
Fri Nov 28, 2008 12:43 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

Hello again.

I have yet another question: How am I supposed to handle webseeds? I created a test torrent, but the webseed list from the daemon is always empty. Here is a sample request:

{
'tag': 77,
'method': 'torrent-get',
'arguments': {
'fields': [..., 'webseeds', ...],
'ids': 23 ...
by fagga
Sun Nov 23, 2008 6:21 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

I would answer that, but I'm currently too busy wishing that the curses interface had activity filtering... :wink:
As I'm totally open for being blackmailed, I just implemented your filter list. :)
No, I actually had second thoughts about it and found that it's a quite trivial thing to do. At ...
by fagga
Sat Nov 22, 2008 6:44 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

Sorry for not answering, for some reason I didn't get a notification email. (?)

I just had to pop in and say "thanks". This is exactly what I need to run transmission off my headless home server.
The latest version is running very well for me. In fact it's quickly becoming my remote viewing ...
by fagga
Thu Nov 13, 2008 2:56 pm
Forum: General
Topic: First release of curses interface
Replies: 51
Views: 52958

Re: First release of curses interface

Thanks for your fast reply. libtransmission.h answers this question and some I'm gonna have in the future.