jsiegenthaler / homebridge-eosstb

A homebridge plugin for the EOS set-top box as used by Sunrise, Telenet, Ziggo, Virgin Media and maybe more in various countries on the Horizon Go (HGO) platform
https://github.com/jsiegenthaler/homebridge-eosstb
32 stars 4 forks source link

Problem using the eosstb with Telenet (Belgium) #100

Closed FransGeerts closed 1 year ago

FransGeerts commented 1 year ago

Describe Your Problem: Installed the plugin using email login telenet, error with step 4 of 6, Homebridge stops en restart

Logs:

[EOSSTB] Step 4 of 6: response: 200 [2/21/2023, 9:36:13 PM] TypeError: Cannot read properties of undefined (reading 'status') at /usr/lib/node_modules/homebridge-eosstb/index.js:1012:93 at processTicksAndRejections (node:internal/process/task_queues:95:5) [2/21/2023, 9:36:13 PM] Got SIGTERM, shutting down Homebridge...

Plugin Config:

        "name": "EOSSTB",
        "country": "be-nl",
        "username": "F.geerts@telenet.be",
        "password": "xxxxxxxx",
        "doublePressTime": 250,
        "doublePressDelayTime": 300,
        "devices": [
            {
                "syncName": true,
                "accessoryCategory": "settopbox",
                "channelOrder": "channelOrder",
                "maxChannels": 95,
                "showChannelNumbers": false,
                "arrowUpButton": "ArrowUp",
                "arrowUpButtonDoubleTap": "ChannelUp",
                "arrowDownButton": "ArrowDown",
                "arrowDownButtonDoubleTap": "ChannelDown",
                "arrowLeftButton": "ArrowLeft",
                "arrowLeftButtonDoubleTap": "MediaRewind",
                "arrowRightButton": "ArrowRight",
                "arrowRightButtonDoubleTap": "MediaFastForward",
                "selectButton": "Enter",
                "selectButtonDoubleTap": "Enter",
                "playPauseButton": "MediaPlayPause",
                "playPauseButtonDoubleTap": "MediaPlayPause",
                "backButton": "Escape",
                "backButtonDoubleTap": "Escape",
                "infoButton": "MediaTopMenu",
                "infoButtonDoubleTap": "Guide",
                "viewTvSettingsCommand": "Help"
            }
        ],
        "platform": "eosstb"
    }

Environment:

jsiegenthaler commented 1 year ago

Sorry for the late reply. Do you still have the issue with the current version, v2.2.5?

FransGeerts commented 1 year ago

Hi, thanks for response, just tried version 2.2.5 But same issue, plugin stops at 4 of 6 95732BCB-7411-46D4-912B-9C7E6B46A121

jsiegenthaler commented 1 year ago

Set LogLevel to maximum and also enable debug mode in Homebridge. Try again and much more data will be logged. Email me the logs. Do it asap, as I'm on holiday from Wednesday next week. My email is my github username with a b between the j and s, at that popular mail service starting with a g.

jsiegenthaler commented 1 year ago

The crash is occurring in the error handler, set Homebridge debug mode on and then the entire error message will be logged just before the crash. I need to see the error message. By email please

jsiegenthaler commented 1 year ago

Closing this issue as no response was received from @FransGeerts