applidium/Cracking-Siri

no input.sif after running ./speexEnc

jcla1 opened this issue · 0 comments

Hi there first of all!

Machine: MacBook Pro
OS: Mac OS X 10.7 Lion
Ruby: 1.8.7 patchlevel 249
ffmpeg version: 0.8.5

I tried doing the speech-to-text from any device and as I noticed after executing ./speexEnc there is no input.sif so the ruby script (Siri.old.inline.rb) fails in the init func:

Guzzoni TCP connection established. Setting up SSL layer
SSL layer to Guzzoni established !
Sent HTTP headers
Sent content header !
Guzzoni connection closed !
Siri.old.inline.rb:147:in initialize': No such file or directory - input.sif (Errno::ENOENT) from Siri.old.inline.rb:147:inopen'
from Siri.old.inline.rb:147:in ssl_handshake_completed' from /usr/local/rvm/gems/ruby-1.9.2-p290/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:inrun_machine'
from /usr/local/rvm/gems/ruby-1.9.2-p290/gems/eventmachine-0.12.10/lib/eventmachine.rb:256:in `run'
from Siri.old.inline.rb:199
zlib(finalizer): the stream was freed prematurely.

What can I do?