Closed andymcblane closed 11 years ago
That is not an error, you will need to post the whole output.
[Info - iPhone] Received Object: SpeechPacket
[Info - iPhone] Received Object: SpeechPacket
Create server for iPhone connection
start conn #<SiriProxy::Connection::Iphone:0x10c2600 @signature=30, @processed_headers=false, @output_buffer="", @input_buffer="", @unzipped_input="", @unzipped_output="", @unzip_stream=#run_machine': Interrupt from /usr/local/rvm/gems/ruby-1.9.3-p362/gems/eventmachine-1.0.0/lib/eventmachine.rb:187:in
run'
from /usr/local/rvm/gems/ruby-1.9.3-p362/gems/siriproxy-0.3.2/lib/siriproxy.rb:16:in initialize' from /usr/local/rvm/gems/ruby-1.9.3-p362/gems/siriproxy-0.3.2/lib/siriproxy/command_line.rb:96:in
new'
from /usr/local/rvm/gems/ruby-1.9.3-p362/gems/siriproxy-0.3.2/lib/siriproxy/command_line.rb:96:in start_server' from /usr/local/rvm/gems/ruby-1.9.3-p362/gems/siriproxy-0.3.2/lib/siriproxy/command_line.rb:85:in
run_server'
from /usr/local/rvm/gems/ruby-1.9.3-p362/gems/siriproxy-0.3.2/lib/siriproxy/command_line.rb:37:in initialize' from /usr/local/rvm/gems/ruby-1.9.3-p362/gems/siriproxy-0.3.2/bin/siriproxy:6:in
new'
from /usr/local/rvm/gems/ruby-1.9.3-p362/gems/siriproxy-0.3.2/bin/siriproxy:6:in <top (required)>' from /usr/local/rvm/gems/ruby-1.9.3-p362/bin/siriproxy:23:in
load'
from /usr/local/rvm/gems/ruby-1.9.3-p362/bin/siriproxy:23:in `
root@raspberrypi:~# siriproxy server
Starting SiriProxy on port 443..
SiriProxy up and running.
Create server for iPhone connection
start conn #<SiriProxy::Connection::Iphone:0x1b80550 @signature=3, @processed_headers=false, @output_buffer="", @input_buffer="", @unzipped_input="", @unzipped_output="", @unzip_stream=#
Look like you closed it with ctrl+c and then started it again? Don't actually see an error still.
I can be a derp sometimes..
Sorry
root@raspberrypi:~# siriproxy server
Starting SiriProxy on port 443..
SiriProxy up and running.
Create server for iPhone connection
start conn #<SiriProxy::Connection::Iphone:0x1b80550 @signature=3, @processed_headers=false, @output_buffer="", @input_buffer="", @unzipped_input="", @unzipped_output="", @unzip_stream=#
Same thing again, that bit isn't an error it's just the iPhone connecting/keeping the connection open.
I swear I posted something else..
Create server for iPhone connection
start conn #<SiriProxy::Connection::Iphone:0x966a400 @signature=880, @processed_headers=false, @output_buffer="", @input_buffer="", @unzipped_input="", @unzipped_output="", @unzip_stream=#
There we go!
Edit.. Hm. It's changing it.
Create server for iPhone connection
start conn #<SiriProxy::Connection::Iphone:0x966a400 @signature=880, @processed_headers=false, @output_buffer="", @input_buffer="", @unzipped_input="", @unzipped_output="", @unzip_stream=#
I have the same problem, as i understand this is an iphone opening the connection, but after that, nothing else happens... no response no speechpackets, nothing....
Can anyone help on why nothing is being sent trough, because there is clearly some kind of connection...
So are you seeing a bunch of these when you open the connection followed by a crash? If so, do a siriproxy update --branch dev
and that should resolve the issue.
Create server for iPhone connection start conn #<SiriProxy::Connection::Iphone:0x966a400 @signature=880, @processed_headers=false, @output_buffer="", @input_buffer="", @unzipped_input="", @unzipped_output="", @unzip_stream=#, @zip_stream=#Zlib::Deflate:0x96695dc, @consumed_ace=false, @name="iPhone", @ssled=false>
[Info - Plugin Manager] Plugins laoded: [#<SiriProxy::Plugin::Example:0x968a818 @manager=#<SiriProxy::PluginManager:0x9685750 @plugins=[...]>>]
This error I'm getting even when the Server is idle.. Nothing is connecting to it..
It is connected to a DHCP network and having DNS auto pushed to all devices.
I have changed /etc/resolve.conf to have nameserver (DNS [Same that's being pushed by DHCP]) nameserver (SAME AS ABOVE)
Yet it still crashes.. What do I do?