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
Internal Server Error: /api/v1/forms/[pk]/csv_import.json TypeError at /api/v1/forms/[pk]/csv_import.json cannot convert dictionary update sequence element #0 to a sequence Request Method: GET Request URL: https://api.ona.io/api/v1/forms/[pk]/csv_import.json?job_uuid=[uuid] . . . File "/..../.virtualenvs/onadata/local/lib/python2.7/site-packages/rest_framework/views.py" in dispatch 463. response = handler(request, *args, **kwargs) File "./onadata/apps/api/viewsets/xform_viewset.py" in csv_import 542. request.query_params.get('job_uuid'))) Exception Type: TypeError at /api/v1/forms/[pk]/csv_import.json Exception Value: cannot convert dictionary update sequence element #0 to a sequence Request information: GET: job_uuid =
Aha! Link: https://ona.aha.io/features/PROD-579
The text was updated successfully, but these errors were encountered:
handle AsyncResult that are exceptions, fixes #997
38bf5c1
4df6397
No branches or pull requests
Aha! Link: https://ona.aha.io/features/PROD-579
The text was updated successfully, but these errors were encountered: