What operating system are you using? Has this worked before for you or have you always gotten stuck here? Thanks, wes
On Wednesday, May 30, 2012 10:21:32 AM UTC-5, Steph M wrote: > > 'ruby -v' just gives me >. I'm not using ruby. Sorry, I'm new to this, I > thought I would just be able to upload a php web app to Facebook using > Heroku as free https host according to this: > https://devcenter.heroku.com/articles/facebook > > Do I have to use Ruby? > > FYI I just updated to the latest version of Heroku toolbelt and I'm still > getting this after entering my password @ login (I also changed my password > via Heroku site before trying to login again thru Terminal, just to make > sure it's not b/c of incorrect login info): > > /Users/smongon/.heroku/client/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:9:in > > `initialize': Cannot allocate memory - connect(2) > (Excon::Errors::SocketError) > from > /Users/smongon/.heroku/client/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:9:in > > `new' > from > /Users/smongon/.heroku/client/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:9:in > > `connect' > from > /Users/smongon/.heroku/client/vendor/gems/excon-0.13.4/lib/excon/socket.rb:16:in > > `initialize' > from > /Users/smongon/.heroku/client/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:31:in > > `initialize' > from > /Users/smongon/.heroku/client/vendor/gems/excon-0.13.4/lib/excon/connection.rb:326:in > > `new' > from > /Users/smongon/.heroku/client/vendor/gems/excon-0.13.4/lib/excon/connection.rb:326:in > > `socket' > from > /Users/smongon/.heroku/client/vendor/gems/excon-0.13.4/lib/excon/connection.rb:171:in > > `request_kernel' > from > /Users/smongon/.heroku/client/vendor/gems/excon-0.13.4/lib/excon/connection.rb:97:in > > `request' > from > /Users/smongon/.heroku/client/vendor/gems/heroku-api-0.2.1/lib/heroku/api.rb:60:in > > `request' > from > /Users/smongon/.heroku/client/vendor/gems/heroku-api-0.2.1/lib/heroku/api/login.rb:9:in > > `post_login' > from /Users/smongon/.heroku/client/lib/heroku/auth.rb:81:in `api_key' > from /Users/smongon/.heroku/client/lib/heroku/auth.rb:188:in > `ask_for_credentials' > from /Users/smongon/.heroku/client/lib/heroku/auth.rb:219:in > `ask_for_and_save_credentials' > from /Users/smongon/.heroku/client/lib/heroku/auth.rb:85:in > `get_credentials' > from /Users/smongon/.heroku/client/lib/heroku/auth.rb:39:in `login' > from /Users/smongon/.heroku/client/lib/heroku/command/auth.rb:22:in `login' > from /Users/smongon/.heroku/client/lib/heroku/command.rb:181:in `send' > from /Users/smongon/.heroku/client/lib/heroku/command.rb:181:in `run' > from /Users/smongon/.heroku/client/lib/heroku/cli.rb:9:in `start' > from /usr/bin/heroku:28 > > Thanks for your patience & your help! > > > On Tuesday, May 29, 2012 10:56:37 AM UTC-4, geemus wrote: >> >> That is a new one by me I'm afraid. Can you try `ruby -v` and see what >> it says? >> >> On Saturday, May 26, 2012 8:42:36 AM UTC-5, Steph M wrote: >>> >>> I've installed Heroku toolbelt on my osx 10.7.4 mac (git also installed, >>> ruby not installed), and after entering my Heroku password at login I get: >>> >>> /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:9:in >>> `initialize': Cannot allocate memory - connect(2) >>> (Excon::Errors::SocketError) >>> from >>> /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:9:in >>> `new' >>> from >>> /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:9:in >>> `connect' >>> from /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/socket.rb:16:in >>> `initialize' >>> from >>> /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/ssl_socket.rb:31:in >>> `initialize' >>> from >>> /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/connection.rb:326:in >>> `new' >>> from >>> /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/connection.rb:326:in >>> `socket' >>> from >>> /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/connection.rb:171:in >>> `request_kernel' >>> from >>> /usr/local/heroku/vendor/gems/excon-0.13.4/lib/excon/connection.rb:97:in >>> `request' >>> from /usr/local/heroku/vendor/gems/heroku-api-0.2.1/lib/heroku/api.rb:60:in >>> `request' >>> from >>> /usr/local/heroku/vendor/gems/heroku-api-0.2.1/lib/heroku/api/login.rb:9:in >>> `post_login' >>> from /usr/local/heroku/lib/heroku/auth.rb:81:in `api_key' >>> from /usr/local/heroku/lib/heroku/auth.rb:188:in `ask_for_credentials' >>> from /usr/local/heroku/lib/heroku/auth.rb:219:in >>> `ask_for_and_save_credentials' >>> from /usr/local/heroku/lib/heroku/auth.rb:85:in `get_credentials' >>> from /usr/local/heroku/lib/heroku/auth.rb:39:in `login' >>> from /usr/local/heroku/lib/heroku/command/auth.rb:22:in `login' >>> from /usr/local/heroku/lib/heroku/command.rb:181:in `send' >>> from /usr/local/heroku/lib/heroku/command.rb:181:in `run' >>> from /usr/local/heroku/lib/heroku/cli.rb:9:in `start' >>> from /usr/bin/heroku:28 >>> >>> Any ideas about what to do? Thanks! >>> >>> On Thursday, May 24, 2012 7:16:57 PM UTC-4, geemus wrote: >>>> >>>> Sorry for the trouble, I'm not sure where that disconnect is happening. >>>> I did fix that particular bug in the latest release though, so if you >>>> bump >>>> up to v2.26.1 I think you'll have better luck. Let me know if you still >>>> have problems though and I'll be happy to help out further. >>>> Thanks! >>>> wes >>>> >>>> On Sunday, April 15, 2012 9:44:38 PM UTC-5, nojo wrote: >>>>> >>>>> Just getting started with Heroku, I installed toolbelt on my Mac with >>>>> the installer. When I run heroku login, I get the following: >>>>> >>>>> >>>>> $ heroku login >>>>> /usr/local/heroku/lib/heroku/updater.rb:33: warning: parenthesize >>>>> argument(s) for future version >>>>> /usr/local/heroku/vendor/gems/netrc-0.7.1/lib/netrc.rb:79:in `readto': >>>>> undefined local variable or method `count' for []:Array (NameError) >>>>> from >>>>> /usr/local/heroku/vendor/gems/netrc-0.7.1/lib/netrc.rb:85:in >>>>> `parse' >>>>> from >>>>> /usr/local/heroku/vendor/gems/netrc-0.7.1/lib/netrc.rb:20:in >>>>> `read' >>>>> from /usr/local/heroku/lib/heroku/auth.rb:92:in `netrc' >>>>> from /usr/local/heroku/lib/heroku/auth.rb:66:in >>>>> `delete_credentials' >>>>> from /usr/local/heroku/lib/heroku/auth.rb:21:in `login' >>>>> from /usr/local/heroku/lib/heroku/command/auth.rb:12:in >>>>> `login' >>>>> from /usr/local/heroku/lib/heroku/command.rb:148:in `send' >>>>> from /usr/local/heroku/lib/heroku/command.rb:148:in `run' >>>>> from /usr/local/heroku/lib/heroku/cli.rb:9:in `start' >>>>> from /usr/bin/heroku:28 >>>>> $ >>>>> >>>>> Any hints about what I need to do? Thanks. >>>> >>>> -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
