Multiple errors will occur when you log in to the game.
Here is the first error:
`1x RaiderIO\locale/enUS.lua:3: attempt to call method 'NewLocale' (a nil value)
RaiderIO\locale/enUS.lua:3: in main chunk
Locals:
_ = "RaiderIO"
ns =
{
realmSlugs =
{
}
regionIDs =
{
}
scoreLevelStats =
{
}
scoreTiersSimple =
{
}
scoreTiers =
{
}
dungeons =
{
}
}
(temporary) = nil
(temporary) =
{
realmSlugs =
{
}
regionIDs =
{
}
scoreLevelStats =
{
}
scoreTiersSimple =
{
}
scoreTiers =
{
}
dungeons =
{
}
}
(*temporary) = "attempt to call method 'NewLocale' (a nil value)"`
The second error:
`1x RaiderIO\core.lua:110: attempt to index local 'L' (a nil value)
RaiderIO\core.lua:110: in main chunk
Locals:
addonName = "RaiderIO"
ns =
{
scoreTiers =
{
}
DEBUG_MODE = true
dungeons =
{
}
realmSlugs =
{
}
regionIDs =
{
}
addonConfig =
{
}
CONFIG =
{
}
scoreLevelStats =
{
}
scoreTiersSimple =
{
}
}
unpack = defined =[C]:-1
sort = defined =[C]:-1
wipe = defined =[C]:-1
floor = defined =[C]:-1
min = defined =[C]:-1
max = defined =[C]:-1
lshift = defined =[C]:-1
rshift = defined =[C]:-1
band = defined =[C]:-1
bor = defined =[C]:-1
bxor = defined =[C]:-1
PAYLOAD_BITS = 13
PAYLOAD_MASK = 8191
LOOKUP_MAX_SIZE = 262143
uiHooks =
The third error:
`1x RaiderIO\guildbest.lua:96: attempt to index upvalue 'L' (a nil value)
RaiderIO\guildbest.lua:96: in function <RaiderIO\guildbest.lua:94>
Locals:
self = {
0 =
text = RaiderIO_GuildBestFrameText {
}
OnShow = defined @RaiderIO\guildbest.lua:102
OnLoad = defined @RaiderIO\guildbest.lua:94
}
(temporary) = defined =[C]:-1
(temporary) = RaiderIO_GuildBestFrameText {
0 =
}
(temporary) = nil
(temporary) =
(temporary) = nil
(temporary) = "attempt to index upvalue 'L' (a nil value)"
L = nil`
The fourth error:
`1x RaiderIO\exportjson.lua:31: attempt to index local 'L' (a nil value)
RaiderIO\exportjson.lua:31: in main chunk
I did notice that you got the files from the git apparently, so just to make it certain you do not experience issues by installing it the regular way, could you do this for me and get the addon from curseforge? https://www.curseforge.com/wow/addons/raiderio
You can also install it by using the Twitch Client https://app.twitch.tv/download or the RaiderIO Client https://raider.io/addon - whichever way you prefer, just not via github as those releases and files aren't properly configured for regular use. Potential use is purely to grab the latest database (db/db_*.lua) files but outside that use-case requires some tweaking to setup.
I have downloaded the latest version from Curse as you said, the previous error is gone.
But there is still a new error, but at least it works fine.
Maybe it's a problem with the Exlist addon?
1x RaiderIO\core.lua:2261: invalid option informat'
RaiderIO\core.lua:2261: in function <RaiderIO\core.lua:2256>
RaiderIO\core.lua:2267: in function GetScore' Exlist\Modules\RaiderIOScores.lua:33: in function <Exlist\Modules\RaiderIOScores.lua:25> [C]: in functionxpcall'
Exlist\Exlist-1.2.10.lua:2295: in function OnEvent' Exlist\Exlist-1.2.10.lua:2318: in functionSendFakeEvent'
Exlist\Exlist-1.2.10.lua:2221: in function <Exlist\Exlist.lua:2219>
Exlist\Exlist-1.2.10.lua:2274: in function OnEvent' Exlist\Exlist-1.2.10.lua:2318: in functionSendFakeEvent'
Exlist\Exlist-1.2.10.lua:2280: in function <Exlist\Exlist.lua:2280>`
Thanks. This helps get a bit closer to the root of the issue you're experiencing.
It does seem like Exlist is using code in RaiderIO but ends up erroring, it's still a valuable error report for us to look at. I hope the author of Exlist is around and can look at their code to update with the new API we added for BfA.
I downloaded Exlist(version:1.2.11), but still have this error:
1x RaiderIO\core.lua:2261: invalid option informat'
RaiderIO\core.lua:2261: in function <RaiderIO\core.lua:2256>
RaiderIO\core.lua:2267: in function GetScore' Exlist\Modules\RaiderIOScores.lua:33: in function <Exlist\Modules\RaiderIOScores.lua:25> [C]: in functionxpcall'
Exlist\Exlist-1.2.11.lua:2286: in function OnEvent' Exlist\Exlist-1.2.11.lua:2309: in functionSendFakeEvent'
Exlist\Exlist-1.2.11.lua:2212: in function <Exlist\Exlist.lua:2210>
Exlist\Exlist-1.2.11.lua:2265: in function OnEvent' Exlist\Exlist-1.2.11.lua:2309: in functionSendFakeEvent'
Exlist\Exlist-1.2.11.lua:2271: in function <Exlist\Exlist.lua:2271>`
I did push a small update to RaiderIO yesterday that would fix a small issue to avoid getting errors when using an outdated addon using RaiderIO to get score for players, it should appear as yellow text once, not a lua error dialog like you're having.
My only tip is update both from curseforge again today, if you can also do delete the old folders inside your WoW\Interface\AddOns folder, then put the new addons in there and make sure you quit WoW first, then boot it up again after you're done freshly installing both addons and if it still doesn't work do let me know.
Multiple errors will occur when you log in to the game. Here is the first error: `1x RaiderIO\locale/enUS.lua:3: attempt to call method 'NewLocale' (a nil value) RaiderIO\locale/enUS.lua:3: in main chunk
Locals: _ = "RaiderIO" ns =
The second error: `1x RaiderIO\core.lua:110: attempt to index local 'L' (a nil value) RaiderIO\core.lua:110: in main chunk
Locals: addonName = "RaiderIO" ns =
The third error: `1x RaiderIO\guildbest.lua:96: attempt to index upvalue 'L' (a nil value) RaiderIO\guildbest.lua:96: in function <RaiderIO\guildbest.lua:94>
Locals: self = {
0 =
text = RaiderIO_GuildBestFrameText {
}
OnShow = defined @RaiderIO\guildbest.lua:102
OnLoad = defined @RaiderIO\guildbest.lua:94
}
(temporary) = defined =[C]:-1
( temporary) = RaiderIO_GuildBestFrameText {
0 =
}
(temporary) = nil
(temporary) =
(temporary) = nil
(temporary) = "attempt to index upvalue 'L' (a nil value)"
L = nil`
The fourth error: `1x RaiderIO\exportjson.lua:31: attempt to index local 'L' (a nil value) RaiderIO\exportjson.lua:31: in main chunk
Locals: addonName = "RaiderIO" ns =
In fact, there are a total of 9 errors, but I think some errors are affected by other errors, so I don’t have all the reports.
This is very strange.
I did notice that you got the files from the git apparently, so just to make it certain you do not experience issues by installing it the regular way, could you do this for me and get the addon from curseforge? https://www.curseforge.com/wow/addons/raiderio
You can also install it by using the Twitch Client https://app.twitch.tv/download or the RaiderIO Client https://raider.io/addon - whichever way you prefer, just not via github as those releases and files aren't properly configured for regular use. Potential use is purely to grab the latest database (db/db_*.lua) files but outside that use-case requires some tweaking to setup.
I have downloaded the latest version from Curse as you said, the previous error is gone. But there is still a new error, but at least it works fine. Maybe it's a problem with the Exlist addon?
1x RaiderIO\core.lua:2261: invalid option in
format' RaiderIO\core.lua:2261: in function <RaiderIO\core.lua:2256> RaiderIO\core.lua:2267: in functionGetScore' Exlist\Modules\RaiderIOScores.lua:33: in function <Exlist\Modules\RaiderIOScores.lua:25> [C]: in function
xpcall' Exlist\Exlist-1.2.10.lua:2295: in functionOnEvent' Exlist\Exlist-1.2.10.lua:2318: in function
SendFakeEvent' Exlist\Exlist-1.2.10.lua:2221: in function <Exlist\Exlist.lua:2219> Exlist\Exlist-1.2.10.lua:2274: in functionOnEvent' Exlist\Exlist-1.2.10.lua:2318: in function
SendFakeEvent' Exlist\Exlist-1.2.10.lua:2280: in function <Exlist\Exlist.lua:2280>`Thanks. This helps get a bit closer to the root of the issue you're experiencing.
It does seem like Exlist is using code in RaiderIO but ends up erroring, it's still a valuable error report for us to look at. I hope the author of Exlist is around and can look at their code to update with the new API we added for BfA.
I downloaded Exlist and the current version doesn't throw that error. If you update Exlist you should be good to go once more.
Ok, I will go download the latest version, thank you for your help!
I downloaded Exlist(version:1.2.11), but still have this error:
1x RaiderIO\core.lua:2261: invalid option in
format' RaiderIO\core.lua:2261: in function <RaiderIO\core.lua:2256> RaiderIO\core.lua:2267: in functionGetScore' Exlist\Modules\RaiderIOScores.lua:33: in function <Exlist\Modules\RaiderIOScores.lua:25> [C]: in function
xpcall' Exlist\Exlist-1.2.11.lua:2286: in functionOnEvent' Exlist\Exlist-1.2.11.lua:2309: in function
SendFakeEvent' Exlist\Exlist-1.2.11.lua:2212: in function <Exlist\Exlist.lua:2210> Exlist\Exlist-1.2.11.lua:2265: in functionOnEvent' Exlist\Exlist-1.2.11.lua:2309: in function
SendFakeEvent' Exlist\Exlist-1.2.11.lua:2271: in function <Exlist\Exlist.lua:2271>`It's very odd because when I install Exlist from https://www.curseforge.com/wow/addons/exlist and load it all I see is the expected chat notification https://i.imgur.com/SSYxqhQ.png but no error.
I did push a small update to RaiderIO yesterday that would fix a small issue to avoid getting errors when using an outdated addon using RaiderIO to get score for players, it should appear as yellow text once, not a lua error dialog like you're having.
My only tip is update both from curseforge again today, if you can also do delete the old folders inside your WoW\Interface\AddOns folder, then put the new addons in there and make sure you quit WoW first, then boot it up again after you're done freshly installing both addons and if it still doesn't work do let me know.
I downloaded Raider.IO Mythic Plus v201809160600, but there is still this error, I really don't know why?
I have deleted the old folder and installed the new one as you said. and quit Wow then reboot.
Well, At least the addon works fine, but this error is a bit annoying!
Hey, hopefully this issue is not here anymore, let us know if it's still there !