Manifest not found message in minnie65 meshes

When using meshparty to download meshes in the minnie65 dataset, I get, for example: ‘MeshDecodeError: Manifest not found for segment 864691136118988312.’

This is a PTC inhibitory neuron (from the AIBS data table) and also shows up in the synapse query tables. When attempting to visualize this root_id in neuroglancer, there is no visible segmentation and when attempting to download, the manifest error message is returned.

Is there a workaround? Any advice is much appreciated.
Shawn

I think this is because you are using the wrong cloudvolume source to download the most recent version of the meshes. Unfortunately, the pipeline that generates the static segmentation and static meshes is expensive and we cannot afford to run it on every data release, but we can for the dynamic meshes which are available for all root_ids, even historical versions.

This is explained here Cubic Millimeter — MICrONS Explorer

having a code snippet of what you are trying to do will also help here.

cv=client.info.segmentation_cloudvolume()

will get you the right cloudvolume to utilize for meshes. We made the documentation for that static meshes as those are also useful in that they have multiple resolutions and correspond directly to the neuroglancer view we have available with the static segmentation and meshes.