You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The adapter tries to pull information from :1925/1/powerstate but the Philips 32PFL7606K/02 doesn't provide this.
To Reproduce
Steps to reproduce the behavior:
Connect TV by IP, set API-version to V1
Open iobroker log
See a lot of errors
Expected behavior
Don't see errors ;)
Screenshots & Logfiles Could not poll API: {"statusCode":404,"body":"<html><head><title>Not Found</title></head><body>Not Found</body></html>","headers":{"content-length":"72","access-control-allow-origin":"*","cache-control":"no-cache","content-type":"text/html; charset=utf-8","date":"Fri, 08 Nov 2024 22:02:09 GMT"},"request":{"uri":{"protocol":"http:","slashes":true,"auth":null,"host":"192.168.29.207:1925","port":"1925","hostname":"192.168.29.207","hash":null,"search":null,"query":null,"pathname":"/1/powerstate","path":"/1/powerstate","href":"http://192.168.29.207:1925/1/powerstate"},"method":"GET","headers":{}}}
Versions:
Adapter version: v0.5.4
JS-Controller version: 6.0.11
Node version: v20.18.0
Operating system: Debian GNU/Linux 12 (bookworm)
Additional context
Obviously this tv doesn't provide this endpoint. Maybe you could add an option to stop spamming the log if an endpoint isn't available (404).
The text was updated successfully, but these errors were encountered:
Describe the bug
The adapter tries to pull information from :1925/1/powerstate but the Philips 32PFL7606K/02 doesn't provide this.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Don't see errors ;)
Screenshots & Logfiles
Could not poll API: {"statusCode":404,"body":"<html><head><title>Not Found</title></head><body>Not Found</body></html>","headers":{"content-length":"72","access-control-allow-origin":"*","cache-control":"no-cache","content-type":"text/html; charset=utf-8","date":"Fri, 08 Nov 2024 22:02:09 GMT"},"request":{"uri":{"protocol":"http:","slashes":true,"auth":null,"host":"192.168.29.207:1925","port":"1925","hostname":"192.168.29.207","hash":null,"search":null,"query":null,"pathname":"/1/powerstate","path":"/1/powerstate","href":"http://192.168.29.207:1925/1/powerstate"},"method":"GET","headers":{}}}
Versions:
Additional context
Obviously this tv doesn't provide this endpoint. Maybe you could add an option to stop spamming the log if an endpoint isn't available (404).
The text was updated successfully, but these errors were encountered: