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
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
With python3, if the pipeline command is invoked with an http(s) URL output, and if basic auth credentials are supplied using the URL pattern https://user:password@rest-of-api-url, it may fail due to psf/requests#4168 with the following message:
Traceback (most recent call last):
File "/Users/cory/.pyenv/versions/3.6.0/lib/python3.6/encodings/idna.py", line 165, in encode
raise UnicodeError("label empty or too long")
UnicodeError: label empty or too long
With
python3
, if thepipeline
command is invoked with an http(s) URL output, and if basic auth credentials are supplied using the URL patternhttps://user:password@rest-of-api-url
, it may fail due to psf/requests#4168 with the following message:On the FEC project, we worked around this issue by creating a
.netrc
file with basic auth credentials. See https://github.com/fecgov/fec-eregs/blob/develop/README.md#loading-fecs-regulationsThe text was updated successfully, but these errors were encountered: