Custom Query (2447 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (130 - 132 of 2447)

Ticket Resolution Summary Owner Reporter
#292 Fixed clicking the tray icon fails to restore the main window andar danii
Description

Deluge 0.6.0.0r3270 when you enable "Start in tray" the next time you restart deluge, when you click the tray icon to restore the window it fails with:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/systemtray.py", line 249, in on_tray_clicked
    self.window.present()
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/mainwindow.py", line 99, in present
    self.config["window_x_pos"] = self.window_x_pos
AttributeError: MainWindow instance has no attribute 'window_x_pos'

right clicking the tray icon and selecting "Show Deluge" fails with:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/systemtray.py", line 267, in on_menuitem_show_deluge_activate
    self.window.present()
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/mainwindow.py", line 99, in present
    self.config["window_x_pos"] = self.window_x_pos
AttributeError: MainWindow instance has no attribute 'window_x_pos'
#293 Fixed add torrent broken andar danii
Description

Deluge 0.6.0.0r3270

adding a new torrent fails with:

[DEBUG   ] 17:54:05 client:204 Attempting to add torrent files: ['/mnt/series/temp/b174.torrent']
[WARNING ] 17:54:05 client:100 Could not contact daemon: <Fault 1: "exceptions.AttributeError:Torrent instance has no attribute 'stop_ratio'">
[INFO    ] 17:54:05 client:110 Setting core uri as None
[DEBUG   ] 17:54:05 component:137 Stopping component SystemTray..
[DEBUG   ] 17:54:05 component:137 Stopping component PluginManager..
[DEBUG   ] 17:54:05 component:137 Stopping component Preferences..
[DEBUG   ] 17:54:05 component:137 Stopping component DbusInterface..
[DEBUG   ] 17:54:05 component:137 Stopping component StatusBar..
[DEBUG   ] 17:54:05 component:137 Stopping component AddTorrentDialog..
[DEBUG   ] 17:54:05 component:137 Stopping component ConnectionManager..
[DEBUG   ] 17:54:05 component:137 Stopping component TorrentView..
[DEBUG   ] 17:54:05 component:137 Stopping component Signals..
[DEBUG   ] 17:54:05 signalreceiver:72 Unable to deregister client from server: 'The core proxy is invalid.'
[DEBUG   ] 17:54:05 signalreceiver:74 Shutting down signalreceiver
[DEBUG   ] 17:54:05 signalreceiver:77 Joining listening thread..
[DEBUG   ] 17:54:05 component:137 Stopping component TorrentDetails..
[DEBUG   ] 17:54:05 configmanager:88 Getting config 'gtkui.conf'
[DEBUG   ] 17:54:05 files_tab:201 Saving FilesTab state file: files_tab.state
[DEBUG   ] 17:54:05 configmanager:88 Getting config 'gtkui.conf'
[DEBUG   ] 17:54:05 peers_tab:161 Saving FilesTab state file: peers_tab.state
[DEBUG   ] 17:54:05 configmanager:88 Getting config 'gtkui.conf'
[DEBUG   ] 17:54:05 torrentdetails:289 Saving TorrentDetails state file: tabs.state
[DEBUG   ] 17:54:05 component:137 Stopping component CoreConfig..
[DEBUG   ] 17:54:05 component:137 Stopping component SideBar..
[DEBUG   ] 17:54:05 component:137 Stopping component QueuedTorrents..
[DEBUG   ] 17:54:05 component:137 Stopping component MainWindow..
[DEBUG   ] 17:54:05 component:137 Stopping component ToolBar..
[DEBUG   ] 17:54:05 component:137 Stopping component MenuBar..

this is with a clean config

#294 Fixed Error when deleting "auto-download" torrent markybob baptiste33@gmail.com
Description

Version is 0.5.9.3 I've accidentaly deleted my "auto download" folder and now deluge doesn't want to start

lafontaine@lafontaine-desktop:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
save uploaded memory
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin TorrentNotification
Initialising plugin Search
Initialising plugin TorrentCreator
Initialising plugin NetworkGraph
Initialising plugin MoveTorrent
Initialising plugin EventLogging
Initialising plugin Scheduler
Initialising plugin TorrentPeers
Initialising plugin BlocklistImport
Initialising plugin DesiredRatio
Initialising plugin WebSeed
Initialising plugin TorrentFiles
Initialising plugin WebUi
Initialising plugin FlexRSS
Initialising plugin SpeedLimiter
Initialising plugin NetworkHealth
Applying preferences
Showing window
Traceback (most recent call last):
  File "/usr/bin/deluge", line 132, in <module>
    start_deluge()
  File "/usr/bin/deluge", line 116, in start_deluge
    interface.start(get_cmd_line_torrents())
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 1034, in start
    self.update()
  File "/var/lib/python-support/python2.5/deluge/interface.py", line 1101, in update
    for filename in os.listdir(self.config.get("default_autoload_path")):
OSError: [Errno 2] Aucun fichier ou dossier de ce type: '<Here is my auto download folder>'

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.