Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Liquid not correctly seeing new tag #2

Closed
joshkerr opened this issue Sep 6, 2011 · 5 comments
Closed

Liquid not correctly seeing new tag #2

joshkerr opened this issue Sep 6, 2011 · 5 comments
Assignees

Comments

@joshkerr
Copy link

joshkerr commented Sep 6, 2011

I'm getting an error in my site when using this plugin:

Liquid error: undefined method `[]' for nil:NilClass

Here is my config.yml file parts for the plugin:

embedly:
api_key: my_key_removed_for_security_reasons
vimeo:
width: 500px

@robb
Copy link
Owner

robb commented Sep 6, 2011

Hey Josh,

Do you have the json and domainatrix gems installed?
Also, could you try if the error persists with the kramdown markdown engine?
Just add markdown: kramdown to your _config.yml

@joshkerr
Copy link
Author

joshkerr commented Sep 6, 2011

Yes. I was able to get it working by running Jekyll --no-auto --no-server. For some reason running it with server causes it to fail.

@joshkerr
Copy link
Author

joshkerr commented Sep 6, 2011

Passing in the 500px didn't work either. It seems to ignore those options. (Which might be a clue to my difficulties.)

@robb
Copy link
Owner

robb commented Sep 6, 2011

That's very weird, I'd assume that auto and server have no effect on the rendering process.

Also, I use width: 500 in my _config.yml for vimeo, without the px and this produces correct embeds for me.

Does --server work corrently if you don't use the embedly plugin?

@ghost ghost assigned robb Sep 6, 2011
@joshkerr
Copy link
Author

I switched my jekyll install to octopress and the issue seemed to clear up. Sorry I couldn't be more helpful.

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

No branches or pull requests

2 participants