Custom Query (2447 matches)
Results (205 - 207 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3198 | Duplicate | SSL error | ||
Description |
Hi! I got this when i started deluged demon: [ERROR ] 21:54:28 config:390 No JSON object could be decoded Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/config.py", line 388, in load self.__config.update(json.loads(data[start:end])) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded [ERROR ] 21:54:28 rpcserver:378 [('SSL routines', 'SSL_CTX_use_certificate', 'ee key too small')]
deluged: 1.3.15 |
|||
#3201 | Fixed | Create Windows package (Py3-GTK3) | ||
Description |
With the move to a GTK3 UI we need a way to easily create the Windows package. I am not sure what the best route is going to be but we need something that can always get the latest versions of GTK3 as we had to use outdated PyGTK versions as no other builds existed. It would be good to drop the usage of MSVC and go with msys2 but there are hurdles to doing that with regards to Twisted and pywin32 (see #3181). These are the steps for another GTK3 project building with msys2: https://www.gramps-project.org/wiki/index.php/Gramps_for_Windows_with_MSYS2 Alternatively we continue with MSVC and roll our own GTK3 builds: https://github.com/wingtk/gvsbuild We will also need to move from bbfreeze to most likely pyinstaller but that is further down the road: Freezing comparison Help or suggestions with this would be appreciated as primary development is on Ubuntu. |
|||
#3202 | Fixed | Website download link error | ||
Description |
https://dev.deluge-torrent.org/Download gives the below error Error: Not Found No handler matched request to /Download |