Elvis
Elvis
Get the following error message 10-15 seconds after starting HB, although it still seems to be running. ``` May 13 19:08:54 qnap-hb homebridge[4846]: Unhandled rejection TimeoutError: operation timed out May...
Have you considered updating the tools for iOS 7? iOS 7 uses MPTCP, a new protocol, and maybe new certificates. All of which have broken SiriProxy.
Instead of requiring one to manually specify the server IP address you can use UDPSocket to determine the IP address. require 'socket' addr = UDPSocket.open {|s| s.connect("255.255.255.0", 1); s.addr.last}
Not sure if this is a Ruby 2.0.0-p0 or siriproxy 0.5.2 problem. root@raspberrypi:~# siriproxy server -d 192.168.69.97 WARN: Unresolved specs during Gem::Specification.reset: rake (>= 0) WARN: Clearing out unresolved specs....
Beginning with SP 0.4.2 (with the new plugin_init), I have observed a problem where code in the initialization section gets run upon start of siriproxy server, not just upon a...
I figured out how to push custom pictures and IP camera images to Siri, which I will post my plugin when I finish tweaking it. Is there a way to...
Nice app, if I can get it working. Config 1. M1 MBP, MacOS Monterey 2. ATV 4Kg2, tvOS 15 Steps 1. Launch ATV Remote on M1 2. Select ATV to...
Add ability to launch a live IP camera feed or at least provide a button to do so.
Make plugin self aware of your configuration using the REST interface. Also consider using UPnP for auto discovery
Add ability to launch a live IP camera feed or at least provide a button to do so.