Ticket #10 (closed defect: invalid)
urlcache bug
| Reported by: | wijnand | Owned by: | bart |
|---|---|---|---|
| Priority: | blocker | Milestone: | gozerbot version 0.8 |
| Component: | plugin | Version: | hg |
| Keywords: | Cc: |
Description
An exception is thrown on the console:
[11:13:30] (efnet) cached url http://oink.cd/details.php?id=707308 on #klz
[11:13:30] (ALERT) EXCEPTION !!
Traceback (most recent call last):
File "/home/wijnand/gozerbot/gozerplugs/plugs/url.py", line 45, in urlcb
if not i in state['urls'][botname][channel]:
NameError: global name 'botname' is not defined
This is probably because of improper boundary checks.
Change History
Note: See
TracTickets for help on using
tickets.
