Custom Query (2449 matches)
Results (529 - 531 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2425 | Fixed | Invalid shortkey in french translation | ||
| Description |
There is a small typo in the French translation which has an unwanted space between the '_' for keyboard shortcut and the actual letter of the word. |
|||
| #2419 | WorksForMe | Deluge freezes upon adding magnets or torrent files | ||
| Description |
As soon as I click the "Add" button for a torrent/magnet, Deluge completely locks up, both the window and the tray icon. I waited for something like 5 minutes for a response. The deluge process had to be killed with kill -9 before I could re-launch the apllication. I tried a few different torrents/magnets and always got the same result. Sorry it's not much info, but I couldn't find any bug reporting outlines on the wiki. I suppose I could attempt a backtrace if that would be helpful. The only output I get on the command line is this: /usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::sm-connect after class was initialised
self.gnome_prog = gnome.init("Deluge", deluge.common.get_version())
/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised
self.gnome_prog = gnome.init("Deluge", deluge.common.get_version())
/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::display after class was initialised
self.gnome_prog = gnome.init("Deluge", deluge.common.get_version())
/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/gtkui.py:180: Warning: Attempt to add property GnomeProgram::default-icon after class was initialised
self.gnome_prog = gnome.init("Deluge", deluge.common.get_version())
Some system/version info: Linux Mint 16 Petra \n \l
Linux persephone 3.11.10-db #1 SMP PREEMPT Sat Feb 8 07:59:43 EST 2014 x86_64 x86_64 x86_64 GNU/Linux
deluge:
Installed: 1.3.6-0ubuntu2
Candidate: 1.3.6-0ubuntu2
Version table:
*** 1.3.6-0ubuntu2 0
500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages
100 /var/lib/dpkg/status
python-libtorrent:
Installed: 0.16.11-1ubuntu1
Candidate: 0.16.11-1ubuntu1
Version table:
*** 0.16.11-1ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ saucy/universe amd64 Packages
100 /var/lib/dpkg/status
|
|||
| #2418 | Fixed | WebUI error adding non-ascii torrent file | ||
| Description |
[ERROR ] 00:47:56 json_api:271 'utf8' codec can't decode byte 0xc9 in position 2: invalid continuation byte
Traceback (most recent call last):
File "/home/ubuntu/deluge.git/deluge/ui/web/json_api.py", line 293, in render
d = self._on_json_request(request)
File "/home/ubuntu/deluge.git/deluge/ui/web/json_api.py", line 265, in _on_json_request
return self._send_response(request, response)
File "/home/ubuntu/deluge.git/deluge/ui/web/json_api.py", line 276, in _send_response
response = json.dumps(response)
File "/usr/lib/python2.7/json/__init__.py", line 231, in dumps
return _default_encoder.encode(obj)
File "/usr/lib/python2.7/json/encoder.py", line 201, in encode
chunks = self.iterencode(o, _one_shot=True)
File "/usr/lib/python2.7/json/encoder.py", line 264, in iterencode
return _iterencode(o, 0)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc9 in position 2: invalid continuation byte
|
|||
