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
I am using to LinkThumbnailer gem in my program. It works for every links but whenever I provide the Youtube video URL it returns
ArgumentError in ContentController#index string contains null byte Please help me to fix it.
I am using @object = LinkThumbnailer.generate(params[:weblink]) in my controller and
@object.title @object.images @object.description
in my view to fetch the LinkThumbnailer data.
The text was updated successfully, but these errors were encountered:
Is the issue fixed? I am still facing it.
Sorry, something went wrong.
See this issue #69
No branches or pull requests
I am using to LinkThumbnailer gem in my program. It works for every links but whenever I provide the Youtube video URL it returns
I am using @object = LinkThumbnailer.generate(params[:weblink]) in my controller and
in my view to fetch the LinkThumbnailer data.
The text was updated successfully, but these errors were encountered: