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
AssertionError: renderer returned unicode, and did not specify a charset value.
File "rest_framework/response.py", line 75, in rendered_content
'renderer returned unicode, and did not specify '
AssertionError: renderer returned unicode, and did not specify a charset value.
This exception is raised when a user is pulling a form that includes a linked dataset that they do not have permission to. The MediaFileRenderer has charset=None when the response being generated is a JSON string with '{"details": "You don't have permission"}'.
https://sentry.onalabs.org/ona/onadata/issues/72502/
This exception is raised when a user is pulling a form that includes a linked dataset that they do not have permission to. The
MediaFileRenderer
hascharset=None
when the response being generated is a JSON string with'{"details": "You don't have permission"}'
.Aha! Link: https://ona.aha.io/features/PROD-259
The text was updated successfully, but these errors were encountered: