Settings Error "Value cannot be null"
#1
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
Reply
#2
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>
Reply
#3
Thank you so much. That fixed my problem.
Reply

Logout Mark Read Team Forum Stats Members Help
Settings Error "Value cannot be null"0