This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I always get this LUA error, when i try to get whisper responses. MagicDKP r227, ruRU client.
Date: 2010-10-25 20:22:24ID: 3Error occured in: GlobalCount: 1Message: SendChatMessage(): Chat message must be UTF-8 textDebug: (tail call): ? [C]: ? [C]: SendChatMessage() MagicDKP\MagicDKP.lua:1877: SendChatMessage() MagicDKP_Database\Database.lua:608: SendChatMessage() MagicDKP_Database\Database.lua:424: WhisperPlayerData() MagicDKP_Database\Database.lua:376: ?() ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147 [string "safecall Dispatcher[16]"]:4: [string "safecall Dispatcher[16]"]:4 [C]: ? [string "safecall Dispatcher[16]"]:13: ?() ...Ons\Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire() Ace3\AceEvent-3.0\AceEvent-3.0.lua:120: Ace3\AceEvent-3.0\AceEvent-3.0.lua:119
Thanks. I'll take a look.
Hmm somehow the text is corrupted. Not sure what could cause this since there's no additional information. if you want to help me debug this, replace the method in MagicDKP_Database/Database.lua with this code and send me the output from the chat frame (preferredly using cut and paste rather than a screenshot).
function module:SendChatMessage(message, ...) print("SendChatMessageDebug", message, ...) pastWhispers[message] = time() mod:SendChatMessage(message, ...) module:cleanupPastWhispers() end
To post a comment, please login or register a new account.