Mp-510271 detail page is always loading

the detail page of mp-510271 is always loading for server days and now is still, the link is https://next-gen.materialsproject.org/materials/mp-510271?material_ids=mp-510271, but other material’s detail page can show up for less one second,.

please help me check what’s the problem and thank you very much.

@zou_zy thank you for reporting this. We will take a look right away.

– Jason

Hi @zou_zy!

Adding on to @munrojm’s answer: in case you need data from that page, it’s available from MP’s API:

from mp_api.client import MPRester

with MPRester(<insert your API key>) as mpr:
    mp_510271_summary_doc = mpr.materials.summary.search(material_ids=["mp-510271"])
1 Like

@zou_zy we’ve fixed this issue in the deployment last Friday. Thanks @ruoxiyang!

1 Like