Hi,
i'm hitting this error using the Heroku API:
>> heroku = Heroku::Client.new(ENV['HEROKU_USER'], ENV['HEROKU_PASSWORD'])
>> heroku.add_domain('myapp', 'test.com')
TypeError: can't convert RestClient::Payload::Base into String
/disk1/home/slugs/............../mnt/vendor/rails/activesupport/lib/
active_support/core_ext/string/output_safety.rb:34:in
`concat_without_safety'
/disk1/home/slugs/............../mnt/vendor/rails/activesupport/lib/
active_support/core_ext/string/output_safety.rb:34:in `<<'
/usr/ruby1.8.7/lib/ruby/1.8/openssl/buffering.rb:170:in `do_write'
/usr/ruby1.8.7/lib/ruby/1.8/openssl/buffering.rb:192:in `write'
The same error happens in local and using the Heroku console too.
Any tip please?
Regards,
Daniele
--
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.