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

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