Thread Tools Display Modes
08-01-11, 02:16 PM   #1
morpheusxeno
A Flamescale Wyrmkin
 
morpheusxeno's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 126
Addon broken, quick fix possible?

Message: Interface\AddOns\AIBot\Core.lua:616: bad argument #1 to 'sub' (string expected, got nil)
Time: 08/01/11 13:09:49
Count: 5
Stack: [C]: in function `sub'
Interface\AddOns\AIBot\Core.lua:616: in function `?'
...Bot\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146: in function <...Bot\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:146>
[string "safecall Dispatcher[15]"]:4: in function <[string "safecall Dispatcher[15]"]:4>
[C]: ?
[string "safecall Dispatcher[15]"]:13: in function `?'
...Bot\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:91: in function `Fire'
...face\AddOns\AIBot\Libs\AceEvent-3.0\AceEvent-3.0.lua:70: in function <...face\AddOns\AIBot\Libs\AceEvent-3.0\AceEvent-3.0.lua:69>

Locals: (*temporary) = nil
(*temporary) = 1
(*temporary) = 9
(*temporary) = "string expected, got nil"


The addon can be found at http://www.wowinterface.com/download...379-AIBot.html

The addon is really amazing. I wish I could have it working again.
__________________
My mother-in-law fell down a wishing well. I was amazed; I never knew they worked...
  Reply With Quote
08-02-11, 01:08 AM   #2
Zyonin
Coffee powered Kaldorei
 
Zyonin's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 1,443
Generally it's best to post bug reports in the AddOn's comment section. If you do post a forum post then at least state in the title of the thread which AddOn is the issue as a generic title (like yours) will most like get lost in the background static. Also checking the comment section may reveal whether or not the author is aware of the bug or any possible workarounds.
__________________
Twitter
  Reply With Quote
08-02-11, 12:56 PM   #3
sylvanaar
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 92
Try this and see if it helps...

Change:
Code:
function AIBot:CHAT_MSG_WHISPER()
to

Code:
function AIBot:CHAT_MSG_WHISPER(event, arg1, arg2, arg3, arg4, arg5, arg6)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Addon broken, quick fix possible?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off