Search found 9 matches

by belegnar
Sun Aug 14, 2011 4:26 pm
Forum: Development
Topic: Availability of "open file" menu
Replies: 0
Views: 1245

Availability of "open file" menu

It will be greate, if deluge client gets full file paths from remote server and shows menu item "open file" if file is available in the same path.
It will be very usefull under *nix when file storage is mounted to the same point on many machines.
by belegnar
Fri Aug 12, 2011 3:04 pm
Forum: Support
Topic: Can't get file list and other stuff from remote deluge
Replies: 12
Views: 6971

Re: Can't get file list and other stuff from remote deluge

data consits of all torrents available, about 3Mb of data, about two hundreds of torrents. And i can't clarify wich of them brings error.
I just saw the error in pdb. Maybe it is possible to reorganize module logic in a way, when data processed by parts, a part for a torrent, for example.
by belegnar
Fri Aug 12, 2011 1:38 pm
Forum: Support
Topic: Can't get file list and other stuff from remote deluge
Replies: 12
Views: 6971

Re: Can't get file list and other stuff from remote deluge

This code in client.py dobj = zlib.decompressobj() try: request = rencode.loads(dobj.decompress(data)) except Exception, e: #log.debug("Received possible invalid message (%r): %s", data, e) raises UnicodeEncodeError I can't provide full error message because, when uncommented, it puts abou...
by belegnar
Fri Aug 12, 2011 12:58 pm
Forum: Support
Topic: Can't get file list and other stuff from remote deluge
Replies: 12
Views: 6971

Re: Can't get file list and other stuff from remote deluge

I can't understand, why this exception isn't raised in debug mode
Shurely it may contain more particular information then now
by belegnar
Sun Aug 07, 2011 11:00 pm
Forum: Support
Topic: Can't get file list and other stuff from remote deluge
Replies: 12
Views: 6971

Re: Can't get file list and other stuff from remote deluge

The problem was in UnicodeEncodeError in deluge/ui/client.py dataRecieved()
by belegnar
Sun Jul 24, 2011 1:57 pm
Forum: Support
Topic: Can't get file list and other stuff from remote deluge
Replies: 12
Views: 6971

Re: Can't get file list and other stuff from remote deluge

I've tried clean config and local connection Client connects local daemon and everything seems to work fine. Nothing changed with clean config - client connects, but doesn't work properly. Could you point me to the piece of code where recieved data is unpacked? I'll try to explore source code and pr...
by belegnar
Mon Jul 18, 2011 6:43 pm
Forum: Support
Topic: Can't get file list and other stuff from remote deluge
Replies: 12
Views: 6971

Re: Can't get file list and other stuff from remote deluge

Remote server on deluged 1.3.2 Local client on 1.3.2 I connect local client to the remote deluged. It connects, but no information about files and speed available in client window. This is terminal log from client. $ deluge -L debug [INFO ] 22:36:31 main:114 Deluge ui 1.3.2 [DEBUG ] 22:36:31 main:11...
by belegnar
Mon Jul 18, 2011 4:50 pm
Forum: Support
Topic: Can't get file list and other stuff from remote deluge
Replies: 12
Views: 6971

Re: Can't get file list and other stuff from remote deluge

already done, but nothing changed
by belegnar
Sun Jul 17, 2011 7:55 pm
Forum: Support
Topic: Can't get file list and other stuff from remote deluge
Replies: 12
Views: 6971

Can't get file list and other stuff from remote deluge

Version 1.3.0, remote version is 1.3.1 List of files is empty after connect, connection information unavailable either. When running localy in debug mode i can see a lot of information comes from remote server, but local client doesn't show it. Local client running on linux mint 10 (based on ubuntu ...