Open ahlamaq opened 6 months ago
I am unable to reproduce this error. Can you check if it still occurs for you? I suspect that it had something to do with the Harvard Dataverse returning an invalid JSON response.
Just to expand on this, it's possible that this is related to Issue #40, which was a problem with the Harvard Dataverse.
Hi - I see this DOI retrieval issue has recurred for us today (my code initiates the fetch of the dustmaps if they are not already present). This appears to be a recurring problem with the Dataverse server at Harvard. Can anyone confirm that this is a server issue?
Exception Type: JSONDecodeError
Expecting value: line 1 column 1 (char 0)
I am trying to download one of the dust maps and encounter the following error, regardless of whether I try to download the map via pip [ eg.
dustmaps.bayestar.fetch()
] or manually via setup.py [ eg.python setup.py fetch --map-name=bayestar
]:This error is actually raised regardless of which dust map I try to download. Any help in resolving this would be much appreciated, since I cannot currently access any of the dust maps from this package.