GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

API issue

Stargrace05 opened this issue · 10 comments

commented

GSE recently stopped working for me, I get this API error each time:

Message: Interface\AddOns\GSE\API\StringFunctions.lua:60: attempt to call method ‘gsub’ (a nil value)
Time: Sat Sep 17 16:52:29 2022
Count: 1
Stack: Interface\AddOns\GSE\API\StringFunctions.lua:60: attempt to call method ‘gsub’ (a nil value)
[string “@interface\AddOns\GSE\API\StringFunctions.lua”]:60: in function SplitMeIntolines' [string "@Interface\AddOns\GSE\API\Translator.lua"]:33: in function ProcessLoopVariables’
[string “@interface\AddOns\GSE\API\Storage.lua”]:1179: in function processAction' [string "@Interface\AddOns\GSE\API\Storage.lua"]:1386: in function CompileTemplate’
[string “@interface\AddOns\GSE\API\Storage.lua”]:536: in function OOCUpdateSequence' [string "@Interface\AddOns\GSE\API\Events.lua"]:562: in function ?’
[string “@interface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua”]:55: in function <…terface\AddOns\GSE\Lib\AceTimer-3.0\AceTimer-3.0.lua:50>

Locals: str = {
Action = “KeyPress
/castsequence [combat,nochanneling] reset=combat Judgment, Consecration
KeyRelease
Interval = 5
}
t =

{
}
PerformPrint = defined @interface\AddOns\GSE\API\Init.lua:83
ImportCompressedMacroCollection = defined @interface\AddOns\GSE\API\Storage.lua:289
LoadWeakAura = defined @interface\AddOns\GSE\API\CharacterFunctions.lua:142
UpdateIcon = defined @interface\AddOns\GSE\API\Storage.lua:744
ADDON_LOADED = defined @interface\AddOns\GSE\API\Events.lua:195
miniMapHide = defined @interface\AddOns\GSE_LDB\LDBProvider.lua:171
RegisterMessage = defined @interface\AddOns\GSE\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua:90
UnregisterMessage = defined @interface\AddOns\GSE\Lib\CallbackHandler-1.0\CallbackHandler-1.0.lua:153
commented

What version of GSE are you using on which version of the game?

commented

I would suggest that if instead of using the Dragonflight test alpha 3.1.05-7. You replace that with the released 3.1.05.

in the Curseforge app you might want to change Build type from alpha to Release.

commented

Side note - just submitting an error message doesn’t help me solve your problem. When you hit New Issue - there is a Bug template that has the information I need to be able to help you. In this case I’m guessing as the error message was reported in #1162

commented

Sorry, new to all of this - also I am using GSE version 3.1.05 - with Retail WoW

commented
commented

The Latest version says 3.1.05 and shows as release, not alpha - but - under the addon it says 3.1.05-7 and I'm not sure what I need to change, here's the screenshot.

image

commented

Yep - Curse installed the test release for you incorrectly. The easy fix is to go reinstall or uninstall then reinstall it. If you go the uninstall route don’t select to delete your settings.

commented

3.1.05-7 is the 7th internal test build since 3.1.05. You want it to say instead 3.1.05

commented

Thank you, that absolutely worked. Sorry again brand new and love this addon.

commented

Np at all.