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

Liquid syntax error (line 6): Unknown tag 'plausible' #14

Open
lobothijau opened this issue Mar 2, 2023 · 1 comment
Open

Liquid syntax error (line 6): Unknown tag 'plausible' #14

lobothijau opened this issue Mar 2, 2023 · 1 comment

Comments

@lobothijau
Copy link

I'm following the README.md guide but unable to start bridgetown in localhost due to a message:

[Bridgetown] Stopping auxiliary processes...
[Bridgetown]   Exception raised: Liquid::SyntaxError
[Bridgetown] Liquid syntax error (line 6): Unknown tag 'plausible'
[Bridgetown]                  1: /usr/local/lib/ruby/gems/gems/liquid-5.4.0/lib/liquid/document.rb:36:in `unknown_tag'
[Bridgetown]                  2: /usr/local/lib/ruby/gems/gems/liquid-5.4.0/lib/liquid/document.rb:57:in `block in parse_body'
[Bridgetown]                  3: /usr/local/lib/ruby/gems/gems/liquid-5.4.0/lib/liquid/block_body.rb:138:in `parse_for_document'
[Bridgetown]                  4: /usr/local/lib/ruby/gems/gems/liquid-5.4.0/lib/liquid/block_body.rb:29:in `parse'
[Bridgetown]                  5: /usr/local/lib/ruby/gems/gems/liquid-5.4.0/lib/liquid/document.rb:55:in `parse_body'
[Bridgetown]          Backtrace: Use the --trace option for complete information.

I install the library using this script:

bundle exec bridgetown apply https://github.com/bt-rb/bridgetown-plausible

But, since it failed I thought some config might not executed, then I tried:

bundle add bridgetown-plausible -g bridgetown_plugins

The result was the same.

Adding init :"bridgetown-plausible" like other plugins doesn't crash the app but there's a message:

Initializing: The `bridgetown-plausible' initializer could not be found
@whysthatso
Copy link
Contributor

I believe the plugin is currently not compatible with the new init process.

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

No branches or pull requests

2 participants