We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When getting all videos via the advanced API, Psych (used by Crack) chokes on some of the JSON coming in.
To fix it, I replaced Crack::JSON with JSON form the json gem.
Crack::JSON
JSON
BTW, I'm on Ruby 1.9.3.
The text was updated successfully, but these errors were encountered:
Oh, and Crack should be in the gemspec as a requirement if it's going to be used.
Sorry, something went wrong.
No branches or pull requests
When getting all videos via the advanced API, Psych (used by Crack) chokes on some of the JSON coming in.
To fix it, I replaced
Crack::JSON
withJSON
form the json gem.BTW, I'm on Ruby 1.9.3.
The text was updated successfully, but these errors were encountered: