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
Hi! Very good initiative you've made here! But I have an issue. I have PHILIPS 55PUS7170 . When running any of the commands I'm getting error:
<html> <head> <title>Status page</title> </head> <body style="font-family: sans-serif;"> <p style="font-size: 1.2em;font-weight: bold;margin: 1em 0px;">Not Found</p> <p>The server has not found anything matching the request URI</p> <p>You can get technical details <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5">here</a>.<br> Please continue your visit at our <a href="/">home page</a>. </p> </body> </html>
The same when I'm accessing https://[my-ip]:1926/
Do you know how to overcome this?
The text was updated successfully, but these errors were encountered:
hi @Szmiglo you can try use 1925 port?
or you can scan all port on your tv ip with nmap nmap -p0-65535 yourip -T5
my output:
PORT STATE SERVICE
1900/tcp open upnp
1925/tcp open discovery-port
1926/tcp open egs
5555/tcp open freeciv
6466/tcp open unknown
6467/tcp open unknown
8008/tcp open http
8009/tcp open ajp13
9000/tcp open cslistener
23457/tcp open aequus-alt
49153/tcp open unknown
49154/tcp open unknown
PORT STATE SERVICE
1925/tcp open discovery-port
1926/tcp open egs
5555/tcp open freeciv
6466/tcp open unknown
6467/tcp open unknown
8008/tcp open http
8009/tcp open ajp13
9000/tcp open cslistener
49153/tcp open unknown
49154/tcp open unknown
49157/tcp open unknown
When using 1925 it gives output:
Not Found
The server has not found anything matching the request URI
You can get technical details here.
Please continue your visit at our home page.
Hi! Very good initiative you've made here! But I have an issue. I have PHILIPS 55PUS7170 . When running any of the commands I'm getting error:
<html> <head> <title>Status page</title> </head> <body style="font-family: sans-serif;"> <p style="font-size: 1.2em;font-weight: bold;margin: 1em 0px;">Not Found</p> <p>The server has not found anything matching the request URI</p> <p>You can get technical details <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5">here</a>.<br> Please continue your visit at our <a href="/">home page</a>. </p> </body> </html>
The same when I'm accessing https://[my-ip]:1926/
Do you know how to overcome this?
The text was updated successfully, but these errors were encountered: