-
Notifications
You must be signed in to change notification settings - Fork 28
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
{"errors":[{"message":"SSL is required","code":92}]} #11
Comments
Hi, That is a strange error though and at first glance appears to be something from the Twitter API - I have not seen this before. Could you let me know which version of Twitter gem you have (if you look at the dependency chain for this gem in |
I have this:
But also this:
This is the tweet I'm trying to use: https://twitter.com/csswg/status/571742414299246592 |
Thanks - I will see if I can replicate the problem. If you delete the specific cache file for that Tweet and run Jekyll again does the same thing occur? |
Yes, it does. |
How are you calling the plugin from your jekyll post? This error actually looks like the problem with the original plugin, see issue scottwb/jekyll-tweet-tag#9. This plugin needs the tag in the format below:
Rather than the original plugin:
I used a different tag name to differentiate between this one and the other in case that was ever resurrected. So your tweet would be:
Apologies if you have already checked this, with the same gem versions I cannot replicate the problem. |
OMG, sorry, I was still using |
No problem; sorry I didnt remember the error! |
No problem… ;-) While we're here, do you plan to add other API types? Maybe |
I thought I might add more types of Twitter content which is why this uses the Twitter gem and the type is an argument - but so far the need has not occurred so I could remove it and make the |
Great, thanks! |
This is the content of the cache file, and I don't know what to do with this error.
Thanks.
The text was updated successfully, but these errors were encountered: