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

null tag causes TypeError: 'NoneType' object is not iterable #328

Closed
Bjwebb opened this issue Apr 18, 2016 · 1 comment
Closed

null tag causes TypeError: 'NoneType' object is not iterable #328

Bjwebb opened this issue Apr 18, 2016 · 1 comment
Assignees

Comments

@Bjwebb
Copy link
Member

Bjwebb commented Apr 18, 2016

Can be reproduce for OCDS Cove with:

{"releases":[{"tag":null}]}

From Sentry:
https://app.getsentry.com/open-data-services/cove/issues/122978992/

TypeError: 'NoneType' object is not iterable
(31 additional frame(s) were not displayed)
...
  File "cove/views.py", line 617, in wrapper
    return func(request, *args, **kwargs)
  File "cove/views.py", line 850, in explore
    return render(request, view, context)
@Bjwebb
Copy link
Member Author

Bjwebb commented Apr 18, 2016

Fix available for testing at http://release-201603.dev.cove.opendataservices.coop/

Hoping to roll this out tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant