dr.botzo/BUGS

12 lines
660 B
Plaintext
Raw Normal View History

dr.botzo --- BUGS
2011-01-07 17:23:15 -06:00
* being in #chan and telling the bot to !part #chan is a crash if it can't message
#chan after it leaves
2011-01-07 23:05:06 -06:00
* Countdown formatting has singular nouns for negative numbers (-21 day)
* probably many, many more
* possible to have not well-formed XML in pywapi.get_weather_from_google:
xml.parsers.expat.ExpatError: not well-formed (invalid token)
2011-01-19 20:59:24 -06:00
* get_db() in Module is not thread-aware, threads other than the main bot thread
cannot call it (see Twitter.py)
ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 1 and this is thread id 2