Kodi Community Forum
Web server working, web interfaces don't - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Web Interfaces (https://forum.kodi.tv/forumdisplay.php?fid=156)
+---- Thread: Web server working, web interfaces don't (/showthread.php?tid=260304)



Web server working, web interfaces don't - Jonny007-MKD - 2016-02-18

Hello,

I'm running Kodi 15.2 on OSMC. Since some months my web interfaces don't work anymore.

The web server is running, the configured port is open. When I open the URL in my browser, it shows a plain white page, http status code is 500. In the kodi log I see entries like
Code:
17:06:45 3383742.500000 T:1045427232  ERROR: CWebServer: failed to handle HTTP request for /
17:06:45 3383743.000000 T:1045427232  ERROR: CWebServer: failed to handle HTTP request for /favicon.ico
17:10:31 3383969.500000 T:953152544   ERROR: Previous line repeats 1 times.
17:10:31 3383969.500000 T:953152544   ERROR: CWebServer: failed to handle HTTP request for /addons/webinterface.awxi/

As it doesn't work with the default and with the AWXi interface, the problem seems to be somewhere before their code.
Can you help me finding (and fixing) this error?

greetz
Jonny007