Search found 59 matches

by pjlbyrne
Sun Aug 11, 2019 9:34 am
Forum: Windows OS
Topic: Why is there no Deluge 2.0 exe for Windows
Replies: 49
Views: 49426

Re: Why is there no Deluge 2.0 exe for Windows

Thanks - I needed these instructions! Can't this post be pinned?
by pjlbyrne
Mon Apr 22, 2019 10:37 am
Forum: Support
Topic: [SOLVED] Deluge does not connect to peers on some trackers
Replies: 1
Views: 11327

Re: [SOLVED] Deluge does not connect to peers on some trackers

Ha! I just had the same problem. Thanks for the hint here.

Yes deluge ought to signal somehow that it doesn't have permission.
by pjlbyrne
Sun Apr 07, 2019 7:19 pm
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 517695

Re: Deluge 2.0 Beta 1

Thanks very much Cas. Ticket #3246 created.
by pjlbyrne
Sun Apr 07, 2019 1:19 pm
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 517695

Re: Deluge 2.0 Beta 1

I see this issue has been raised already: https://github.com/aresch/rencode/issues/15 The proposed solution there to 'uninstall the rencode package' doesn't make sense to me, since it is the deluge build script itself that pip-installs rencode. It seems it is the underlying C-implementation of renco...
by pjlbyrne
Sun Apr 07, 2019 1:16 pm
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 517695

Re: Deluge 2.0 Beta 1

I am on develop!

~/repos/deluge $ git branch -a
* develop
remotes/origin/1.3-prefs-proto
remotes/origin/1.3-stable
remotes/origin/HEAD -> origin/develop
remotes/origin/develop
remotes/origin/extjs4-port
remotes/origin/master
by pjlbyrne
Sat Apr 06, 2019 5:56 pm
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 517695

Re: Deluge 2.0 Beta 1

It seems that the C function loads doesn't really accept 'decode_utf8': def _handle_complete_message(self, data): """ Handles a complete message as it is transfered on the network. :param data: a zlib compressed string encoded with rencode. """ try: self.message_receive...
by pjlbyrne
Sat Apr 06, 2019 5:24 pm
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 517695

Re: Deluge 2.0 Beta 1

> 14:47:38.112 [WARNING ][deluge.transfer :136 ] Failed to decompress (25 bytes) and load serialized data with rencode: loads() got an unexpected keyword argument 'decode_utf8' Hi, I am getting this building off master on archlinux. Does anyone know what this is? On the face of it I can't see the pr...
by pjlbyrne
Sun Mar 24, 2019 6:15 pm
Forum: Development
Topic: Deluge 2.0 Beta 1
Replies: 206
Views: 517695

Re: Deluge 2.0 Beta 1

Hi - did you work out what this was please? I am building develop (on archlinux) and get this.

Thanks
by pjlbyrne
Sun Oct 28, 2018 4:31 pm
Forum: Support
Topic: Unable to start deluged: [('SSL routines', 'SSL_CTX_use_certificate', 'ee key too small')]
Replies: 5
Views: 5637

Re: Unable to start deluged: [('SSL routines', 'SSL_CTX_use_certificate', 'ee key too small')]

Oh thanks very much. I actually was on 'develop' - I 'miss-spoke' when I said 'master'!
by pjlbyrne
Sat Oct 27, 2018 4:47 pm
Forum: Support
Topic: Unable to start deluged: [('SSL routines', 'SSL_CTX_use_certificate', 'ee key too small')]
Replies: 5
Views: 5637

Re: Unable to start deluged: [('SSL routines', 'SSL_CTX_use_certificate', 'ee key too small')]

From the thread 'Deluge daemon fails to start with rpcserver error' I got the idea of backing up & recreating-as-empty my .config/deluge/ssl directory. deluged starts OK now.

An explanation would still be welcome. The old and new cert files appear to be the same size....