-
Notifications
You must be signed in to change notification settings - Fork 134
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
parseError #50
Comments
Yep, we switched from Nokogiri to Json. What are the value of params[:slype] and params[:name]? |
They are '1' and '1', but were failing on other values too. I isolated the error to the description - when I stripped description from the event creation, it always created the event. |
JSON like newlines as either \n or \r\n for *nix or windows respectively. This works:
I would like to improve our parsing so it does this conversion automatically. However, I don't have time to implement a fix right now. if this is something you need immediately it would be great if you could submit a pull request. |
Looks like what I just did in #81 |
I'm closing this issue as #81 more correctly describes the issue. |
I am getting the following error when trying to create an event like this:
I don't get the error when I omit the description and location fields. Did the API change the way they parse strings?
The text was updated successfully, but these errors were encountered: