Ticket #10 (closed defect: invalid)

Opened 18 months ago

Last modified 18 months ago

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

Changed 18 months ago by wijnand

  • status changed from new to closed
  • resolution set to invalid

I accidently removed gozerbot/fleet.py, not a bug.

Note: See TracTickets for help on using tickets.