Open igoldsmith opened 8 years ago
I'm getting the same error. I tried to modify the code just to see what I get.
See lib/jekyll_lunr_js_search/javascript.rb
I changed the number for :max_nesting
and it just ends up telling me that the maximum + 1 is too deep. I removed the option and ended up getting json-1.8.3/lib/json/common.rb:155:in 'parse': nesting of 101 is too deep (JSON::NestingError)
, so it's defaulting to 100
.
I set the value to 1150, and I got nesting of 150 is too deep (JSON::NestingError)
@InsidiousMind created a fork with this fix, referenced in #59
I tested this in my own fork and it worked fine. I created a pull request in #94
I am trying to use the new version of lunr search on my site - the old one worked fine, but doesn't work with Jekyll 3. When I run it I get the following error:
jekyll 3.0.2 | Error: nesting of 151 is too deep
Any ideas?
Ian