Jalle19 / xbmc-video-server

Web interface for streaming or downloading media from a Kodi/XBMC library
GNU General Public License v3.0
191 stars 39 forks source link

Cannot connect to Kodi anymore (Matrix 19.4) #330

Closed marlemion closed 1 year ago

marlemion commented 1 year ago

With the current docker image I cannot connect to recent kodi anymore. I get the message

The server at 172.17.0.1:8081 doesn't seem to be an XBMC instance

in the web UI.

If I go to the URL http://kodi:xxxx@172.17.0.1:8081 I get the following feedback:

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Chorus 2 - Kodi web interface</title>

        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="mobile-web-app-capable" content="yes">
        <meta name="apple-mobile-web-app-capable" content="yes">
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <link rel="manifest" href="manifest.json">

        <!-- Icons @see: https://github.com/audreyr/favicon-cheat-sheet -->
        <link rel="shortcut icon" href="favicon.png" type="image/png">
        <link rel="apple-touch-icon-precomposed" href="icon-152.png">
        <link rel="icon" href="icon.png">
        <meta name="msapplication-TileColor" content="#111111">
        <meta name="msapplication-TileImage" content="icon-144.png">

        <!-- Styles-->
        <link href="themes/base/css/base.css" rel="stylesheet">

    </head>
    <body>

        <div id="loading-page" class="init">
            <div class="spinner-double-section-far"></div>
            <h2>Loading application</h2>
        </div>

        <script src="js/kodi-webinterface.js"></script>

    </body>
</html>

This feedback is the same as if accessing the kodi Web frontend with curl from the host machine. The Web frontend ist working.

Any idea?

Jalle19 commented 1 year ago

Fixed in version 1.10.4 (see https://github.com/Jalle19/xbmc-video-server/wiki/Installation-instructions for how to update)