volumio / Volumio2

Volumio 2 - Audiophile Music Player
http://volumio.org
Other
1.38k stars 315 forks source link

No connection possible via LAN #1417

Open luha3296 opened 6 years ago

luha3296 commented 6 years ago

Hello,

I guess the solution for this must be very simple... The problem is: I can see that the Pi with volumio is online because I see it's IP in my routers backend. But if I try to open the WebUI via IP/wizard or the app there is no connection possible.

I don't get what the problem is. Can you help me?

Thanks, Lukas

xipmix commented 6 years ago
luha3296 commented 6 years ago
xipmix commented 6 years ago

Hi , is this still an issue with the latest volumio? If not, please close ...

Otherwise, what do you see when you try

$ telnet 192.168.0.2 80

where the IP is the one volumio uses? If you get 'connected', type in this:

GET / HTTP/1.0

I see roughly this:

$ telnet 192.168.0.2 80
Trying 192.168.0.2...
Connected to 192.168.0.2.
Escape character is '^]'.
GET / HTTP/1.0    #I typed this bit

HTTP/1.1 200 OK
X-Powered-By: Express
Accept-Ranges: bytes
Cache-Control: public, max-age=0
Last-Modified: Tue, 19 Dec 2017 17:04:05 GMT
ETag: W/"b21-1606fbb7788"
Content-Type: text/html; charset=UTF-8
Content-Length: 2849
Vary: Accept-Encoding
Date: Fri, 05 Jan 2018 08:23:41 GMT
Connection: close

<!doctype html><html ng-app="volumio"><head><meta charset="utf-8"><title>Volumio - Audiophile Music Player</title><meta name="description" ...

which tells us that the web UI is running ok.

It would also be useful to run the same check on port 3000 as well as port 80 (shown above).