philips-tv icon indicating copy to clipboard operation
philips-tv copied to clipboard

Getting "The server has not found anything" when running commands

Open Szmiglo opened this issue 6 years ago • 3 comments

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?

Szmiglo avatar Oct 05 '18 23:10 Szmiglo

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

arzzen avatar Oct 20 '18 17:10 arzzen

Thank you for response! My nmap output:

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.

Szmiglo avatar Oct 20 '18 18:10 Szmiglo

Any update on this matter? :)

Szmiglo avatar Nov 15 '18 21:11 Szmiglo