Skip to content

Simbad query and query_id fail #2244

@Tonione

Description

@Tonione

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions