Skip to content

Presentation API publication is failing with echidna error #521

@markafoltz

Description

@markafoltz

The last attempt to publish the spec failed with an error that I'm not familiar with:

"specberus": {
        "status": "failure",
        "errors": [
          {
            "key": "not-participating",
            "extra": {
              "id": 63802
            },
            "detailMessage": "The user with id 63802 is not participating in the group producing this document.",
            "type": {
              "name": "headers.editor-participation",
              "section": "front-matter",
              "rule": "editorSection"
            }
          }
        ]
      },

I see that Dominik (former editor) has a w3cid of 63802, maybe that is what echidna is complaining about?

 editors: [
          {
            w3cid: 68454,
            name: 'Mark Foltz',
            company: 'Google',
            mailto: '[email protected]'
          },
          {
            w3cid: 63802,
            name: 'Dominik Röttsches',
            company: 'Intel',
            note: 'until April 2015'
          }
        ],

Calling on @tidoust for his expertise in all things around spec publishing :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions