Custom Query (2449 matches)
Results (253 - 255 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #475 | Fixed | 1.0.5, crash on init, unicode folder name | ||
| Description |
I used to have a previous version (some older RC, IIRC), and i upgraded to RC8 (using the ubuntu intrepid .deb) And now I can no longer run the program. I investigated a bit: it seems that's it's the daemon that doesn't start. so I ran it with "-d", and I got this log: [DEBUG ] 21:47:00 torrentmanager:310 options: {'max_download_speed_per_torrent': -1.0, 'add_paused': False, 'prioritize_first_last_pieces': True, 'max_upload_speed_per_torrent': -1.0, 'auto_managed': True, 'max_connections_per_torrent': -1, 'download_location': u'/home/xavier/Vid\xe9os', 'file_priorities': [1, 1], 'compact_allocation': False, 'max_upload_slots_per_torrent': -1}
Traceback (most recent call last):
File "/usr/bin/deluged", line 8, in <module>
load_entry_point('deluge==0.9.08', 'console_scripts', 'deluged')()
File "/var/lib/python-support/python2.5/deluge/main.py", line 169, in start_daemon
Daemon(options, args)
File "/var/lib/python-support/python2.5/deluge/core/daemon.py", line 52, in __init__
self.core = Core(options.port).run()
File "/var/lib/python-support/python2.5/deluge/core/core.py", line 297, in run
component.start()
File "/var/lib/python-support/python2.5/deluge/component.py", line 194, in start
_ComponentRegistry.start()
File "/var/lib/python-support/python2.5/deluge/component.py", line 114, in start
self.start_component(component)
File "/var/lib/python-support/python2.5/deluge/component.py", line 121, in start_component
self.start_component(depend)
File "/var/lib/python-support/python2.5/deluge/component.py", line 126, in start_component
self.components[name].start()
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 167, in start
self.load_state()
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 509, in load_state
self.add(state=torrent_state, save_state=False)
File "/var/lib/python-support/python2.5/deluge/core/torrentmanager.py", line 319, in add
add_torrent_params["save_path"] = str(options["download_location"])
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 16: ordinal not in range(128)
[DEBUG ] 21:47:01 core:910 new_release: 0.9.08
|
|||
| #476 | Invalid | UPNP not sending packets 0.9.08 Ubuntu Hardy | ||
| Description |
Sep 15 00:35:54 ==> Broadcasting search for rootdevice Sep 15 00:35:54 * add mapping [ proto: tcp ext_port: 53334 local_port :53334 ] Sep 15 00:35:54 * add mapping [ proto: udp ext_port: 53334 local_port :53334 ] Sep 15 00:35:55 ==> Broadcasting search for rootdevice Sep 15 00:35:55 ==> Broadcasting search for rootdevice Sep 15 00:35:56 ==> Broadcasting search for rootdevice Sep 15 00:35:57 ==> Broadcasting search for rootdevice Sep 15 00:35:58 ==> Broadcasting search for rootdevice Sep 15 00:36:00 ==> Broadcasting search for rootdevice Sep 15 00:36:01 ==> Broadcasting search for rootdevice Sep 15 00:36:03 ==> Broadcasting search for rootdevice Sep 15 00:36:06 * Got no response in 9 retries. Giving up, disabling UPnP. tcpdump -s0 -n -w /var/tmp/upnp.trc used to watch for packets. Capture shows no multicast packets. |
|||
| #479 | Duplicate | upnp updates on port change - does not add udp or release previous ports RC9 | ||
| Description |
UPNP works properly at startup and requests port open for tcp and udp. Upon changing ports and no restart, upnp requests are sent to add only tcp port. Requests to remove previous ports and to add udp port not sent. See upnp.log file attached. --russ |
|||
