-
Notifications
You must be signed in to change notification settings - Fork 1
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
Download is broken (for at least one experiment) #14
Comments
Can't duplicate this error locally, looking on our server. It's breaking even before it gets to the JSON parser newline error.
The code in
I dunno what about the Interestingly, if I go into a console and do
I get a bunch of stuff. But,
Ugh, rails paging magic or something? I suspect this breaks on any survey it has to page, and none of my testing/local surveys have enough data for that. |
The issue here is that there's an unescaped |
I could just set server_response to |
I get a 500 error for: /admin/surveys/3.csv on our server
The text was updated successfully, but these errors were encountered: