Details
Description
Set up a pypi proxy repository with remote of https://pypi.python.org/.
Then attempt to retreive "chardet-3.0.4-py2.py3-none-any.whl" through it:
This fails with the following exception:
2020-04-03 10:12:48,932-0500 WARN [qtp1316178961-176] admin org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Failure servicing: GET /repository/PyPI/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl org.sonatype.nexus.repository.pypi.internal.PyPiProxyFacetImpl$NonResolvablePackageException: Unable to find reference for chardet-3.0.4-py2.py3-none-any.whl in package bc at org.sonatype.nexus.repository.pypi.internal.PyPiProxyFacetImpl.getPackageUrl(PyPiProxyFacetImpl.java:178) at org.sonatype.nexus.repository.pypi.internal.PyPiProxyFacetImpl.getUrl(PyPiProxyFacetImpl.java:163) at org.sonatype.nexus.repository.proxy.ProxyFacetSupport.fetch(ProxyFacetSupport.java:402) at org.sonatype.nexus.repository.proxy.ProxyFacetSupport.doGet(ProxyFacetSupport.java:269) at org.sonatype.nexus.repository.proxy.ProxyFacetSupport.lambda$1(ProxyFacetSupport.java:245) at org.sonatype.nexus.common.io.CooperatingFuture.performCall(CooperatingFuture.java:122) at org.sonatype.nexus.common.io.CooperatingFuture.call(CooperatingFuture.java:64) at org.sonatype.nexus.common.io.ScopedCooperationFactorySupport$ScopedCooperation.cooperate(ScopedCooperationFactorySupport.java:99)
The exact same test using version 3.18.1 works.
Attachments
Issue Links
- is related to
-
NEXUS-23420 NonResolvablePackageException thrown when downloading a package through the PyPI group
-
- Closed
-