-
Notifications
You must be signed in to change notification settings - Fork 343
rvmsudo ruby start.rb Error #45
Comments
Are you sure you are using Ruby 1.9.3 ? |
We no longer support Ruby 1.8, sorry. Switch to 1.9.3. See the readme. -Pete On Fri, Nov 25, 2011 at 8:44 AM, SONY5614 <
|
I'm sorry. |
No problem! You only need to use that once. RVM will then default to 1.9.3 until you Good luck! -Pete On Fri, Nov 25, 2011 at 9:31 AM, SONY5614 <
|
i have an error too when trying to run siri proxy but i think mine involves eventmachine sudo ruby start.rb sudo gem install eventmachine |
use "sudorvm ruby start.rb" If you still get the error, make sure nothing else is using TCP/443 (e.g. a -Pete On Fri, Nov 25, 2011 at 9:36 AM, Granit Dedushi <
|
plamoni , hjaltij Thank you!! |
I am having a similar problem. 1: When I use "sudorvm ruby start.rb" that doesn't work, but "rvmsudo ruby start.rb" does. Andrew-XXXXXXXX-iMac:SiriProxy Andrew$ lsof -i :443 Andrew-XXXXXXXX-iMac:SiriProxy Andrew$ lsof -i :443 Andrew-XXXXXXXX-iMac:SiriProxy Andrew$ |
rvmsudo ruby start.rb hasnt worked either and i dont have anything opened so im not sure what could be running on TCP/443 is there anyway to kill or find out what process is running on TCP/443? |
To figure out what is running on TCP/443 use the command "lsof -i |
Note that unless you run lsof as root, you only see processes running under Try: sudo lsof -i :443 | grep LISTEN This should give you anything listening on 443. -Pete |
That worked!!!!! Thanks so much for your help! |
The default on mine was set to 1.9.2 even though I used 'rvm use 1.9.3'. Until I used this command 'rvm use 1.9.3 --default' then it stayed on 1.9.3. (Just thought I would throw my two cents in.) |
I'm getting the same error as SONY. I'm using ruby 1.9.3 ...any help? |
Read my response, we solved SONY's problem. -Pete On Sat, Nov 26, 2011 at 10:04 AM, jgst <
|
Tried it, still getting same result |
Please give us some output from your console. Thanks! -Pete On Sat, Nov 26, 2011 at 1:42 PM, jgst <
|
/opt/local/lib/ruby/gems/1.8/bundler/gems/cora-fe8dccd79cae/lib/cora.rb:2:in require': /opt/local/lib/ruby/gems/1.8/bundler/gems/cora-fe8dccd79cae/lib/cora/plugin.rb:11: odd number list for Hash (SyntaxError) |
Sorry.Problem occurs again. MacBook-Pro:SiriProxy XXX$ rvm use 1.9.3 iPhone 4S "Test Siri proxy" |
SONY: If you don't get output on your SiriProxy console when you say jgst: You need to be using ruby 1.9.3. Check the readme for instructions. -Pete On Sat, Nov 26, 2011 at 7:49 PM, SONY5614 <
|
Please open individual issues if you're having trouble. I think everyone in here has been taken care of. |
Hi plamoni, i'm have the same trouble as SONY: $ rvmsudo ruby start.rb nothing happens and when i try to say 'test siri proxy' it even let me say, it says: "Sorry, i'm having trouble...". |
MacBook-Pro:SiriProxy XXXX$ bundle install
Using rake (0.9.2.2)
Using libxml-ruby (2.2.2)
Using CFPropertyList (2.0.17)
Using cora (0.0.2) from git://github.com/chendo/cora.git (at master)
Using eventmachine (0.12.10)
Using uuidtools (2.1.2)
Using bundler (1.0.21)
Your bundle is complete! Use
bundle show [gemname]
to see where a bundled gem is installed.MacBook-Pro:SiriProxy XXXX$ rvmsudo ruby start.rb
Password:
/opt/local/lib/ruby/gems/1.8/bundler/gems/cora-fe8dccd79cae/lib/cora.rb:2:in
require': /opt/local/lib/ruby/gems/1.8/bundler/gems/cora-fe8dccd79cae/lib/cora/plugin.rb:11: odd number list for Hash (SyntaxError) block: block, ^ /opt/local/lib/ruby/gems/1.8/bundler/gems/cora-fe8dccd79cae/lib/cora/plugin.rb:11: syntax error, unexpected ':', expecting '}' block: block, ^ /opt/local/lib/ruby/gems/1.8/bundler/gems/cora-fe8dccd79cae/lib/cora/plugin.rb:12: syntax error, unexpected ':', expecting '=' within_state: ([options[:within_state]].flatten) ^ /opt/local/lib/ruby/gems/1.8/bundler/gems/cora-fe8dccd79cae/lib/cora/plugin.rb:13: syntax error, unexpected '}', expecting kEND /opt/local/lib/ruby/gems/1.8/bundler/gems/cora-fe8dccd79cae/lib/cora/plugin.rb:76: syntax error, unexpected $end, expecting kEND from /opt/local/lib/ruby/gems/1.8/bundler/gems/cora-fe8dccd79cae/lib/cora.rb:2 from ./siri_proxy/plugin.rb:1:in
require'from ./siri_proxy/plugin.rb:1
from start.rb:17:in `require'
from start.rb:17
The text was updated successfully, but these errors were encountered: