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
While processing the recent uploads in some cases we get an error like this:
Could not fetch details of PyPI package from 'https://pypi.org/pypi/datatable-examples/json'. Error: <class 'urllib.error.HTTPError'>: HTTP Error 404: Not Found
I wonder, does that mean that the package was removed already (within minutes?) Why was it in the recent.xml file but not on pypi?
What shall we do in this case?
Remove the package from the database?
Include the package, but report it somehow?
The text was updated successfully, but these errors were encountered:
@szabgab
If it's give 404, meaning it's removed. So there is no point keeping it database.
Could you please share some example package url, so that we can check what's the actual reason?
While processing the recent uploads in some cases we get an error like this:
The text was updated successfully, but these errors were encountered: