meta.yaml exists but I am getting meta is missing errors

194 views
Skip to first unread message

Shana Carp

unread,
Sep 20, 2013, 3:31:58 PM9/20/13
to hyde...@googlegroups.com
hyde Error occured when calling meta

I don't see a traceback - any ideas of what to do?

Shana Carp

unread,
Sep 20, 2013, 4:51:20 PM9/20/13
to hyde...@googlegroups.com
Well, I discovered that if I comment out the meta plugin, the site can generate - what does that mean?

Jared Sampson

unread,
Sep 20, 2013, 5:14:26 PM9/20/13
to hyde-dev
Hi Shana - If you run `hyde -v gen` you'll be able to see the traceback, which should be a good starting point.

Jared


--
You received this message because you are subscribed to the Google Groups "Hyde" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hyde-dev+u...@googlegroups.com.
To post to this group, send email to hyde...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hyde-dev/43aeae5a-bbf9-43ff-be98-da61c85d7586%40googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

Shana Carp

unread,
Sep 20, 2013, 6:35:43 PM9/20/13
to hyde...@googlegroups.com
This is my traceback

 File "/Library/Python/2.7/site-packages/commando/application.py", line 305, in run
    args.run(self, args)
  File "/Library/Python/2.7/site-packages/hyde/engine.py", line 101, in gen
    gen.generate_all(incremental=incremental)
  File "/Library/Python/2.7/site-packages/hyde/generator.py", line 210, in generate_all
    self.events.begin_site()
  File "/Library/Python/2.7/site-packages/hyde/plugin.py", line 72, in __call_plugins__
    plugin.plugin_name, sys.exc_info())
  File "/Library/Python/2.7/site-packages/hyde/plugin.py", line 68, in __call_plugins__
    res = function(*args)
  File "/Library/Python/2.7/site-packages/hyde/ext/plugins/meta.py", line 86, in begin_site
    self.__read_node__(node)
  File "/Library/Python/2.7/site-packages/hyde/ext/plugins/meta.py", line 144, in __read_node__
    node.meta = Metadata(metadata, parent=parent_meta)
  File "/Library/Python/2.7/site-packages/hyde/ext/plugins/meta.py", line 39, in __init__
    self.update(data)
  File "/Library/Python/2.7/site-packages/hyde/ext/plugins/meta.py", line 46, in update
    super(Metadata, self).update(yaml.load(data))
  File "/Library/Python/2.7/site-packages/yaml/__init__.py", line 71, in load
    return loader.get_single_data()
  File "/Library/Python/2.7/site-packages/yaml/constructor.py", line 37, in get_single_data
    node = self.get_single_node()
  File "/Library/Python/2.7/site-packages/yaml/composer.py", line 43, in get_single_node
    event.start_mark)
HydeException: Error occured when calling meta
Reply all
Reply to author
Forward
0 new messages