Ticket #223 (closed defect: fixed)

Opened 17 months ago

Last modified 12 months ago

lists and other nondefault buffers not loading on startup

Reported by: miahtech Owned by: hllf
Priority: major Milestone:
Component: Twitter Session Version: Mercurial Tip
Keywords: buffers Cc:

Description

The bug of buffers not reloading on startup is back. Here's a traceback that may help, but I'm not sure if it actually covers the problem or not:

Friday 03 September 2010 08:51:41 ERROR core.sessions.buffers.main Unable to initialize an instance of buffer.<class 'session.buffers.buffers.filtered.Filtered'>
Traceback (most recent call last):

File "C:\qwitter source\qwitter\src\session\buffers\main.py", line 50, in register_buffer

new = type(name, session=self, *args, kwargs)

File "C:\qwitter source\qwitter\src\session\buffers\buffers\filtered.py", line 20, in init

data = source.storage

AttributeError?: 'NoneType?' object has no attribute 'storage'

Change History

comment:1 Changed 17 months ago by Q <q@…>

(In [5240b5a07455]) Potential fix to buffers not initializing properly. refs #223

comment:2 Changed 17 months ago by Q

  • Milestone changed from 4.1 to 4.1.1

comment:3 Changed 17 months ago by hllf

  • Status changed from new to closed
  • Resolution set to fixed

This is now fixed.

comment:4 Changed 12 months ago by Q

  • Milestone 4.1.1 deleted

Milestone 4.1.1 deleted

Note: See TracTickets for help on using tickets.