Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
manfred-h opened this issue Feb 17, 2024 · 4 comments
Open

Comments

@manfred-h
Copy link

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
Copy link
Author

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
Copy link
Author

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

@emanuel4you
Copy link

same here

@manfred-h
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants