Bug with HidingBar?

Hello AMR,

Could you please check if AMR is bugging with HidingBar or something, I got this error:

3x ...obot/AskMrRobot-Serializer/AskMrRobot-Serializer.lua:809: attempt to index field 'LastTalentConfig' (a nil value)
[AskMrRobot/Core.lua]:26: in function 'OnClick'
[*templates.xml:67_OnClick]:2: in function <[string "*templates.xml:67_OnClick"]:1>

Locals:
self = ADDON_HidingBar_AskMrRobot {
 name = "AskMrRobot"
 iconTex = "Interface\AddOns\AskMrRobot\Media\icon"
 data = <table> {
 }
 icon = Texture {
 }
}
button = "LeftButton"
down = nil
Amr = <table> {
 modules = <table> {
 }
 SpecIds = <table> {
 }
 ProfessionIds = <table> {
 }
 ChatPrefix = "_AMRS"
 db = <table> {
 }
 MIN_ADDON_VERSION = 114
 SpecIcons = <table> {
 }
 name = "AskMrRobot"
 MIN_IMPORT_VERSION = 114
 ProfessionSkillLineToName = <table> {
 }
 Difficulties = <table> {
 }
 SlotIds = <table> {
 }
 InstanceIds = <table> {
 }
 defaultModuleState = true
 SlotEnumDisplayText = <table> {
 }
 Serializer = <table> {
 }
 RegionNames = <table> {
 }
 ClassIds = <table> {
 }
 enabledState = true
 baseName = "AskMrRobot"
 FactionIds = <table> {
 }
 GroupVersions = <table> {
 }
 defaultModuleLibraries = <table> {
 }
 ADDON_NAME = "AskMrRobot"
 SlotDisplayText = <table> {
 }
 orderedModules = <table> {
 }
 MessageTypes = <table> {
 }
 FrameLevels = <table> {
 }
 RaceIds = <table> {
 }
 Colors = <table> {
 }
 InstanceIdsOrdered = <table> {
 }
 SupportedInstanceIds = <table> {
 }
}

I have seen a similar error to this when people open up the addon on a character that does not have a spec chosen yet, which can only happen in the intro for a new character. Once your character has an actual spec, the issue should resolve itself.

If that is not what is happening here, let us know and we can investigate further.

Thank you for your support, it seems a /reload may solve the problem, but as you said, perhaps I didn’t have a chosen spec before using AMR and that might cause this issue.