kodi-pvr / pvr.vuplus

Kodi's Enigma2 client add-on
GNU General Public License v2.0
56 stars 55 forks source link

ConnectionEstablished It seem's that the webinterface cannot be reached. #449

Open manfred-h opened 7 months ago

manfred-h commented 7 months ago

IIRC, connecting to my Dreambox using the pvr.vuplus addon contained in Kodi Omega Beta2 worked correctly. With Beta3 it fails immediately at startup. The extended debug logs are attached to this report.

I also tried to use the addon contained in Kodi Nexus 20.4 by building it against the Omega Beta3 sources, but it fails exactly the same way, so it might be that this is not an issue with this addon, but could be related to some changes/issues in the Kodi infrastructure. kodi.log

manfred-h commented 7 months ago

FWIW, "curl http://dreambox-7080-hd:80/web/deviceinfo" gives this:

<?xml version="1.0" encoding="UTF-8"?>
<e2deviceinfo>
        <e2enigmaversion>4.3.2r12-2020-05-12</e2enigmaversion>
        <e2imageversion>Release 2019-09-11</e2imageversion>
        <e2webifversion>1.9.0</e2webifversion>
        <e2fpversion>1.2</e2fpversion>
        <e2devicename>dm7080</e2devicename>

        <e2frontends>
                <e2frontend>
                        <e2name>Tuner A1</e2name>
                        <e2model> BCM4506 (DVB-S2)</e2model>
                </e2frontend>
                <e2frontend>
                        <e2name>Tuner A2</e2name>
                        <e2model> BCM4506 (DVB-S2)</e2model>
                </e2frontend>
                <e2frontend>
                        <e2name>Tuner B1</e2name>
                        <e2model> Si2166B (DVB-S2)</e2model>
                </e2frontend>
                <e2frontend>
                        <e2name>Tuner B2</e2name>
                        <e2model> Si2166B (DVB-S2)</e2model>
                </e2frontend>
                <e2frontend>
                        <e2name>Tuner C</e2name>
                        <e2model> (leer)</e2model>
                </e2frontend>
        </e2frontends>

        <e2network>
                <e2interface>
                        <e2name>eth0</e2name>
                        <e2mac>0e:0d:0i:0t:0e:0d</e2mac>
                        <e2dhcp>dhcp</e2dhcp>
                        <e2ip>ed.it.e.d</e2ip>
                        <e2gateway>ed.it.e.d</e2gateway>
                        <e2netmask>255.255.255.0</e2netmask>
                        <e2method6>auto</e2method6>
                        <e2ip6>fd00::123:4567:0edi:0ted</e2ip6>
                        <e2gateway6>::</e2gateway6>
                        <e2netmask6>64</e2netmask6>
                </e2interface>
        </e2network>

        <e2hdds>
                <e2hdd>
                        <e2model>WDC WD30EFRX-68EUZN0</e2model>
                        <e2capacity>3 TB</e2capacity>
                        <e2free>2735.747 GB</e2free>
                </e2hdd>
        </e2hdds>
</e2deviceinfo>
manfred-h commented 7 months ago

I just reported in xbmc/xbmc#24629 that this problem here can be solved by two changes in Kodi itself!

emanuel4you commented 7 months ago

same here

manfred-h commented 7 months ago

same here

What "same here"? Are you saying it does not work in Kodi 21 Omega rc1? This issue had been fixed even in beta3