Ticket #223 (closed defect: fixed)
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'

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