I may have messed up something on my system, so forgive me if this is
a dumb error. I am running Windows XP.
ruby 1.8.7
heroku (1.0.1, 1.0, 0.9.2)
Basically, what I am trying to tinker with is Jabbify hosted on Heroku
for an application written in Sinatra. (In reality, what I _want_ is a
nice comet/push solution that I can host on Heroku, and I've
discovered Jabbify... if anyone has any thoughts on _that_ send em my
way!)
When I try to do any heroku commands that hit up the web I get this
error:
C:\sandbox\skunk\fail>heroku create
c:/ruby/lib/ruby/1.8/uri/common.rb:436:in `split': bad URI(is not
URI?): 10.17.
.73:8080 (URI::InvalidURIError)
from c:/ruby/lib/ruby/1.8/uri/common.rb:485:in `parse'
from c:/ruby/lib/ruby/gems/1.8/gems/rest-client-1.0.3/lib/
restclient/re
uest.rb:65:in `net_http_class'
from c:/ruby/lib/ruby/gems/1.8/gems/rest-client-1.0.3/lib/
restclient/re
uest.rb:108:in `transmit'
from c:/ruby/lib/ruby/gems/1.8/gems/rest-client-1.0.3/lib/
restclient/re
uest.rb:49:in `execute_inner'
from c:/ruby/lib/ruby/gems/1.8/gems/rest-client-1.0.3/lib/
restclient/re
uest.rb:39:in `execute'
from c:/ruby/lib/ruby/gems/1.8/gems/rest-client-1.0.3/lib/
restclient/re
uest.rb:17:in `execute'
from c:/ruby/lib/ruby/gems/1.8/gems/rest-client-1.0.3/lib/
restclient/re
ource.rb:57:in `post'
from c:/ruby/lib/ruby/gems/1.8/gems/heroku-1.0.1/bin/../lib/
heroku/clie
t.rb:412:in `send'
from c:/ruby/lib/ruby/gems/1.8/gems/heroku-1.0.1/bin/../lib/
heroku/clie
t.rb:412:in `process'
from c:/ruby/lib/ruby/gems/1.8/gems/heroku-1.0.1/bin/../lib/
heroku/clie
t.rb:398:in `post'
from c:/ruby/lib/ruby/gems/1.8/gems/heroku-1.0.1/bin/../lib/
heroku/clie
t.rb:53:in `create'
from c:/ruby/lib/ruby/gems/1.8/gems/heroku-1.0.1/bin/../lib/
heroku/comm
nds/app.rb:18:in `create'
from c:/ruby/lib/ruby/gems/1.8/gems/heroku-1.0.1/bin/../lib/
heroku/comm
nd.rb:38:in `send'
from c:/ruby/lib/ruby/gems/1.8/gems/heroku-1.0.1/bin/../lib/
heroku/comm
nd.rb:38:in `run_internal'
from c:/ruby/lib/ruby/gems/1.8/gems/heroku-1.0.1/bin/../lib/
heroku/comm
nd.rb:11:in `run'
from c:/ruby/lib/ruby/gems/1.8/gems/heroku-1.0.1/bin/heroku:14
from c:/ruby/bin/heroku:19:in `load'
from c:/ruby/bin/heroku:19
Odd.
When I try a git push to heroku, this is what comes up:
C:\sandbox\skunk\fail>git push heroku master
Counting objects: 134, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (120/120), done.
Writing objects: 100% (128/128), 157.81 KiB, done.
Total 128 (delta 48), reused 0 (delta 0)
fatal: early EOF
error: unpack failed: index-pack abnormal exit
To g...@herokuproxy:evening-samurai-87.git
! [remote rejected] master -> master (n/a (unpacker error))
error: failed to push some refs to 'g...@herokuproxy:evening-
samurai-87.git'
(herokuproxy makes reference to a putty setup I have, allowing access
through my firewall. I haven't used heroku in a few weeks, but it's
worked just fine in the past. A link about it is here:
http://regexeverything.wordpress.com/2009/07/02/heroku-through-a-proxy-server/
)
Thanks for any advice!
-Tom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Heroku" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---