Hello
I just upgraded to plexmediaserver_0.9.14.6.1620-e0b7243_amd64.deb on my debian system.
Playback works fine, tested with Apple TV.
But i can no longer access the web interface.
After some digging, i found this;
on the server:
curl "hostname:32400/web/index.html"
curl: (52) Empty reply from server
--
but if i access with the hostname "localhost", it seems to work fine;
curl "localhost:32400/web/index.html"
<!DOCTYPE html><!--
======= ==
/==////== /==
/== /== /== ===== == ==
/======= /== ==///== //== ==
/==//// /== /======= //===
/== /== /==//// ==/==
/== /== //====== == //==
// // ///// // //
...
any ideas what might have gone wrong here?