Custom Query (2447 matches)
Results (469 - 471 of 2447)
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. |
|||
#477 | Fixed | (1.0.0._rc9) freeze after start | ||
Description |
(1.0.0._rc9) freeze after start i update deluge from rc8, and it freeze when worked and i can't start again slav0nic@sl:~$ deluge [INFO ] 02:25:56 main:93 Deluge ui 0.9.09 [DEBUG ] 02:25:56 main:94 options: {'config': None, 'logfile': None, 'ui': None} [DEBUG ] 02:25:56 main:95 args: [] [DEBUG ] 02:25:56 configmanager:44 ConfigManager started.. [INFO ] 02:25:56 main:98 Starting ui.. [DEBUG ] 02:25:56 ui:44 UI init.. [DEBUG ] 02:25:56 configmanager:88 Getting config 'ui.conf' [DEBUG ] 02:25:56 config:47 Config created with filename: ui.conf [DEBUG ] 02:25:56 config:48 Config defaults: {'default_ui': 'gtk'} [INFO ] 02:25:56 ui:60 Starting GtkUI.. [DEBUG ] 02:25:56 client:54 CoreProxy init.. [DEBUG ] 02:25:56 configmanager:69 get_config_dir: /home/slav0nic/.config/deluge [DEBUG ] 02:25:56 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:56 config:47 Config created with filename: gtkui.conf [DEBUG ] 02:25:56 config:48 Config defaults: {'autoadd_queued': False, 'close_to_tray': True, 'window_width': 640, 'default_load_path': None, 'window_y_pos': 0, 'classic_mode': True, 'window_pane_position': -1, 'enabled_plugins': [], 'show_connection_manager_on_start': True, 'show_statusbar': True, 'autoadd_enable': False, 'tray_download_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'autoconnect_host_uri': None, 'window_maximized': False, 'enable_system_tray': True, 'show_sidebar': True, 'window_x_pos': 0, 'window_height': 480, 'lock_tray': False, 'connection_limit_list': [50, 100, 200, 300, 500], 'tray_password': '', 'focus_add_dialog': True, 'show_new_releases': True, 'start_in_tray': False, 'autoconnect': False, 'choose_directory_dialog_path': '/home/slav0nic', 'check_new_releases': True, 'autostart_localhost': False, 'show_toolbar': True, 'autoadd_location': '', 'config_location': '/home/slav0nic/.config/deluge', 'tray_upload_speed_list': [5.0, 10.0, 30.0, 80.0, 300.0], 'interactive_add': True, 'signal_port': 40000} 0.9.09 [DEBUG ] 02:25:57 gtkui:165 retcode: 0 [DEBUG ] 02:25:57 component:102 Registered QueuedTorrents with ComponentRegistry.. [DEBUG ] 02:25:57 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:57 component:102 Registered IPCInterface with ComponentRegistry.. [DEBUG ] 02:25:57 component:102 Registered DbusInterface with ComponentRegistry.. [DEBUG ] 02:25:57 ipcinterface:83 Processing args from other process: [] [DEBUG ] 02:25:57 ipcinterface:86 Not connected to host.. Adding to queue. [INFO ] 02:25:57 dbusinterface:82 Registering with DBUS.. [DEBUG ] 02:25:57 component:102 Registered MainWindow with ComponentRegistry.. [DEBUG ] 02:25:57 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:57 mainwindow:84 Showing window [DEBUG ] 02:25:57 menubar:49 MenuBar init.. [DEBUG ] 02:25:57 component:102 Registered MenuBar with ComponentRegistry.. [DEBUG ] 02:25:57 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:57 component:102 Registered ToolBar with ComponentRegistry.. [DEBUG ] 02:25:57 toolbar:48 ToolBar Init.. [DEBUG ] 02:25:57 configmanager:88 Getting config 'gtkui.conf' /var/lib/python-support/python2.5/deluge/ui/gtkui/toolbar.py:77: GtkWarning: gtk_menu_attach_to_widget(): menu already attached to GtkImageMenuItem component.get("MenuBar").torrentmenu_glade.get_widget("remove_torrent_menu")) [DEBUG ] 02:25:57 component:102 Registered TorrentView with ComponentRegistry.. [DEBUG ] 02:25:57 listview:124 ListView initialized.. [DEBUG ] 02:25:57 torrentview:110 TorrentView Init.. [DEBUG ] 02:25:57 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:57 listview:193 Loading ListView state file: torrentview.state [DEBUG ] 02:25:57 component:102 Registered TorrentDetails with ComponentRegistry.. [DEBUG ] 02:25:57 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:57 torrentdetails:384 Loading TorrentDetails state file: tabs.state [DEBUG ] 02:25:57 torrentdetails:65 parent: None [DEBUG ] 02:25:57 torrentdetails:65 parent: None [DEBUG ] 02:25:57 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:57 files_tab:216 Loading FilesTab state file: files_tab.state [DEBUG ] 02:25:57 torrentdetails:65 parent: None [DEBUG ] 02:25:57 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:57 peers_tab:176 Loading PeersTab state file: peers_tab.state [DEBUG ] 02:25:57 torrentdetails:65 parent: None [DEBUG ] 02:25:57 torrentdetails:65 parent: None [DEBUG ] 02:25:57 component:102 Registered SideBar with ComponentRegistry.. [DEBUG ] 02:25:57 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:57 component:102 Registered Preferences with ComponentRegistry.. [DEBUG ] 02:25:58 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:58 component:102 Registered SystemTray with ComponentRegistry.. [DEBUG ] 02:25:58 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:58 config:158 Registering function for enable_system_tray key.. [DEBUG ] 02:25:58 systemtray:76 Enabling the system tray icon.. [DEBUG ] 02:25:58 component:102 Registered StatusBar with ComponentRegistry.. [DEBUG ] 02:25:58 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:58 component:102 Registered AddTorrentDialog with ComponentRegistry.. [DEBUG ] 02:25:58 component:102 Registered Signals with ComponentRegistry.. [DEBUG ] 02:25:58 signalreceiver:52 SignalReceiver init.. [DEBUG ] 02:25:58 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:58 config:117 Setting 'signal_port' to 53440 of <type 'int'> [DEBUG ] 02:25:58 coreconfig:40 CoreConfig init.. [DEBUG ] 02:25:58 component:102 Registered CoreConfig with ComponentRegistry.. [DEBUG ] 02:25:58 component:102 Registered PluginManager with ComponentRegistry.. [DEBUG ] 02:25:58 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:58 pluginmanagerbase:48 Plugin manager init.. [DEBUG ] 02:25:58 configmanager:88 Getting config 'gtkui.conf' [DEBUG ] 02:25:58 configmanager:69 get_config_dir: /home/slav0nic/.config/deluge [DEBUG ] 02:25:58 pluginmanagerbase:95 Found plugin: Blocklist 1.0 [DEBUG ] 02:25:58 pluginmanagerbase:95 Found plugin: Label 0.1 [DEBUG ] 02:25:58 component:102 Registered ConnectionManager with ComponentRegistry.. [DEBUG ] 02:25:58 configmanager:88 Getting config 'hostlist.conf' [DEBUG ] 02:25:58 config:47 Config created with filename: hostlist.conf [DEBUG ] 02:25:58 config:48 Config defaults: {'hosts': ['localhost:58846']} [DEBUG ] 02:25:58 configmanager:88 Getting config 'gtkui.conf' [INFO ] 02:25:58 client:112 Setting core uri as http://localhost:58846 [DEBUG ] 02:25:58 client:144 Creating ServerProxy.. [DEBUG ] 02:25:58 component:125 Starting component SystemTray.. [DEBUG ] 02:25:58 component:125 Starting component Signals.. [DEBUG ] 02:25:58 component:125 Starting component PluginManager.. [DEBUG ] 02:25:58 component:125 Starting component Preferences.. [DEBUG ] 02:25:58 component:125 Starting component DbusInterface.. [DEBUG ] 02:25:58 component:125 Starting component StatusBar.. [DEBUG ] 02:25:58 component:125 Starting component AddTorrentDialog.. |