You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate a preview for a Library Carpentry website using make serve. This used to work for previous websites, but now I see an error message. The message is quite long; I think the most relevant part is
Liquid Exception: undefined method `tainted?' for nil:NilClass in $WORKING_DIR/_extras/about.md
jekyll 3.9.2 | Error: undefined method `tainted?' for nil:NilClass
$WORKING_DIR/.vendor/bundle/ruby/3.2.0/gems/liquid-4.0.3/lib/liquid/variable.rb:124:in `taint_check': undefined method `tainted?' for nil:NilClass (NoMethodError)
$WORKING_DIR is my local directory. The complete output from make serve is here.
It also says
To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
which I've tried using sudo gem install faraday-retry. But that doesn't solve the error.
I've brought my changes to my gh-pages branch, and published the website despite this issue. The website publishes with any problems. But I would prefer to test my edits before publishing.
Do you know what the problem could be?
Some system information (will happily provide more, but please let me know what you need).
I am trying to generate a preview for a Library Carpentry website using
make serve
. This used to work for previous websites, but now I see an error message. The message is quite long; I think the most relevant part is$WORKING_DIR
is my local directory. The complete output frommake serve
is here.It also says
which I've tried using
sudo gem install faraday-retry
. But that doesn't solve the error.I've brought my changes to my
gh-pages
branch, and published the website despite this issue. The website publishes with any problems. But I would prefer to test my edits before publishing.Do you know what the problem could be?
Some system information (will happily provide more, but please let me know what you need).
The text was updated successfully, but these errors were encountered: