Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Szmiglo opened this issue Oct 5, 2018 · 3 comments
Open
Labels
bug Something isn't working

Comments

@Szmiglo
Copy link

Szmiglo commented Oct 5, 2018

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?

@arzzen arzzen added the bug Something isn't working label Oct 14, 2018
@arzzen
Copy link
Owner

arzzen commented Oct 20, 2018

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

@Szmiglo
Copy link
Author

Szmiglo commented Oct 20, 2018

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
Copy link
Author

Szmiglo commented Nov 15, 2018

Any update on this matter? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants