Need help with cause of LUA error

Hi, folks. I use an outdated healing addon while in the process of learning another one. It creates one LUA error but then runs just fine on all of my healers except one. It’s a disc priest. Is it possible that the LUA errors are spell specific to that toon? Here is what I see:

Message: Interface\AddOns\Healium\Healium.lua:602: Usage: UnitDebuff(“unit”, [index][, “filter”])
Time: Sat Feb 23 21:29:37 2019
Count: 17
Stack: Interface\AddOns\Healium\Healium.lua:602: Usage: UnitDebuff(“unit”, [index][, “filter”])
[C]: in function UnitDebuff' Interface\AddOns\Healium\Healium.lua:602: in functionHealium_UpdateSpecialBuffs’
Interface\AddOns\Healium\Healium.lua:687: in function `Healium_UpdateButtonCooldownsByColumn’
Interface\AddOns\Healium\Healium.lua:696: in function <Interface\AddOns\Healium\Healium.lua:692>
Interface\AddOns\Healium\Healium.lua:1141: in function <Interface\AddOns\Healium\Healium.lua:1092>

Locals: (*temporary) = 1
(*temporary) = “Weakened Soul”

You’d be better off asking in the UI and Macros forum, I believe. Or post that error on the actual add-on website and see if they can help.

I’d also suggest dropping the old addon. It’ll only serve as a crutch while you learn the new one, imo. Stand around in a city or join groups for world bosses to help teach yourself the new one. It works really well, because there’s either no one taking damage so you can learn your new addon, or you’ve got so many other healers that you’ll have backup. Guild runs of normal dungeons will help too. :slightly_smiling_face:

1 Like

Looks like the author for Healium has gone MIA. Has been since 2017.

You might want to try a fan based update to the addon -

https://github.com/Toludin/Healium

Bear in mind this isn’t the addon authors work so any issues with the fan update you’ll need to submit as tickets on github to the fan based update author , Toludin.

Also use at your own risk so make sure to back up your WTF folder before trying Toludin’s update.

2 Likes

Thanks, folks! Great ideas.