mwunsch / tumblr

Command line interface and Ruby client for the Tumblr API (v2)
MIT License
282 stars 43 forks source link

Custom Domain Authentication #23

Closed wwwjscom closed 11 years ago

wwwjscom commented 11 years ago

Hi

Thanks for the gem, but I'm having a bit of an issue. I'm using a custom domain, and it cannot authenticate the gem. I turned off my custom domain, instead used xyz.tumblr.com, and that worked fine. Once I re-enabled the custom domain (post authentication), it errors out:

~/.rvm/rubies/ruby-1.9.3-p327/lib/ruby/1.9.1/net/http.rb:762:in `initialize': getaddrinfo: nodename nor 
servname provided, or not known (SocketError)

Any suggestions?

Thanks!

mwunsch commented 11 years ago

I'm not quite sure what you're attempting. Can you provide more of the stack trace, and more information about your usage? Code snippet would be fantastic.

This error appears when there is a DNS issue. Can you curl the api url?

mwunsch commented 11 years ago

@wwwjscom Are you still seeing this issue? If so, can you answer my question?