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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I happened to notice that some of the repodata.json files (such as https://conda.anaconda.org/conda-forge/linux-armv7l/repodata.json and https://conda.anaconda.org/conda-forge/linux-32/repodata.json) are returning a Content-Type of
binary/octet-stream
instead ofapplication/json
which makes it so that HTTP libraries don't do the right thing knowing it's json and parsing accordingly. I've worked around it in my code but probably worth fixing for others who may similarly be looking at this metadata.Beta Was this translation helpful? Give feedback.
All reactions