Ticket #200 (closed defect: fixed)

Opened 19 months ago

Last modified 12 months ago

Qwitter Not Automatically Updating Buffers Correctly

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

Description

In Qwitter (the HG tip, rev.1478), buffers do not update correctly. I get this error in my qwitter.log file once for each buffer:

Wednesday 21 July 2010 11:52:14 ERROR core.buffers.updating Twitter: Error during update process in buffer [buffer_name] Traceback (most recent call last):

File "C:\Qwitter\src\session\buffers\buffers\updating.py", line 66, in update

incoming = self.retrieve_update()

File "C:\Qwitter\src\session\twitter\buffers\directs.py", line 20, in retrieve_update

return self.paged_update(update_function=self.session.TwitterApi?.direct_messages, since_id=self.get_max_twitter_id())

AttributeError?: 'Twitter' object has no attribute 'TwitterApi?'

Change History

comment:1 Changed 18 months ago by Q

  • Priority changed from critical to medium
  • Status changed from new to closed
  • Resolution set to fixed

Hllf has taken care of this with a clean event-based mechanism.

comment:2 Changed 12 months ago by Q

  • Milestone 4.1 deleted

Milestone 4.1 deleted

Note: See TracTickets for help on using tickets.