NEWS
Test Adapter enigma2 v1.2.x
-
@el_malto said in Test Adapter enigma2 v1.2.x:
http://<IPRECEIVER>/web/epgbouquet
Processing Failed kommt bei mir auch. Ich benutze EPG Import.
-
Hallo zusammen,
hat jemand schon debug aktiviert? Könnt ihr dann mal den Inhalt von eurem Protokoll hier posten. Das sollte nichts mit epg zu tun haben. Es kommen wohl falsche oder keine Daten.edit:
Laut Code löst dieser Link den Fehler aus:
http://192.168.xxx.xxx/web/getcurrent
Gruß//Lucky -
@lucky_esa stimmt, hast recht. Es ist "getcurrent". Hatte auch erst "getcurrent" geguckt weil es ja im Source Code bei GitHub steht aber da wurde mir nur der plain text angezeigt. Da hatte ich mich dann gefragt wie "gepasert" werden soll. Hatte dann im Wiki nach "e2eventlist" gesucht und da wurde ich dann bei "epgbouquet" fündig. Wenn man sich aber den Quellcode von "getcurrent" im Browser anzeigen lässt, sieht man auch "e2event" und dann passen auch wieder die Paser.
-
@el_malto ?????????????????
-
@flugschüler ?
Wie gesagt ich bin kein Profi. Du kannst jetzt halt mal bei dir checken was mit
http://192.168.xxx.xxx/web/getcurrent
kommt. Wenn die Seite normal eine Ausgabe ausspuckt, müsste es funktionieren.
Hier mal meine...
1. Receiver ist im Standby.
Seitenquelltext von getcurrent:
Datenpunkte:
2. Receiver an.
Seitenquelltext von getcurrent:
Datenpunkte:
Weiter kann ich leider nicht helfen. Ich kann ein bisschen Code lesen und mir dann zusammen reimen was gemacht wird, aber von Programmieren bin ich weit entfernt.
Es sei noch gesagt, dass ich mein ioBroker ewig nicht mehr upgedated habe.
"Never change a running System" und ioBroker ist bei mir auch nur Spielerei/Bastelei und wird nicht wirklich "produktiv" genutzt.
Vielleicht gibt es bei neueren Admin/web/socket.io Adapter Änderungen die man noch im Enigma2 Adapter einpflegen muss. Meine damals mal gelesen zu haben das Adapter auf neue Versionen anzupassen sind. Aber vielleicht hat ja jemand alle Adapter aktuell und auch keine Probleme? -
@el_malto sagte in Test Adapter enigma2 v1.2.x:
"Never change a running System"
Ist ausgemachter Blödsinn.
-
@thomas-braun das Thema hast du schon oft angesprochen und ich habe meinen Standpunkt dazu auch schon mal erklärt. Für mich in meiner "Spielumgebung" so wie ich es oben geschrieben habe ist es ok und auch egal da nichts nach außen kommt.
-
@el_malto sagte in Test Adapter enigma2 v1.2.x:
Thema hast du schon oft angesprochen
Und es bleibt dennoch wahr.
-
@el_malto said in Test Adapter enigma2 v1.2.x:
Wenn der Receiver eingeschaltet ist kommt eine Rückmeldung. Wenn der Receiver auf Standby ist kommt Processing Failed.
Es liegt am plugin OpenWebif 1.5.2, wenn ich OpenWebif 1.5.1 draufspiele funktioniert alles. -
@flugschüler Die Frage ist doch warum die Fehler kommen. Vielleicht wurde die xml Ausgabe geändert und der Adapter muss angepasst werden. Daher meine Bitte den debug Modus zu aktivieren und den Inhalt, wenn der Fehler auftritt, hier mal zu posten.
Gruß//Lucky
-
1420 Log-Größe: 4.1 MB Zeit Nachricht host.raspberrypi 2022-09-02 18:35:08.891 error instance system.adapter.enigma2.0 terminated with code 6 (UNCAUGHT_EXCEPTION) enigma2.0 2022-09-02 18:35:07.384 error Cannot read properties of undefined (reading 'e2eventlist') enigma2.0 2022-09-02 18:35:07.384 error TypeError: Cannot read properties of undefined (reading 'e2eventlist') at evaluateCommandResponse (/opt/iobroker/node_modules/iobroker.enigma2/main.js:521:40) at /opt/iobroker/node_modules/iobroker.enigma2/main.js:407:8 at Parser.<anonymous> (/opt/iobroker/node_modules/xml2js/lib/parser.js:304:18) at Parser.emit (node:events:513:28) at SAXParser.onclosetag (/opt/iobroker/node_modules/xml2js/lib/parser.js:262:26) at emit (/opt/iobroker/node_modules/sax/lib/sax.js:624:35) at emitNode (/opt/iobroker/node_modules/sax/lib/sax.js:629:5) at closeTag (/opt/iobroker/node_modules/sax/lib/sax.js:889:7) at SAXParser.write (/opt/iobroker/node_modules/sax/lib/sax.js:1436:13) at Parser.exports.Parser.Parser.parseString (/opt/iobroker/node_modules/xml2js/lib/parser.js:323:31) enigma2.0 2022-09-02 18:35:07.383 error unhandled promise rejection: Cannot read properties of undefined (reading 'e2eventlist') enigma2.0 2022-09-02 18:35:07.382 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). enigma2.0 2022-09-02 18:35:07.236 error Cannot read properties of undefined (reading 'e2eventlist') enigma2.0 2022-09-02 18:35:07.235 error TypeError: Cannot read properties of undefined (reading 'e2eventlist') at evaluateCommandResponse (/opt/iobroker/node_modules/iobroker.enigma2/main.js:521:40) at /opt/iobroker/node_modules/iobroker.enigma2/main.js:407:8 at Parser.<anonymous> (/opt/iobroker/node_modules/xml2js/lib/parser.js:304:18) at Parser.emit (node:events:513:28) at SAXParser.onclosetag (/opt/iobroker/node_modules/xml2js/lib/parser.js:262:26) at emit (/opt/iobroker/node_modules/sax/lib/sax.js:624:35) at emitNode (/opt/iobroker/node_modules/sax/lib/sax.js:629:5) at closeTag (/opt/iobroker/node_modules/sax/lib/sax.js:889:7) at SAXParser.write (/opt/iobroker/node_modules/sax/lib/sax.js:1436:13) at Parser.exports.Parser.Parser.parseString (/opt/iobroker/node_modules/xml2js/lib/parser.js:323:31) enigma2.0 2022-09-02 18:35:07.234 error unhandled promise rejection: Cannot read properties of undefined (reading 'e2eventlist') enigma2.0 2022-09-02 18:35:07.234 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). host.raspberrypi 2022-09-02 18:34:29.118 error instance system.adapter.enigma2.0 terminated with code 6 (UNCAUGHT_EXCEPTION) enigma2.0 2022-09-02 18:34:27.848 error Cannot read properties of undefined (reading 'e2eventlist') enigma2.0 2022-09-02 18:34:27.848 error TypeError: Cannot read properties of undefined (reading 'e2eventlist') at evaluateCommandResponse (/opt/iobroker/node_modules/iobroker.enigma2/main.js:521:40) at /opt/iobroker/node_modules/iobroker.enigma2/main.js:407:8 at Parser.<anonymous> (/opt/iobroker/node_modules/xml2js/lib/parser.js:304:18) at Parser.emit (node:events:513:28) at SAXParser.onclosetag (/opt/iobroker/node_modules/xml2js/lib/parser.js:262:26) at emit (/opt/iobroker/node_modules/sax/lib/sax.js:624:35) at emitNode (/opt/iobroker/node_modules/sax/lib/sax.js:629:5) at closeTag (/opt/iobroker/node_modules/sax/lib/sax.js:889:7) at SAXParser.write (/opt/iobroker/node_modules/sax/lib/sax.js:1436:13) at Parser.exports.Parser.Parser.parseString (/opt/iobroker/node_modules/xml2js/lib/parser.js:323:31) enigma2.0 2022-09-02 18:34:27.847 error unhandled promise rejection: Cannot read properties of undefined (reading 'e2eventlist') enigma2.0 2022-09-02 18:34:27.846 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
-
Diesen Fehlercode kenne ich. Du musst den Adapter auf debug stellen. Der Fehler sagt aus, das er ein Attribut nicht findet. Diesen Fehler kann man schnell abfangen. Die Frage ist halt, ob man von der Software was verändert hat oder ob nur diese Version den Fehler verursacht.
Gruß//Lucky
-
@lucky_esa Ich hab auf debug gestellt und jetzt?
-
Du musst den kompletten Log posten und nicht nur die Fehlermeldungen.
-
host.raspberrypi 2022-09-03 21:21:42.920 info Restart adapter system.adapter.enigma2.0 because enabled host.raspberrypi 2022-09-03 21:21:42.919 error instance system.adapter.enigma2.0 terminated with code 6 (UNCAUGHT_EXCEPTION) enigma2.0 2022-09-03 21:21:42.776 debug get movies from directory: /media/hdd/movie/ enigma2.0 2022-09-03 21:21:41.843 warn Terminated (UNCAUGHT_EXCEPTION): Without reason enigma2.0 2022-09-03 21:21:41.842 info terminating enigma2.0 2022-09-03 21:21:41.523 debug evaluating response for command 'DEVICEINFO': {"e2deviceinfo":{"e2oeversion":["OE-Alliance 5.0"],"e2enigmaversion":["2022-09-01"],"e2distroversion":["openatv"],"e2imageversion":["7.0.20220903"],"e2driverdate":["20201218"],"e2webifversion":["OWIF 1.5.2"],"e2fpversion":["0"],"e2devicename":["UHD TRIO 4K"],"e2frontends":[{"e2frontend":[{"e2name":["Tuner A"],"e2model":["Si2166D (DVB-S2X)"]},{"e2name":["Tuner B"],"e2model":["ATBM7821 DVB-T2/C (DVB-T2)"]}]}],"e2network":[{"e2interface":[{"e2name":["eth0"],"e2mac":["d0:27:29:0f:87:39"],"e2dhcp":["False"],"e2ip":["192.168.1.150"],"e2gateway":["192.168.1.1"],"e2netmask":["255.255.255.0"]}]}],"e2hdds":[{"e2hdd":[{"e2model":["Generic(STORAGE DEVICE)"],"e2capacity":["59.6 GB"],"e2free":["-1 MB"],"e2mount":[""]},{"e2model":["ST925032(0AS)"],"e2capacity":["232.9 GB"],"e2free":["181.2 GB"],"e2mount":["/media/hdd"]}]}]}} enigma2.0 2022-09-03 21:21:41.515 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.514 debug creating request for command 'NONE' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/getallservices') enigma2.0 2022-09-03 21:21:41.513 debug updating movie list enigma2.0 2022-09-03 21:21:41.513 debug evaluating response for command 'GETMOVIELIST': {"e2locations":{"e2location":["/media/hdd/movie/"]}} enigma2.0 2022-09-03 21:21:41.511 debug evaluating response for command 'TIMERLIST': {"e2timerlist":"\n"} enigma2.0 2022-09-03 21:21:41.508 debug evaluating response for command 'ISRECORD': {"e2timerlist":"\n"} enigma2.0 2022-09-03 21:21:41.506 error Cannot read properties of undefined (reading 'e2eventlist') enigma2.0 2022-09-03 21:21:41.506 error TypeError: Cannot read properties of undefined (reading 'e2eventlist') at evaluateCommandResponse (/opt/iobroker/node_modules/iobroker.enigma2/main.js:521:40) at /opt/iobroker/node_modules/iobroker.enigma2/main.js:407:8 at Parser.<anonymous> (/opt/iobroker/node_modules/xml2js/lib/parser.js:304:18) at Parser.emit (node:events:513:28) at SAXParser.onclosetag (/opt/iobroker/node_modules/xml2js/lib/parser.js:262:26) at emit (/opt/iobroker/node_modules/sax/lib/sax.js:624:35) at emitNode (/opt/iobroker/node_modules/sax/lib/sax.js:629:5) at closeTag (/opt/iobroker/node_modules/sax/lib/sax.js:889:7) at SAXParser.write (/opt/iobroker/node_modules/sax/lib/sax.js:1436:13) at Parser.exports.Parser.Parser.parseString (/opt/iobroker/node_modules/xml2js/lib/parser.js:323:31) enigma2.0 2022-09-03 21:21:41.505 error unhandled promise rejection: Cannot read properties of undefined (reading 'e2eventlist') enigma2.0 2022-09-03 21:21:41.504 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). enigma2.0 2022-09-03 21:21:41.502 debug evaluating response for command 'GETCURRENT': {"html":{"head":[{"title":["Processing Failed"]}],"body":[{"b":["Processing Failed"]}]}} enigma2.0 2022-09-03 21:21:41.499 debug Box Muted:true enigma2.0 2022-09-03 21:21:41.499 debug Box Volume:50 enigma2.0 2022-09-03 21:21:41.498 debug evaluating response for command 'GETVOLUME': {"e2volume":{"e2result":["True"],"e2resulttext":["Status"],"e2current":["50"],"e2ismuted":["True"]}} enigma2.0 2022-09-03 21:21:41.487 debug Box Sender: enigma2.0 2022-09-03 21:21:41.486 debug evaluating response for command 'GETINFO': {"e2abouts":{"e2about":[{"e2oeversion":["OE-Alliance 5.0"],"e2enigmaversion":["2022-09-01"],"e2distroversion":["openatv"],"e2imageversion":["7.0.20220903"],"e2driverdate":["20201218"],"e2webifversion":["OWIF 1.5.2"],"e2fpversion":["0"],"e2model":["UHD TRIO 4K"],"e2lanmac":["d0:27:29:0f:87:39"],"e2landhcp":["False"],"e2lanip":["192.168.1.150"],"e2lanmask":["255.255.255.0"],"e2langw":["192.168.1.1"],"e2hddinfo":[{"model":["Generic(STORAGE DEVICE)"],"capacity":["59.6 GB"],"free":["-1 MB"],"mount":[""]}],"e2tunerinfo":[{"e2nim":[{"name":["Tuner A"],"type":["Si2166D (DVB-S2X)"],"live":[""],"rec":[""]},{"name":["Tuner B"],"type":["ATBM7821 DVB-T2/C (DVB-T2)"],"live":[""],"rec":[""]}]}],"e2servicename":[""],"e2servicenamespace":[""],"e2serviceaspect":["0"],"e2serviceprovider":[""],"e2videowidth":["0"],"e2videoheight":["0"],"e2servicevideosize":["0x0"],"e2apid":["0"],"e2vpid":["0"],"e2pcrpid":["0"],"e2pmtpid":["0"],"e2txtpid":["N/A"],"e2tsid":["0"],"e2onid":["0"],"e2sid":["0"]}]}} enigma2.0 2022-09-03 21:21:41.478 debug message answer: Keine rechtzeitige Antwort enigma2.0 2022-09-03 21:21:41.477 debug evaluating response for command 'MESSAGEANSWER': {"e2simplexmlresult":{"e2state":["False"],"e2statetext":["Keine rechtzeitige Antwort"]}} enigma2.0 2022-09-03 21:21:41.471 debug Box Standby: true enigma2.0 2022-09-03 21:21:41.470 debug evaluating response for command 'GETSTANDBY': {"e2powerstate":{"e2instandby":["\ntrue\t"]}} enigma2.0 2022-09-03 21:21:41.340 debug evaluating response for command 'TIMERLIST': {"e2timerlist":"\n"} enigma2.0 2022-09-03 21:21:41.338 debug evaluating response for command 'ISRECORD': {"e2timerlist":"\n"} enigma2.0 2022-09-03 21:21:41.335 error Cannot read properties of undefined (reading 'e2eventlist') enigma2.0 2022-09-03 21:21:41.335 error TypeError: Cannot read properties of undefined (reading 'e2eventlist') at evaluateCommandResponse (/opt/iobroker/node_modules/iobroker.enigma2/main.js:521:40) at /opt/iobroker/node_modules/iobroker.enigma2/main.js:407:8 at Parser.<anonymous> (/opt/iobroker/node_modules/xml2js/lib/parser.js:304:18) at Parser.emit (node:events:513:28) at SAXParser.onclosetag (/opt/iobroker/node_modules/xml2js/lib/parser.js:262:26) at emit (/opt/iobroker/node_modules/sax/lib/sax.js:624:35) at emitNode (/opt/iobroker/node_modules/sax/lib/sax.js:629:5) at closeTag (/opt/iobroker/node_modules/sax/lib/sax.js:889:7) at SAXParser.write (/opt/iobroker/node_modules/sax/lib/sax.js:1436:13) at Parser.exports.Parser.Parser.parseString (/opt/iobroker/node_modules/xml2js/lib/parser.js:323:31) enigma2.0 2022-09-03 21:21:41.333 error unhandled promise rejection: Cannot read properties of undefined (reading 'e2eventlist') enigma2.0 2022-09-03 21:21:41.333 error Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). enigma2.0 2022-09-03 21:21:41.330 debug evaluating response for command 'GETCURRENT': {"html":{"head":[{"title":["Processing Failed"]}],"body":[{"b":["Processing Failed"]}]}} enigma2.0 2022-09-03 21:21:41.327 debug Box Muted:true enigma2.0 2022-09-03 21:21:41.326 debug Box Volume:50 enigma2.0 2022-09-03 21:21:41.326 debug evaluating response for command 'GETVOLUME': {"e2volume":{"e2result":["True"],"e2resulttext":["Status"],"e2current":["50"],"e2ismuted":["True"]}} enigma2.0 2022-09-03 21:21:41.323 debug Box Sender: enigma2.0 2022-09-03 21:21:41.323 debug evaluating response for command 'GETINFO': {"e2abouts":{"e2about":[{"e2oeversion":["OE-Alliance 5.0"],"e2enigmaversion":["2022-09-01"],"e2distroversion":["openatv"],"e2imageversion":["7.0.20220903"],"e2driverdate":["20201218"],"e2webifversion":["OWIF 1.5.2"],"e2fpversion":["0"],"e2model":["UHD TRIO 4K"],"e2lanmac":["d0:27:29:0f:87:39"],"e2landhcp":["False"],"e2lanip":["192.168.1.150"],"e2lanmask":["255.255.255.0"],"e2langw":["192.168.1.1"],"e2hddinfo":[{"model":["Generic(STORAGE DEVICE)"],"capacity":["59.6 GB"],"free":["-1 MB"],"mount":[""]}],"e2tunerinfo":[{"e2nim":[{"name":["Tuner A"],"type":["Si2166D (DVB-S2X)"],"live":[""],"rec":[""]},{"name":["Tuner B"],"type":["ATBM7821 DVB-T2/C (DVB-T2)"],"live":[""],"rec":[""]}]}],"e2servicename":[""],"e2servicenamespace":[""],"e2serviceaspect":["0"],"e2serviceprovider":[""],"e2videowidth":["0"],"e2videoheight":["0"],"e2servicevideosize":["0x0"],"e2apid":["0"],"e2vpid":["0"],"e2pcrpid":["0"],"e2pmtpid":["0"],"e2txtpid":["N/A"],"e2tsid":["0"],"e2onid":["0"],"e2sid":["0"]}]}} enigma2.0 2022-09-03 21:21:41.314 debug message answer: Keine rechtzeitige Antwort enigma2.0 2022-09-03 21:21:41.313 debug evaluating response for command 'MESSAGEANSWER': {"e2simplexmlresult":{"e2state":["False"],"e2statetext":["Keine rechtzeitige Antwort"]}} enigma2.0 2022-09-03 21:21:41.301 debug Box Standby: true enigma2.0 2022-09-03 21:21:41.300 debug evaluating response for command 'GETSTANDBY': {"e2powerstate":{"e2instandby":["\ntrue\t"]}} enigma2.0 2022-09-03 21:21:41.280 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.280 debug creating request for command 'DEVICEINFO' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/deviceinfo') enigma2.0 2022-09-03 21:21:41.279 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.278 debug creating request for command 'GETMOVIELIST' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/getlocations') enigma2.0 2022-09-03 21:21:41.277 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.277 debug creating request for command 'TIMERLIST' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/timerlist') enigma2.0 2022-09-03 21:21:41.275 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.275 debug creating request for command 'ISRECORD' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/timerlist') enigma2.0 2022-09-03 21:21:41.274 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.273 debug creating request for command 'GETCURRENT' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/getcurrent') enigma2.0 2022-09-03 21:21:41.272 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.271 debug creating request for command 'GETVOLUME' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/vol') enigma2.0 2022-09-03 21:21:41.270 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.270 debug creating request for command 'GETINFO' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/about') enigma2.0 2022-09-03 21:21:41.268 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.267 debug creating request for command 'MESSAGEANSWER' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/messageanswer?getanswer=now') enigma2.0 2022-09-03 21:21:41.266 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.265 debug creating request for command 'GETSTANDBY' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/powerstate') enigma2.0 2022-09-03 21:21:41.264 info enigma2 Verbunden! enigma2.0 2022-09-03 21:21:41.158 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.156 debug creating request for command 'TIMERLIST' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/timerlist') enigma2.0 2022-09-03 21:21:41.153 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.152 debug creating request for command 'ISRECORD' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/timerlist') enigma2.0 2022-09-03 21:21:41.149 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.147 debug creating request for command 'GETCURRENT' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/getcurrent') enigma2.0 2022-09-03 21:21:41.145 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.144 debug creating request for command 'GETVOLUME' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/vol') enigma2.0 2022-09-03 21:21:41.142 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.141 debug creating request for command 'GETINFO' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/about') enigma2.0 2022-09-03 21:21:41.138 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.136 debug creating request for command 'MESSAGEANSWER' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/messageanswer?getanswer=now') enigma2.0 2022-09-03 21:21:41.118 debug using authorization with user 'root' enigma2.0 2022-09-03 21:21:41.105 debug creating request for command 'GETSTANDBY' (deviceId: 1, host: 192.168.1.150, port: 80, path: '/web/powerstate') javascript.0 2022-09-03 21:21:36.709 info script.js.Meine_Geräte.Anycubic_I3_Mega: 06. Anycubic i3 Mega Zähler zurücksetzen enigma2.0 2022-09-03 21:21:36.102 info starting Polling every 5000 ms enigma2.0 2022-09-03 21:21:36.096 debug config enigma2.0 2022-09-03 21:21:36.095 debug config Username: root enigma2.0 2022-09-03 21:21:36.094 debug config Port: 80 enigma2.0 2022-09-03 21:21:36.093 debug config IPAddress: 192.168.1.150 enigma2.0 2022-09-03 21:21:36.047 info starting. Version 1.3.4 (non-npm: Matten-Matten/ioBroker.enigma2#4198fa2049f66bb5eb274a24ae64f4fa3149065f) in /opt/iobroker/node_modules/iobroker.enigma2, node: v16.17.0, js-controller: 4.0.23
-
@flugschüler Damit kann man was anfangen. Es kommen keine Daten vom Receiver. Du benutzt root...Ändere mal deine Einstellungen im Receiver auf ohne Passwort-
Den Fehler kann ich abfangen und einen Pullrequest einstellen (mache ich morgen).
Sieht nach einem Softwarefehler aus...Edit:
PullrequestGruß//Lucky
-
@lucky_esa Wo finde ich die Einstellung ohne Passwort ?
-
Im WEBIF aber das bringt wohl nichts. Hier müsst ihr im openatv Forum fragen warum ihr bei http://192.168.xxx.xxx/web/getcurrent keine Daten bekommt.
Ich kann leider nicht testen das ich mit allen 4 Boxen noch auf openatv 6.0 bin.
Gruß//Lucky
-
@lucky_esa Kann man beim Adapter was ändern oder liegt es nur am Openatv?
-
@flugschüler Nach so einer Meldung würde ich sagen JA.
2022-09-03 21:21:41.502 debug evaluating response for command 'GETCURRENT': {"html":{"head":[{"title":["Processing Failed"]}],"body":[{"b":["Processing Failed"]}]}}
Gruß//Lucky