Search found 50 matches
- Mon Mar 02, 2020 6:33 am
- Forum: Windows OS
- Topic: Crash when connecting to daemon
- Replies: 9
- Views: 1493
Re: Crash when connecting to daemon
This affects me too, I haven't found a resolution yet.
- Sun Aug 11, 2019 9:34 am
- Forum: Windows OS
- Topic: Why is there no Deluge 2.0 exe for Windows
- Replies: 49
- Views: 21424
Re: Why is there no Deluge 2.0 exe for Windows
Thanks - I needed these instructions! Can't this post be pinned?
- Mon Apr 22, 2019 10:37 am
- Forum: Support
- Topic: [SOLVED] Deluge does not connect to peers on some trackers
- Replies: 1
- Views: 6011
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.
Yes deluge ought to signal somehow that it doesn't have permission.
- Sun Apr 07, 2019 7:19 pm
- Forum: Development
- Topic: Deluge 2.0 Beta 1
- Replies: 206
- Views: 362726
Re: Deluge 2.0 Beta 1
Thanks very much Cas. Ticket #3246 created.
- Sun Apr 07, 2019 1:19 pm
- Forum: Development
- Topic: Deluge 2.0 Beta 1
- Replies: 206
- Views: 362726
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...
- Sun Apr 07, 2019 1:16 pm
- Forum: Development
- Topic: Deluge 2.0 Beta 1
- Replies: 206
- Views: 362726
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
~/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
- Sat Apr 06, 2019 5:56 pm
- Forum: Development
- Topic: Deluge 2.0 Beta 1
- Replies: 206
- Views: 362726
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...
- Sat Apr 06, 2019 5:24 pm
- Forum: Development
- Topic: Deluge 2.0 Beta 1
- Replies: 206
- Views: 362726
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...
- Sun Mar 24, 2019 6:15 pm
- Forum: Development
- Topic: Deluge 2.0 Beta 1
- Replies: 206
- Views: 362726
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
Thanks
- 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: 2667
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'!