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
Here is an example of a video that does not have interactionStatistic in the application/ld+json <script> tag.
interactionStatistic
<script>
https://vimeo.com/7848846
It causes the following error:
NoMethodError: undefined method `find' for nil:NilClass interaction_statistic.find do |stat| ^^^^^
The text was updated successfully, but these errors were encountered:
Hey @Spone
Would you mind sending a fix? 🙏🏼
Sorry, something went wrong.
Hi @markets, here is my PR: #226, but I can't figure out how to fix the failing test.
Successfully merging a pull request may close this issue.
Here is an example of a video that does not have
interactionStatistic
in the application/ld+json<script>
tag.https://vimeo.com/7848846
It causes the following error:
The text was updated successfully, but these errors were encountered: