Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download button for a job triggers error #337

Open
bertday opened this issue Apr 28, 2023 · 1 comment
Open

Download button for a job triggers error #337

bertday opened this issue Apr 28, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bertday
Copy link

bertday commented Apr 28, 2023

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? 🤔

@bertday bertday added the bug Something isn't working label Apr 28, 2023
@iandees
Copy link
Member

iandees commented Apr 29, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants