Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: data release None no longer supported by the Marvin API. Update to a later MPL or use Marvin's local file access mode instead #819

Open
hplana opened this issue Sep 30, 2024 · 3 comments

Comments

@hplana
Copy link

hplana commented Sep 30, 2024

Describe the bug
I try to use Marvin with the python package.
I enter python3, I import marvin

import marvin
There I have a warning:
[WARNING]: /Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/marvin/init.py:400: MarvinUserWarning: path /Users/plana/sas/dr17/manga/spectro/analysis/v3_1_1/3.1.0/dapall-v3_1_1-3.1.0.fits cannot be found. Setting dapall to None.
warnings.warn('path {0} cannot be found. Setting dapall to None.'

I am not sure the warning is important.
I then try the example to retrieve an data cube:

my_cube = marvin.tools.Cube('8485-1901')

After a few seconds, I have errors messages, ending with:
brain.core.exceptions.BrainError: Requests Http Status Error: 409 Client Error: CONFLICT for url: https://magrathea.sdss.org/marvin/api/cubes/8485-1901/
Error: data release None no longer supported by the Marvin API. Update to a later MPL or use Marvin's local file access mode instead.

I am not sure what that's means. I know that Marvin had some trouble last week.
Can you help me.
Thanks a lot.

H. PLana

@bretthandrews
Copy link
Contributor

This should fix the problem for the mean time until @havok2063 can release a new version: #810 (comment)

@havok2063
Copy link
Collaborator

Yeah apologies for the delay in releasing a new version that fixes this. Hopefully I can make time for this sometime soon.

@hplana
Copy link
Author

hplana commented Oct 5, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants