You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"detail": [
{
"loc": [
"path",
"project_id"
],
"msg": "value is not a valid integer",
"type": "type_error.integer"
}
]
}
The url can't interpret project_id because it is not an integer. Before it is fixed, the bug can be circumvented by manually changing the broken redirect url (e.g. https://offgridplanner.org/download_data/%7B%7B%20project_id%20%7D%7D/csv/) to the actual project id (https://offgridplanner.org/download_data/**project_id**/csv/).
The text was updated successfully, but these errors were encountered:
paulapreuss
changed the title
"Download results" button on results page doesn't work
Bug: "Download results" button on results page doesn't work
Jul 25, 2024
Also related to a usability enhancement: It would be nice if the downloaded excel could be named according to the project name. When bulk downloading results, having all files called the same is very confusing.
Clicking the button throws the following error:
The url can't interpret
project_id
because it is not an integer. Before it is fixed, the bug can be circumvented by manually changing the broken redirect url (e.g.https://offgridplanner.org/download_data/%7B%7B%20project_id%20%7D%7D/csv/
) to the actual project id (https://offgridplanner.org/download_data/**project_id**/csv/
).The text was updated successfully, but these errors were encountered: