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

Undefined method `ancestors' for nil:NilClass #1

Open
artur-deluca opened this issue Jun 3, 2019 · 1 comment
Open

Undefined method `ancestors' for nil:NilClass #1

artur-deluca opened this issue Jun 3, 2019 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@artur-deluca
Copy link
Contributor

Every time we ought to generate the bundle, this error appears relating to the specific code snippet, present in any of the talk posts:

    {% if page.medium == "jupyter" %}
        {% include jupyter.html link=page.link %}
    {% elsif page.medium == "gslides" %}
        {% include gslides.html link=page.link %}
    {% else %}
        {% include nodata.html %}
    {% endif %}
</div>

As I've already checked, everything seems to be in order with jekyll or liquid (to be more specific). But I still get the same error. For instance:

Error: A Liquid tag in the excerpt of _posts/2018-10-28-Dev-Set.markdown couldn't be parsed.
Error: could not read file ./geia-ufsc.github.io/_posts/2018-10-28-Dev-Set.markdown: undefined method `ancestors' for nil:NilClass
@artur-deluca
Copy link
Contributor Author

@artur-deluca artur-deluca added bug Something isn't working help wanted Extra attention is needed labels Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant