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

TypeError at /api/v1/forms/[pk]/export_async.json 'int' object is not iterable #999

Closed
ukanga opened this issue Apr 10, 2017 · 0 comments · Fixed by #1545
Closed

TypeError at /api/v1/forms/[pk]/export_async.json 'int' object is not iterable #999

ukanga opened this issue Apr 10, 2017 · 0 comments · Fixed by #1545

Comments

@ukanga
Copy link
Member

ukanga commented Apr 10, 2017

File "./onadata/apps/api/viewsets/xform_viewset.py" in export_async
  632.                 resp = get_async_response(job_uuid, request, xform)

File "./onadata/libs/utils/api_export_tools.py" in get_async_response
  473.                 resp.update(job.result) if isinstance(job.result, dict) else \

Exception Type: TypeError at /api/v1/forms/[pk]/export_async.json

Aha! Link: https://ona.aha.io/features/PROD-577

@ukanga ukanga added the Error label Apr 10, 2017
@ukanga ukanga modified the milestone: Q3 High Priority Jun 19, 2017
@lincmba lincmba self-assigned this Jan 10, 2019
lincmba added a commit that referenced this issue Jan 21, 2019
… return value changes in subsequent calls.

fixes #999

Signed-off-by: Lincoln Simba <[email protected]>
lincmba added a commit that referenced this issue Jan 22, 2019
… return value changes in subsequent calls.

fixes #999

Signed-off-by: Lincoln Simba <[email protected]>
@lincmba lincmba added the Has-PR label Jan 22, 2019
lincmba added a commit that referenced this issue Jan 23, 2019
… return value changes in subsequent calls.

fixes #999

Signed-off-by: Lincoln Simba <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants