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 far as I know, the URI schema for files is file://host/path, which becomes file:///path on localhost, so eg file:///tmp/foobar is valid, but parse_url fails on it:
As far as I know, the URI schema for files is
file://host/path
, which becomesfile:///path
onlocalhost
, so egfile:///tmp/foobar
is valid, butparse_url
fails on it:Session info:
I verified that the same error happens with the current dev version of
httr
as well.The text was updated successfully, but these errors were encountered: