This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 206
no implicit conversion of nil into String since 1.8.0 #201
Comments
Same problem here. Thanks for the workaround @sedrubal! |
Same issue here |
In my case, it's obviously related to |
Thanks a lot for the quick-solution! |
This message is what you see when a string is missing from the default language. There is no check to see if the lookup from the default language (which could be the same as the current language) gives nil. This should probably display a warning that there is no translation but not crash or give a cryptic error message like this. |
ianwestcott
added a commit
to providenceurbanistnetwork/providenceurbanistnetwork.github.io
that referenced
this issue
Jan 14, 2024
"Liquid Exception: no implicit conversion of nil into String" kurtsson/jekyll-multiple-languages-plugin#201
This was referenced Jul 9, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I updated to the latest version of jekyll-multiple-languages-plugin (1.8.0) and now I'm experiencing this error:
Unfortunately I don't know anything about ruby to debug this issue...
Downgrading to 1.7.0 fixes this issue for me (
gem 'jekyll-multiple-languages-plugin', "<1.8.0"
in Gemfile).The text was updated successfully, but these errors were encountered: