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
It seems that trying to call open_url without a domain does not work. Using a domain/hostname works fine, and I'm not even sure how it would be possible to parse IPv6 (example, ::1) since that would throw an invalid port error.
edit: Forgot about wrapping ipv6 in [], though that does not work here.
The text was updated successfully, but these errors were encountered:
It seems that trying to call
open_url
without a domain does not work. Using a domain/hostname works fine, and I'm not even sure how it would be possible to parse IPv6 (example,::1
) since that would throw an invalid port error.edit: Forgot about wrapping ipv6 in
[]
, though that does not work here.The text was updated successfully, but these errors were encountered: