sferik / twitter-ruby

A Ruby interface to the Twitter API.
http://www.rubydoc.info/gems/twitter
MIT License
4.58k stars 1.31k forks source link

Addressable::URI::InvalidURIError #891

Closed ZilvinasKucinskas closed 1 year ago

ZilvinasKucinskas commented 6 years ago

Calling:

TwitterClient.new.client.user(809373768).website

produces the following error:

Addressable::URI::InvalidURIError: Invalid character in host: 'xn--www sifuentes-epj.com'.

I believe this case should be handled by the gem.

dentarg commented 6 years ago

Same as https://github.com/sferik/twitter/issues/742