Skip to content

astroquery sometimes works fine with query result but most of the time not #2139

@YouCodeLikeAGirl

Description

@YouCodeLikeAGirl
  File "C:\Users\..\AppData\Local\Programs\Python\Python36\lib\site-packages\astroquery\utils\class_or_instance.py", line 25, in f
    return self.fn(obj, *args, **kwds)
  File "C:\Users\..\AppData\Local\Programs\Python\Python36\lib\site-packages\astroquery\utils\process_asyncs.py", line 29, in newmethod
    result = self._parse_result(response, verbose=verbose)
  File "C:\Users\..\AppData\Local\Programs\Python\Python36\lib\site-packages\astroquery\simbad\core.py", line 1066, in _parse_result
    "Exception: " + str(ex))
astroquery.exceptions.TableParseError: Failed to parse SIMBAD result! The raw response can be found in self.last_response, and the error in self.last_table_parse_error. The attempted parsed result is in self.last_parsed_result.
 Exception: 7:115: no element found

Sometimes I can receive query result but other times I use exact same query with above error. Could you please investigate the reason and provide a fix?

Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions