MP-MP-MVC aliases in MPRester

Hi - related to the new data added last week, the MPRester API does not alias properly when asked for data by id. For example,

from pymatgen.ext.matproj import MPRester
m=MPRester(matproj_key)
m.get_entry_by_material_id(‘mvc-16085’)

Results in an error (no data to return etc). Going to the website:
https://materialsproject.org/materials/mvc-16085/

Directs to the page for mp-8016.

Is there a way to access this aliasing or redirection from the MPRester API?

Thanks!

Sorry, just saw the other question from a couple days ago.

Just to double check, is everything resolved with this issue?