Tercioo / Details-Damage-Meter

Addon for World of Warcraft, does combat analyzes offering clean visual data for the player
Other
165 stars 117 forks source link

bad argument #3 Details spamming errors. #672

Open Boomberboomber opened 5 months ago

Boomberboomber commented 5 months ago

Getting this error with Details after new patch. Updates did not fix it. It kinda spams the error making details useless atm. Have to disable it. Don't know anything about addons. So i thought i would just help with this info. If anyone got a fix let me know. (like edit a notepad)

Message: bad argument #3 to '?' (outside of expected range 0 to 4294967295 - Usage: local outContinuationToken, (slots) = C_UnitAuras.GetAuraSlots(unitToken [, filter, maxSlots, continuationToken])) Time: Wed Jan 24 15:47:00 2024 Count: 1 Stack: bad argument #3 to '?' (outside of expected range 0 to 4294967295 - Usage: local outContinuationToken, (slots) = C_UnitAuras.GetAuraSlots(unitToken [, filter, maxSlots, continuationToken])) [string "@Interface/FrameXML/AuraUtil.lua"]:83: in function ForEachAura' [string "@Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:744: in function <...ns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua:727> [string "@Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:773: in functionGetPlayerCooldownStatus' [string "@Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:471: in function <...ns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua:470> [string "@Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua"]:695: in function GetPlayerCooldownList' [string "@Interface/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:2271: in functionUpdatePlayerCooldownsLocally' [string "@Interface/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:1019: in function <...face/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua:1006> [string "=[C]"]: in function `xpcall' [string "@Interface/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua"]:529: in function <...face/AddOns/Details/Libs/LibOpenRaid/LibOpenRaid.lua:519>

Locals: unit = "player" filter = "HELPFUL" maxCount = false func = defined @Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua:715 usePackedAura = true continuationToken = nil (temporary) = defined @Interface/FrameXML/AuraUtil.lua:56 (temporary) = "player" (temporary) = "HELPFUL" (temporary) = defined @Interface/AddOns/Details/Libs/LibOpenRaid/GetPlayerInformation.lua:715 (*temporary) = true ForEachAuraHelper = defined @Interface/FrameXML/AuraUtil.lua:56

jlschuncke commented 5 months ago

That's the same error trace as https://github.com/Tercioo/Details-Damage-Meter/issues/667, which appears to have been fixed in the most recent version.