ChriD / Raumserver

Raumserver - A HTTP Request Server to control the RF-Multiroom System
32 stars 11 forks source link

Empty reply from server #44

Open juekr opened 7 years ago

juekr commented 7 years ago

I installed raumserver on a raspberry pi and after solving a few dependency troubles, it seems to start up just fine. According to the logfile, all three of my Raumfeld devices are being discovered and continuously monitored. sudo netstat -plant | grep "raum" tells me that the server is up and running, connected to my Raumfeld controller and listening to 0.0.0.0:8080.

But whenever I try to connect to the server on port 8080 (I tried via browser, telnet and curl), I get an empty response.

So, I'm not sure if there's a bug, an error in my configuration or if I am missing something – but if anybody could point me in the right direction, I would be very thankful.

ChriD commented 7 years ago

Did you try it with the requests given in the wiki? So you should try do example: ip:port/raumserver/data/getVersion

juekr commented 7 years ago

Yes that is the URL I've tried.

ChriD commented 7 years ago

Hmmm.. I have no idea what could be the problem in this case. Let me think about it a while...

ChriD commented 7 years ago

which RPI Version do u use? RPI1 2 or 3?