BUGS: document twitter bug to fix when i'm not lazy

This commit is contained in:
Brian S. Stephan 2012-12-21 11:20:30 -06:00
parent fe2358462a
commit 5ca200900f
1 changed files with 9 additions and 0 deletions

9
BUGS
View File

@ -12,3 +12,12 @@ dr.botzo --- BUGS
f.x., saying (this text will be replaced with a trigger)++ will cause (replacement)++
to be seen by the karma module. fix: pass along the original text as an argument
to modules, and/or have karma look in the events structure for the original text
* this twitter derp:
Unhandled exception in thread started by <bound method Twitter.thread_do of
<modules.Twitter.Twitter object at 0x151ee98c>>
Traceback (most recent call last):
File "/home/bss/bin/dr.botzo/dr.botzo/modules/Twitter.py", line 316, in thread_do
self._check_self_timeline()
File "/home/bss/bin/dr.botzo/dr.botzo/modules/Twitter.py", line 349, in _check_self_timeline
new_since_id = self._get_latest_tweet_id(tweets, new_since_id)
UnboundLocalError: local variable 'new_since_id' referenced before assignment