When I enter arena I get error constantly
Yakrel opened this issue ยท 4 comments
Description
Its happening on arena
Lua error
Message: ...terface/AddOns/ElvUI_ToxiUI/Core/Functions/Color.lua:14: bad argument #2 to 'SetGradient' (Usage: self:SetGradient(orientation, minColor, maxColor))
Time: Mon Apr 22 18:33:20 2024
Count: 8258
Stack: ...terface/AddOns/ElvUI_ToxiUI/Core/Functions/Color.lua:14: bad argument #2 to 'SetGradient' (Usage: self:SetGradient(orientation, minColor, maxColor))
[string "=[C]"]: ?
[string "=[C]"]: in function `SetGradient'
[string "@Interface/AddOns/ElvUI_ToxiUI/Core/Functions/Color.lua"]:14: in function `SetGradient'
[string "@Interface/AddOns/ElvUI_ToxiUI/Modules/Themes/Gradients/Update.lua"]:82: in function `SetGradientColors'
[string "@Interface/AddOns/ElvUI_ToxiUI/Modules/Themes/Gradients/Health.lua"]:58: in function <...Ons/ElvUI_ToxiUI/Modules/Themes/Gradients/Health.lua:42>
[string "=(tail call)"]: ?
[string "=(tail call)"]: ?
[string "@Interface/AddOns/ElvUI_Libraries/Core/oUF/elements/health.lua"]:140: in function <.../AddOns/ElvUI_Libraries/Core/oUF/elements/health.lua:86>
[string "@Interface/AddOns/ElvUI_Libraries/Core/oUF/elements/health.lua"]:152: in function <.../AddOns/ElvUI_Libraries/Core/oUF/elements/health.lua:144>
[string "@Interface/AddOns/ElvUI_Libraries/Core/oUF/elements/health.lua"]:206: in function `func'
[string "@Interface/AddOns/ElvUI_Libraries/Core/oUF/ouf.lua"]:1073: in function `run'
[string "@Interface/AddOns/ElvUI_Libraries/Core/oUF/ouf.lua"]:1110: in function `execute'
[string "@Interface/AddOns/ElvUI_Libraries/Core/oUF/ouf.lua"]:1123: in function `update'
[string "@Interface/AddOns/ElvUI_Libraries/Core/oUF/ouf.lua"]:1154: in function <Interface/AddOns/ElvUI_Libraries/Core/oUF/ouf.lua:1152>
Locals: (*temporary) = <function> defined =[C]:-1
ToxiUI Status Report
Screenshots
To reproduce
If this issue is describing a bug, include some steps to reproduce the behavior
Thanks for the report. PvP historically always has had some bugs because in PvP the data is sometimes delayed and we error out cause there's no data. I keep adding patches and fallbacks but there's a lot of those. I'll do something about this error, too.
@Yakrel I added some safety checks and fallbacks, can you please test with the latest v6.5.9-beta.3
and see if you can reproduce the issue again?
@Yakrel I added some safety checks and fallbacks, can you please test with the latest
v6.5.9-beta.3
and see if you can reproduce the issue again?
I will try it.