pigskin / kodi-gamepass

NFL Game Pass add-on for Kodi
Other
123 stars 83 forks source link

Can't reload gamelist #401

Closed tinzarian closed 5 years ago

tinzarian commented 5 years ago

I'm not sure i this is related to any other already reported issue, apologies if it is, How to recreate:

Log is here: http://ix.io/1moY

OnceUponALoop commented 5 years ago

It seems the log doesn't have debugging enabled - can you resubmit with DEBUG on.

You can do that in the GUI menu or in advancedsettings.xml if you want to hide on-screen debug info

<advancedsettings>
    <loglevel>2</loglevel>
</advancedsettings>
tinzarian commented 5 years ago

Debug logging is on.

17:19:42.730 T:140590451496640 NOTICE: Log level changed to "LOG_LEVEL_DEBUG"

OnceUponALoop commented 5 years ago

I noticed that right after i replied and went down that rabbit hole - It seems that debug got broken recently. I created a new issue #402 to track it.

I'll test the fix and submit a pull request when i get home - in the meantime can you try adding the following line to settings.xml in <KODIPATH>/userdata/addon_data/plugin.video.nfl.gamepass/settings.xml

<setting id="debug">true</setting>

That should get debug logging working so you can submit it 👍

tinzarian commented 5 years ago

I added the setting, but... it may have been a serverside issue, since it works as expected at the moment, and I can't recreate the error. I'll close this issue.