Closed
Bug 1376028
Opened 8 years ago
Closed 8 years ago
get_pings_properties broken for some paths
Categories
(Data Platform and Tools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: frank, Assigned: mreid)
References
Details
This is due to the lazy json problem, as usual. It's not clear there's a fix, but this might put us over the edge of removing it entirely. Notebook below proves it's the problem by showing the paths resolve if `deepcopy` is mapped to the pings first.
https://gist.github.com/fbertsch/ad4c622b47f73aa6cd76d57d860e41ab
Reporter | ||
Updated•8 years ago
|
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mreid
Assignee | ||
Comment 1•8 years ago
|
||
Reporter | ||
Comment 2•8 years ago
|
||
Problem uploading the change using pypi:
Upload failed (410): Gone (This API has been deprecated and removed from legacy PyPI in favor of using the APIs available in the new PyPI.org implementation of PyPI (located at https://pypi.org/). This is a 24h brownout of the API and access will be restored on June 30th. Please switch to PyPI.ORG for uploads prior to July 3rd when this API will be removed for good. For more information about migrating your use of this API to PyPI.org, please see https://packaging.python.org/guides/migrating-to-pypi-org/#uploading. For more information about the sunsetting of this API, please see https://mail.python.org/pipermail/distutils-sig/2017-June/030766.html)
error: Upload failed (410): Gone (This API has been deprecated and removed from legacy PyPI in favor of using the APIs available in the new PyPI.org implementation of PyPI (located at https://pypi.org/). This is a 24h brownout of the API and access will be restored on June 30th. Please switch to PyPI.ORG for uploads prior to July 3rd when this API will be removed for good. For more information about migrating your use of this API to PyPI.org, please see https://packaging.python.org/guides/migrating-to-pypi-org/#uploading. For more information about the sunsetting of this API, please see https://mail.python.org/pipermail/distutils-sig/2017-June/030766.html)
Reporter | ||
Comment 3•8 years ago
|
||
This has been deployed.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Telemetry APIs for Analysis → General
You need to log in
before you can comment on or make changes to this bug.
Description
•