Skip to content
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

uninitialized constant JekyllImport::VERSION (NameError) #535

Closed
sgofferj opened this issue Feb 18, 2024 · 5 comments · Fixed by #536
Closed

uninitialized constant JekyllImport::VERSION (NameError) #535

sgofferj opened this issue Feb 18, 2024 · 5 comments · Fixed by #536

Comments

@sgofferj
Copy link

System: Ubuntu 22.04

Any call of jekyll import leads to

/var/lib/gems/3.0.0/gems/jekyll-import-0.23.0/exe/jekyll-import:13:in `block in <top (required)>': uninitialized constant JekyllImport::VERSION (NameError)
        from /var/lib/gems/3.0.0/gems/mercenary-0.4.0/lib/mercenary.rb:20:in `program'
        from /var/lib/gems/3.0.0/gems/jekyll-import-0.23.0/exe/jekyll-import:12:in `<top (required)>'
        from /usr/local/bin/jekyll-import:25:in `load'
        from /usr/local/bin/jekyll-import:25:in `<main>'

Unfortunately, I don't know anything about ruby, so I don't know what/how to provide additional info.

@tramtrist
Copy link

Same error here

@parkr
Copy link
Member

parkr commented Feb 18, 2024

What command exactly are you running?

@tramtrist
Copy link

For me it was just as the tutorial on the site said
jekyll-import blogger --source blog-02-02-2024.xml --no-blogger-info --replace-internal-link --comments

@sgofferj
Copy link
Author

jekyll-import drupal8 --dbname "drupal" --user "root" --engine "mysql" --password "xxxxxxxxxx" --host "xxx.xxx.xxx.xxx"

@parkr
Copy link
Member

parkr commented Feb 19, 2024

0.24.0 released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants