Ticket #214 (closed defect: fixed)

Opened 18 months ago

Last modified 12 months ago

Persistent + save search doesn't work

Reported by: timterbeest Owned by: hllf
Priority: medium Milestone:
Component: Twitter Session Version: Mercurial Tip
Keywords: Cc:

Description

When I create a new search and check the 2 checkboxes (persistent search and save search) Qwitter opens no new buffer and the following error appears in the logfile:
donderdag 19 augustus 2010 17:26:00 DEBUG core.sessions.hotkey Twitter: Hotkey detected. executing function TwitterSearch?
donderdag 19 augustus 2010 17:26:48 DEBUG core.sessions.hotkey Twitter: Hotkey detected. executing function TwitterSearch?
donderdag 19 augustus 2010 17:26:55 DEBUG core.sessions.buffers.main Twitter: Registering Search for #saxion_cii
donderdag 19 augustus 2010 17:26:55 ERROR core.sessions.buffers.main Unable to initialize an instance of buffer.<class 'session.twitter.buffers.search.Search'>
Traceback (most recent call last):

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

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

File "D:\Development\qwitter\src\session\twitter\buffers\search.py", line 21, in init

self.saved_id = self.setup_saved_id()

AttributeError?: 'Search' object has no attribute 'setup_saved_id'

Change History

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

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

(In [115b85a0dcad]) Fixed the initialization of saved search buffers. This is still hairy and should be examined, but it at least works now. closes #214

comment:2 Changed 12 months ago by Q

  • Milestone 4.1 deleted

Milestone 4.1 deleted

Note: See TracTickets for help on using tickets.