-
Notifications
You must be signed in to change notification settings - Fork 4
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
Parse Survey Issue #29
Comments
I am receiving the same error. Is there a fix for this? |
@libbyseline and @oiles , thanks for reporting. Unfortunately this package is no longer being actively maintained as I am no longer involved with SurveyMonkey. There was, however, a recent patch issued which might be related / solve this bug - the details of which you can see here. You can try to pull the most recent version and see if the issue has been resolved. |
@soubhikbarari thanks! I did pull the most recent version and still get the error. I have gotten it for matrix and menu question types, and looks like it occurs when there are answers with NULL row_ids. @felippelazar if you have ideas for the fix, would be welcome! I unfortunately can't share the survey I am working with. |
@oiles I can’t get how an answer you have a NULL row-id. Can you provide an example? Not necessarily in code. |
Hello! I am trying to grab my survey object like so
But when I do such I get this error:
To my understanding, this is a package issue but please let me know if I am misunderstanding the documentation somehow.
The text was updated successfully, but these errors were encountered: