Kodi Community Forum
Settings Error "Value cannot be null" - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: Ember Media Manager (https://forum.kodi.tv/forumdisplay.php?fid=195)
+---- Thread: Settings Error "Value cannot be null" (/showthread.php?tid=356654)



Settings Error "Value cannot be null" - laryan - 2020-08-24

After I recently made and saved some changes to the EMM Settings. I now get this error every time I attempt to enter the Settings again.

Value cannot be null, Parameter name: value

Then EMM shuts down.

Is there a way to fix this without having to completely zero out my settings? and starting over.

Log file, https://paste.kodi.tv/icakomipin.kodi


RE: Settings Error "Value cannot be null" - DanCooper - 2020-08-25

Looks lika a problem with "Settings => Misc => Media List Editor => Custom Tabs". Please try that:
  • open your .\Embermediamanager\Profiles\PROFILENAME\AdvancedSettings.xml with an editor like Notepad++
  • search for
    Code:
    <Table Section="*EmberAPP" Name="CustomTabs">
  • remove the whole <ComplexSettings>...</ComplexSettings> node that contains the upper syntax, eg:
    xml:
    <ComplexSettings>
      <Table Section="*EmberAPP" Name="CustomTabs">
        <Item Name="Test">movie-test</Item>
      </Table>
    </ComplexSettings>



RE: Settings Error "Value cannot be null" - laryan - 2020-09-12

Thank you so much. That fixed my problem.