We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d70d3e9 commit 32a9d82Copy full SHA for 32a9d82
astroquery/esasky/core.py
@@ -781,6 +781,8 @@ def _parse_xml_table(self, response):
781
table = first_table.to_table(use_names_over_ids = True)
782
return table
783
except Exception as ex:
784
+ print(response.status_code())
785
+ print(response)
786
self.response = response
787
self.table_parse_error = ex
788
raise TableParseError(
0 commit comments