asas-sn / skypatrol

The ASAS-SN Sky Patrol python client
GNU General Public License v3.0
15 stars 4 forks source link

ValueError from SkyPatrolClient.query_list() with gaia_id #2

Closed DGonzalezPicos closed 2 years ago

DGonzalezPicos commented 3 years ago

Recently I have found some errors while trying to pull light curves with gaia_id (which I had no issue before, same ID). The error is:

"ValueError: 7 columns passed, passed data had 8 columns"

and traces back to /pyassasn/client.py line 308 "lcs = [curve for block in result_blocks for curve in block.get()]"

If "download = False" the query runs without error and the target info is returned. It only happends for a handful of targets, I leave one example gaia_id that does not work for me: 5856351499141796736.

Thanks, Darío