Handy Minimap Arrow

Handy Minimap Arrow

51.1k Downloads

[Bug] LUA Errors in 11.0.2

F-Lambda opened this issue ยท 1 comments

commented

With 11.0.2, am now getting the following LUA Errors:

Message: Interface/AddOns/HandyMinimapArrow/addon.lua:2: attempt to call global 'GetAddOnMetadata' (a nil value)
Time: Thu Aug 15 09:45:25 2024
Count: 1
Stack: Interface/AddOns/HandyMinimapArrow/addon.lua:2: attempt to call global 'GetAddOnMetadata' (a nil value)
[string "@Interface/AddOns/HandyMinimapArrow/addon.lua"]:2: in main chunk

Locals: myname = "HandyMinimapArrow"
ns = <table> {
}
(*temporary) = nil
(*temporary) = "HandyMinimapArrow"
(*temporary) = "Title"
(*temporary) = "attempt to call global 'GetAddOnMetadata' (a nil value)"

Message: Interface/AddOns/HandyMinimapArrow/config.lua:2: attempt to call global 'GetAddOnMetadata' (a nil value)
Time: Thu Aug 15 09:45:25 2024
Count: 1
Stack: Interface/AddOns/HandyMinimapArrow/config.lua:2: attempt to call global 'GetAddOnMetadata' (a nil value)
[string "@Interface/AddOns/HandyMinimapArrow/config.lua"]:2: in main chunk

Locals: myname = "HandyMinimapArrow"
ns = <table> {
}
(*temporary) = nil
(*temporary) = "HandyMinimapArrow"
(*temporary) = "Title"
(*temporary) = "attempt to call global 'GetAddOnMetadata' (a nil value)"
commented

Oh right, I forgot to do a new release after fixing that in the alphas at the start of July. One second...