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 attempting to import a Blogger blog with Jekyll, however most posts are not imported and also the _site is not generated. Devuan user.
jekyll-import blogger --source blog-02-23-2025.xml --no-blogger-info --replace-internal-link --comments
[17133, #<Thread:0x000055620020ad70 run>, #<Gem::MissingSpecVersionError: Gem::MissingSpecVersionError>, ["/usr/lib/ruby/vendor_ruby/rubygems/dependency.rb:309:in `to_specs'", "/usr/lib/ruby/vendor_ruby/rubygems/specification.rb:2555:in `block in traverse'", "/usr/lib/ruby/vendor_ruby/rubygems/specification.rb:2553:in `each'", "/usr/lib/ruby/vendor_ruby/rubygems/specification.rb:2553:in `traverse'", "/usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1026:in `block in find_in_unresolved_tree'", "/usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1025:in `each'", "/usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1025:in `find_in_unresolved_tree'", "/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:114:in `require'", "/usr/lib/ruby/vendor_ruby/rubygems.rb:236:in `finish_resolve'", "/usr/lib/ruby/vendor_ruby/rubygems.rb:303:in `block in activate_bin_path'", "/usr/lib/ruby/vendor_ruby/rubygems.rb:301:in `synchronize'", "/usr/lib/ruby/vendor_ruby/rubygems.rb:301:in `activate_bin_path'", "/usr/local/bin/jekyll-import:23:in `<main>'"]]
Traceback (most recent call last):
12: from /usr/local/bin/jekyll-import:23:in `<main>'
11: from /usr/lib/ruby/vendor_ruby/rubygems.rb:301:in `activate_bin_path'
10: from /usr/lib/ruby/vendor_ruby/rubygems.rb:301:in `synchronize'
9: from /usr/lib/ruby/vendor_ruby/rubygems.rb:303:in `block in activate_bin_path'
8: from /usr/lib/ruby/vendor_ruby/rubygems.rb:236:in `finish_resolve'
7: from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:114:in `require'
6: from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1025:in `find_in_unresolved_tree'
5: from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1025:in `each'
4: from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:1026:in `block in find_in_unresolved_tree'
3: from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:2553:in `traverse'
2: from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:2553:in `each'
1: from /usr/lib/ruby/vendor_ruby/rubygems/specification.rb:2555:in `block in traverse'
/usr/lib/ruby/vendor_ruby/rubygems/dependency.rb:309:in `to_specs': Could not find 'jekyll-sass-converter' (~> 1.0) - did find: [jekyll-sass-converter-3.0.0] (Gem::MissingSpecVersionError)
Checked in 'GEM_PATH=/home/lz/.local/share/gem/ruby/2.7.0:/var/lib/gems/2.7.0:/usr/local/lib/ruby/gems/2.7.0:/usr/lib/ruby/gems/2.7.0:/usr/lib/x86_64-linux-gnu/ruby/gems/2.7.0:/usr/share/rubygems-integration/2.7.0:/usr/share/rubygems-integration/all:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.7.0' , execute `gem env` for more information
6: from /usr/local/bin/jekyll-import:23:in `<main>'
5: from /usr/lib/ruby/vendor_ruby/rubygems.rb:301:in `activate_bin_path'
4: from /usr/lib/ruby/vendor_ruby/rubygems.rb:301:in `synchronize'
3: from /usr/lib/ruby/vendor_ruby/rubygems.rb:303:in `block in activate_bin_path'
2: from /usr/lib/ruby/vendor_ruby/rubygems.rb:236:in `finish_resolve'
1: from /usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:167:in `require'
/usr/lib/ruby/vendor_ruby/rubygems/core_ext/kernel_require.rb:167:in `ensure in require': CRITICAL: RUBYGEMS_ACTIVATION_MONITOR.owned?: before false -> after true (RuntimeError)
TY
The text was updated successfully, but these errors were encountered:
Sorry, resolved by installing the packages ruby-jekyll-sass-converter and mercenary (sic) with apt ... however I continued to have issues ... downgraded ruby-jekyl-sass-converter to 1.5 (it seems that 1.0 would be required? I am not sure), as this is the oldest version I could find. Still no _site ... trying again ...
Hello @pincusp. This project does not depend on jekyll-sass-converter 1.x directly. You may have installed jekyll-3.x via github-pages gem previously, which should have installed `jekyll-sass-converter 1.x as well automatically.
Since you have resolved the issue by installing apt packages, lets leave that issue aside.
The _site is generated by Jekyll after building your imported project. You will have to manually run jekyll build or jekyll serve (after changing current directory in terminal to the imported location) to get the _site directory.
I am attempting to import a Blogger blog with Jekyll, however most posts are not imported and also the _site is not generated. Devuan user.
TY
The text was updated successfully, but these errors were encountered: