You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As feedbag uses URI.parse and Open::URI we've started getting tons of errors like the following:
URI::InvalidURIError: URI must be ascii only "https://www.rehabsociety.org.hk/zh-hant/\u4E3B\u9801/feed/"
Workaround here is to escape the URL before passing it to feedbag, but it'd be really useful if feedbag will be able to work with non-ASCII URIs (aka IRI)
Thanks in advance
The text was updated successfully, but these errors were encountered:
VladYermakov
changed the title
Add support of non-ASCII URLs
Add support for non-ASCII URLs
Jul 23, 2021
As feedbag uses
URI.parse
andOpen::URI
we've started getting tons of errors like the following:Workaround here is to escape the URL before passing it to feedbag, but it'd be really useful if feedbag will be able to work with non-ASCII URIs (aka IRI)
Thanks in advance
The text was updated successfully, but these errors were encountered: