-
-
Notifications
You must be signed in to change notification settings - Fork 422
Closed
Labels
Description
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.