We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
41563.ags has duplicate headers so is unreadable by the python library.
Running this through the converter
curl -X 'POST' \ 'http://localhost:5000/convert/' \ -H 'accept: application/x-zip-compressed' \ -H 'Content-Type: multipart/form-data' \ -F '[email protected]' \ -F 'sort_tables=false'`
== 200 response
content-disposition: attachment; filename=results.zip content-type: application/x-zip-compressed date: Mon,27 Feb 2023 09:59:12 GMT server: uvicorn transfer-encoding: chunked `
Zip with conversion log:
Report file is unreadable and don't return a zip.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
41563.ags has duplicate headers so is unreadable by the python library.
Running this through the converter
== 200 response
Zip with conversion log:
Expected Behavior
Report file is unreadable and don't return a zip.
The text was updated successfully, but these errors were encountered: