Skip to content

Conversation

@chrismeyers
Copy link

@chrismeyers chrismeyers commented Aug 13, 2024

Summary

Fixes the following errors that prevent the addon from loading:

Message: Interface/AddOns/AutoTurnIn/Defaults.lua:16: attempt to call global 'GetAddOnMetadata' (a nil value)
Time: Tue Aug 13 15:26:32 2024
Count: 1
Stack: Interface/AddOns/AutoTurnIn/Defaults.lua:16: attempt to call global 'GetAddOnMetadata' (a nil value)

Locals: 
Message: ...nterface/AddOns/Blizzard_SharedXMLBase/TableUtil.lua:220: bad argument #1 to 'pairs' (table expected, got nil)
Time: Tue Aug 13 15:26:32 2024
Count: 1
Stack: ...nterface/AddOns/Blizzard_SharedXMLBase/TableUtil.lua:220: bad argument #1 to 'pairs' (table expected, got nil)
[string "@Interface/AddOns/Blizzard_SharedXMLBase/TableUtil.lua"]:220: in function `CopyTable'
[string "@Interface/AddOns/AutoTurnIn/AutoTurnIn.lua"]:26: in main chunk

Locals: settings = nil
shallow = nil
copy = <table> {
}

Resources

It looks like GetAddOnMetadata was deprecated in 10.1.0 and finally removed today in 11.0.2.56110

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant