openaddresses / batch

OpenAddresses/Machine based AWS Batch based ETL Processing
https://batch.openaddresses.io/
MIT License
6 stars 5 forks source link

Download button for a job triggers error #337

Open bertday opened 1 year ago

bertday commented 1 year ago

Describe the bug If you click the download button for a job, as in the second from the right here:

image

I'm redirected an API error response:

{
"status": 400,
"message": "job param must be an integer",
"messages": []
}

If I use the dropdown, however, and choose a format (e.g. GeoJSON+LD) it works fine.

To Reproduce Click the download button for a job

Expected behavior It should download the results of the job, perhaps defaulting to GeoJSON? 🤔

iandees commented 1 year ago

I've seen this occasionally, too. It doesn't seem to be consistent, though. Even for the same run, the page will sometimes have jobid and sometimes it won't. I'm not sure what triggers it.