Errors with Deluge enabling & disabling Event Logging

General support for problems installing or using Deluge
Post Reply
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Errors with Deluge enabling & disabling Event Logging

Post by shirish »

Hi all,
There is now considerable delay while shutting down deluge. This is with svn 1226. I also enabled & disabled Event Logging & I have a crash dialog box but it doesn't crash. Here's the output as it comes on the CLI. Maybe it provides some clue.

Code: Select all

shirish@Mugglewille:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin DesiredRatio
Initialising plugin FlexRSS
Initialising plugin TorrentCreator
Initialising plugin FirstLast
Initialising plugin EventLogging
Initialising plugin TorrentSearch
Initialising plugin SpeedLimiter
Initialising plugin Scheduler
Initialising plugin TorrentNotification
Initialising plugin BlocklistImport
Initialising plugin RSS
Initialising plugin TorrentPieces
Initialising plugin NetworkGraph
Initialising plugin NetworkHealth
Applying preferences
Showing window
Loading blocklist plugin ...
importing with gzmule
GZMuleReader loading /home/shirish/.config/deluge/blocklist.cache
MuleReader loading
TextBase loading
Starting import
Import finished
Loading LogEvents plugin...
Loading LogEvents plugin...
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 833, in update
    self.manager.handle_events()
  File "/usr/lib/python2.5/site-packages/deluge/core.py", line 587, in handle_events
    callback(event)
  File "/usr/share/deluge/plugins/EventLogging/tab_log.py", line 189, in handle_event
    self.vbox.pack_start(label, expand=False)
AttributeError: 'NoneType' object has no attribute 'pack_start''
If possible would like to do that python memory checking stuff we did some way back. Andar, markybob anyone ?
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Errors with Deluge enabling & disabling Event Logging

Post by markybob »

shirish wrote:Hi all,
There is now considerable delay while shutting down deluge. This is with svn 1226. I also enabled & disabled Event Logging & I have a crash dialog box but it doesn't crash. Here's the output as it comes on the CLI. Maybe it provides some clue.

Code: Select all

shirish@Mugglewille:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin DesiredRatio
Initialising plugin FlexRSS
Initialising plugin TorrentCreator
Initialising plugin FirstLast
Initialising plugin EventLogging
Initialising plugin TorrentSearch
Initialising plugin SpeedLimiter
Initialising plugin Scheduler
Initialising plugin TorrentNotification
Initialising plugin BlocklistImport
Initialising plugin RSS
Initialising plugin TorrentPieces
Initialising plugin NetworkGraph
Initialising plugin NetworkHealth
Applying preferences
Showing window
Loading blocklist plugin ...
importing with gzmule
GZMuleReader loading /home/shirish/.config/deluge/blocklist.cache
MuleReader loading
TextBase loading
Starting import
Import finished
Loading LogEvents plugin...
Loading LogEvents plugin...
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/deluge/interface.py", line 833, in update
    self.manager.handle_events()
  File "/usr/lib/python2.5/site-packages/deluge/core.py", line 587, in handle_events
    callback(event)
  File "/usr/share/deluge/plugins/EventLogging/tab_log.py", line 189, in handle_event
    self.vbox.pack_start(label, expand=False)
AttributeError: 'NoneType' object has no attribute 'pack_start''
If possible would like to do that python memory checking stuff we did some way back. Andar, markybob anyone ?
hrm. i'll take a look. it's only slower than normal shutting down when the event plugin is enabled?
Post Reply