243 - Tidy Plates Error
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using?
6.8.3
Do you have an error log of what happened?
Date: 2013-03-06 12:08:20
ID: -1
Error occured in: Global
Count: 8
Message: ..\AddOns\TidyPlatesWidgets\AuraWidget.lua line 658:
bad argument #2 to 'strsplit' (string expected, got nil)
Debug:
[C]: strsplit()
TidyPlatesWidgets\AuraWidget.lua:658
TidyPlatesWidgets\AuraWidget.lua:624
Locals:
(*temporary) = "-"
(*temporary) = nil
(*temporary) = "string expected, got nil"
AddOns:
Swatter, v4.1.0 (<%codename%>)
NPCScan, v5.0.0.5
NPCScanOverlay, v5.0.0.3
NPCScanOverlayBroker, v1.2.0
AckisRecipeList, v2.4.6
Archy, v1.8.40
AtlasLoot, vv7.05.0
AtlasLootCataclysm, vv7.05.00
AtlasLootClassicWoW, vv7.05.00
AtlasLootCrafting, vv7.05.00
AtlasLootLoader, vv7.05.00
AtlasLootMistsofPandaria, vv7.05.00
Auctionator, v3.1.2
Babylonian, v5.1.DEV.332(/embedded)
Configator, v5.1.DEV.344(/embedded)
DBMCore, v
DBMPandaria, v
DBMPartyMoP, v
Gatherer, v4.1.0
NeedToKnow, v4.0.12
OmniCC, v5.1.3
QuestHubber, v
QuestHubberAzeroth, v
QuestHubberCataclysm, v
QuestHubberDaily, v
QuestHubberNorthrend, v
QuestHubberOutland, v
QuestHubberPandaria, v
Recount, v
Reforgenator, vv2.3
SlideBar, v4.1.0 (<%codename%>)
TidyPlates, v6.8.3 (R561)
TidyPlatesGraphite, v
TidyPlatesGrey, v
TidyPlatesNeon, v
TidyPlatesQuatre, v
TidyPlatesHub, v
TidyPlatesWidgets, v
TomTom, vv50200-1.0.2
WoWDBProfiler, v
BlizRuntimeLib_enUS v5.2.0.50200 <us>
(ck=3f6)
Please provide any additional information below.
- 3 comments
- 3 comments
- Reply
- #3
Leblanco Mar 08, 2013 at 14:43 UTC - 0 likesExactly the same error too.
- Reply
- #2
danltiger Mar 07, 2013 at 13:43 UTC - 1 like@Jitter88: Go
Thanks for the locals, Jitter! Very helpful :-)
The destination unit is baffling... no name, which is causing the error. The GUID tells us that it's a pet (0xF14...), it's destFlags indicate that it's a world object, player controlled, and neutral.
I'm just going to add a simple check to throw out any data that doesn't have a destName. Probably should have done that from the start...
Curseforge Author
Tidy Plates
- Reply
- #1
Jitter88 Mar 07, 2013 at 11:25 UTC - 0 likesGetting this too in battleground. My lua error, maybe the locals provide some help: