-
-
Notifications
You must be signed in to change notification settings - Fork 422
Closed
Description
I have encountered trouble with simple Simbad queries. I'm on python3.8 on mac OS, with astropy (5.0) and astroquery (0.4.4).
Simple queries such as
from astroquery.simbad import Simbad obj=Simbad.query_object('Kepler-235')
or
from astroquery.simbad import Simbad name=Simbad.query_objectids('Kepler-235')
result both in the same error:
/opt/anaconda3/lib/python3.8/site-packages/astroquery/simbad/core.py:135: UserWarning: Warning: The script line number 3 raised an error (recorded in the
errors attribute of the result table): java.lang.NullPointerException
Did anyone encounter the same issue? I