-
Notifications
You must be signed in to change notification settings - Fork 19
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
API only accessable via localhost:port #28
Comments
Hi, I'm having the same issue, the problem is probably that the hostname of the server is set as I believe the way to fix this would be to change it to I don't have the tooling installed so I can't check if it works and submit a PR... |
I can make the change in early Jan since I'm currently travelling. |
I've released a new version today which should fix the issue. Let me know if it works for you. |
Sorry I was busy and couldn't check it until now, it still doesn't work if the request comes from another device. |
I want to add Hyperion in some home automation integration to start/stop the capturing. This could easily be done via the HTTP commands, but I only can access them on the device which is running the screen capture application and by using "localhost".
works:
localhost:port/API?command=STATE
doesn't work:
127.0.0.1:port/API?command=STATE
192.168.2.245:port/API?command=STATE
Could you please take a look into this? Thanks.
The text was updated successfully, but these errors were encountered: