Hello,
I am trying to connect to my Plex server running on a QNAP NAS on my network. When I run the request in Postman I get this error:
Error: connect EHOSTUNREACH 192.168.1.70:32400 - Local (192.168.1.10:59126)
I have looked through the forum and cannot find anything related to my issue (there are lots of localhost queries but I’ve not seen anything about local network access).
This is the curl of my request
curl --location 'http://192.168.1.70:32400/library/sections?X-Plex-Token=<token>'
If I take the request from the curl and paste it into my browser it works fine and I get a response back.
I have turned off proxy settings in Postman and cannot see anything else obvious that would explain why it cannot see the server.
Is there anything else that I might be missing?! The fact that the error message mentions “- Local (192.168.1.10:59126)” makes me wonder whether Postman isn’t actually sending the request to 192.168.1.70 - but this is just a guess!
Thanks in advance