Custom Query (2447 matches)
Results (400 - 402 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2759 | Invalid | YaRSS2 fails to download torrents when using https | ||
Description |
No torrents show up under the matching tab when making a subscription, and the error <urlopen error [Errno 1] _ssl.c:490: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error> appears at the bottom of the screen. If I change the feed url to http, torrents appear in the subscription but it will still try to use https for the individual items and fail to download them, giving the same error in the message log. I tried adding the only cookie the site gives in settings, but it doesn't change anything. |
|||
#2758 | Fixed | [win32] bbfreeze include _cffi_backend module | ||
Description |
bbfreeze with recent updates doesnt pick up the _cffi_backend module. |
|||
#2757 | Fixed | Error creating torrent with french translation | ||
Description |
From forum post: Traceback (most recent call last): File "deluge\ui\gtkui\createtorrentdialog.py", line 166, in _on_button_file_clicked File "deluge\ui\gtkui\createtorrentdialog.py", line 134, in adjust_piece_size File "deluge\ui\gtkui\createtorrentdialog.py", line 119, in parse_piece_size_text ValueError: invalid literal for int() with base 10: '32\xc2' Traceback (most recent call last): File "deluge\ui\gtkui\createtorrentdialog.py", line 307, in _on_button_save_clicked File "deluge\ui\gtkui\createtorrentdialog.py", line 119, in parse_piece_size_text ValueError: invalid literal for int() with base 10: '16\xc2'
The problem is that |