-
Notifications
You must be signed in to change notification settings - Fork 34
Description
I was trying to get the maps of 8485-1901 using Vornoi binning.
maps = Maps('8485-1901', bintype='VOR10')
I'm encountering an error as below,
raise BrainError('Something went wrong on the server side: {0}'.format(errorMsg))
brain.core.exceptions.BrainError: Something went wrong on the server side: Failed to retrieve maps 8485-1901: Specified bintype VOR10 is not available in the DB.
You can submit this error to Marvin GitHub Issues (https://github.com/sdss/marvin/issues/new).
Fill out a subject and some text describing the error that just occurred.
If able, copy and paste the full traceback information into the issue as well.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/keerthi/miniconda3/envs/marvin/lib/python3.8/site-packages/IPython/core/interactiveshell.py", line 3508, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
maps = Maps('8485-1901', bintype='VOR10')
File "/home/keerthi/keerthi/MaNGA/marvin/python/marvin/tools/maps.py", line 113, in init
self._load_maps_from_api()
File "/home/keerthi/keerthi/MaNGA/marvin/python/marvin/tools/maps.py", line 380, in _load_maps_from_api
raise marvin.core.exceptions.MarvinError(
marvin.core.exceptions.MarvinError: found a problem when checking if remote maps exists: Something went wrong on the server side: Failed to retrieve maps 8485-1901: Specified bintype VOR10 is not available in the DB.
You can submit this error to Marvin GitHub Issues (https://github.com/sdss/marvin/issues/new).
Fill out a subject and some text describing the error that just occurred.
If able, copy and paste the full traceback information into the issue as well.
You can submit this error to Marvin GitHub Issues (https://github.com/sdss/marvin/issues/new).
Fill out a subject and some text describing the error that just occurred.
If able, copy and paste the full traceback information into the issue as well.