BagSync

BagSync

3M Downloads

Lua Error

Opened this issue ยท 5 comments

commented

This addon seems abandonned but since the release of 8.0.1 i Have a lua Error :

Message: Binding header BAGSYNC is defined more than once in Interface\AddOns\BagSync\Bindings.xml Time: Wed Jul 18 13:15:07 2018 Count: 10

thank you

commented

edit bindings.xml and change it to this

<Bindings>
   <Binding name="BAGSYNCBLACKLIST" header="BAGSYNC1" category="ADDONS">
    BagSync_ShowWindow("Blacklist");
  </Binding>
  <Binding name="BAGSYNCCURRENCY" header="BAGSYNC2" category="ADDONS">
    BagSync_ShowWindow("Currency");
  </Binding>
  <Binding name="BAGSYNCGOLD" header="BAGSYNC3" category="ADDONS">
    BagSync_ShowWindow("Gold");
  </Binding>
  <Binding name="BAGSYNCPROFESSIONS" header="BAGSYNC4" category="ADDONS">
    BagSync_ShowWindow("Professions");
  </Binding>
  <Binding name="BAGSYNCPROFILES" header="BAGSYNC5" category="ADDONS">
    BagSync_ShowWindow("Profiles");
  </Binding>
   <Binding name="BAGSYNCSEARCH" header="BAGSYNC6" category="ADDONS">
    BagSync_ShowWindow("Search");
  </Binding>
</Bindings>

commented

Better just remove all header="BAGSYNC" except the first one. Then they'll still all use the same header.

commented

I am also having this issue. Can you make an official update to your addon to fix this for 8.0.1?

Message: Binding header BAGSYNC is defined more than once in Interface\AddOns\BagSync\Bindings.xml
Time: Mon Jul 23 13:20:39 2018
Count: 1
commented

I'm currently updating all the addons I have. I'm looking into current bugs and this one seems to be caused by changes to how bindings are done now.

commented

I've fixed this in the current commit push. Once I address all the bugs it should be fixed in the released version soon.