Wintermute0110 / plugin.program.AEL.dev

Emulator frontend and app launcher for Kodi
GNU General Public License v2.0
105 stars 36 forks source link

[Bug] Error when trying to import Launcher XML #149

Closed amura11 closed 3 years ago

amura11 commented 3 years ago

When trying to import a launcher XML from the AEL Assets Library Kodi throws an error. I've attached the logs but the error is:

Error Type: <class 'NameError'>
Error Contents: name 'nfo_dic' is not defined

Steps to Reproduce

  1. Download the AEL Asset Library
  2. Open Kodi
  3. Navigate to AEL > Utilites
  4. Run the import utility
  5. Select a Launcher XML and click Ok

System

Logs: ael-error.log

Wintermute0110 commented 3 years ago

I think that has been fixed in the current version in Github. Please try and remember to select the appropriate branch.

amura11 commented 3 years ago

Sorry I should have put the plugin version in there. I have the 0.10.0 I'll give the development version a try when I have some time

Wintermute0110 commented 3 years ago

I just released 0.10.1, try that version.

amura11 commented 3 years ago

That fixed it, thank you!