apiaryio / apiary-client

Apiary CLI client
https://help.apiary.io/tools/apiary-cli/
MIT License
204 stars 70 forks source link

Clicks browser console view throws `Cannot read property '_id' of undefined` #178

Closed devatleadiq closed 6 years ago

devatleadiq commented 6 years ago

I clone https://github.com/pipefy/doc-api-general and run $ apiary preview --output="index.html". Then I tried to click console view. It gave me this error. I can duplicate this error in my own repo too.

Uncaught TypeError: Cannot read property '_id' of undefined
    at a.initialize (docs-e7b71b96.js:1)
    at a.c (docs-e7b71b96.js:1)
    at a (docs-e7b71b96.js:1)
    at new a (docs-e7b71b96.js:1)
    at a.renderErrorView (docs-e7b71b96.js:1)
    at a.render (docs-e7b71b96.js:1)
    at a.renderConsoleView (docs-e7b71b96.js:1)
    at a.render (docs-e7b71b96.js:1)
    at a.initConsoleView (docs-e7b71b96.js:1)
    at a.renderConsoleView (docs-e7b71b96.js:1)
tu1ly commented 6 years ago

dup of https://github.com/apiaryio/apiary-client/issues/175