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

Uncaught YUIDoc error #105

Open
jwerre opened this issue Jan 2, 2013 · 6 comments
Open

Uncaught YUIDoc error #105

jwerre opened this issue Jan 2, 2013 · 6 comments
Assignees
Labels

Comments

@jwerre
Copy link

jwerre commented Jan 2, 2013

info: (builder): Preparing index.html
info: (builder): Writing API Meta Data
info: (builder): Finished writing module files
info: (builder): Rendering and writing 18 class pages.
error: --------------------------------------------------------------------------
error: An uncaught YUIDoc error has occurred, stack trace given below
error: --------------------------------------------------------------------------
error: 
TypeError: Object 1 has no method 'indexOf'
    at Object.YUI.add.Y.DocBuilder.Y.Handlebars.registerHelper.str (/usr/local/lib/node_modules/yuidocjs/lib/builder.js:67:22)
    at program4 (eval at <anonymous> (/usr/local/lib/node_modules/yuidocjs/node_modules/yui/handlebars-compiler/handlebars-compiler-min.js:12:21656))
    at Object.YUI.add.n.VM.program [as fn] (/usr/local/lib/node_modules/yuidocjs/node_modules/yui/handlebars-base/handlebars-base-min.js:12:2305)
    at Object.YUI.add.n.registerHelper.r (/usr/local/lib/node_modules/yuidocjs/node_modules/yui/handlebars-base/handlebars-base-min.js:12:954)
    at Object.eval (eval at <anonymous> (/usr/local/lib/node_modules/yuidocjs/node_modules/yui/handlebars-compiler/handlebars-compiler-min.js:12:21656))
    at Object.YUI.add.n.VM.template (/usr/local/lib/node_modules/yuidocjs/node_modules/yui/handlebars-base/handlebars-base-min.js:12:2050)
    at Object.YUI.add.n.compile [as classes] (/usr/local/lib/node_modules/yuidocjs/node_modules/yui/handlebars-compiler/handlebars-compiler-min.js:12:28480)
    at Object.YUI.add.n.VM.invokePartial (/usr/local/lib/node_modules/yuidocjs/node_modules/yui/handlebars-base/handlebars-base-min.js:12:2680)
    at Object.eval (eval at <anonymous> (/usr/local/lib/node_modules/yuidocjs/node_modules/yui/handlebars-compiler/handlebars-compiler-min.js:12:21656))
    at Object.YUI.add.n.VM.template (/usr/local/lib/node_modules/yuidocjs/node_modules/yui/handlebars-base/handlebars-base-min.js:12:2050)
error: --------------------------------------------------------------------------
error: Node.js version: v0.8.14
error: YUI version: 3.8.0pr2
error: YUIDoc version: 0.3.35
error: Please file all tickets here: http://github.com/yui/yuidoc/issues
error: --------------------------------------------------------------------------
@jwerre
Copy link
Author

jwerre commented Jan 2, 2013

I was using the @extends without specifying the extended class. Problem solved but it would be nice to know where the error is occurring so you can track it down a little more easily.

@ghost ghost assigned davglass Jan 2, 2013
@davglass
Copy link
Member

davglass commented Jan 2, 2013

Thanks, I'll look into this.

@teknico
Copy link

teknico commented May 20, 2013

I have a similar error, and no idea of where to look for the problem:

info: (yuidoc): Starting YUIDoc with the following options:
info: (yuidoc): 
{ port: 3000,
  nocode: true,
  outdir: 'yuidoc',
  exclude: 'assets',
  paths: [ 'app' ],
  parseOnly: true,
  nocolor: true }
info: (yuidoc): YUIDoc Starting from: app
error: --------------------------------------------------------------------------
error: An uncaught YUIDoc error has occurred, stack trace given below
error: --------------------------------------------------------------------------
error: 
TypeError: Cannot set property 'module' of undefined
    at DIGESTERS.class (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yuidocjs/lib/docparser.js:505:29)
    at null.<anonymous> (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yuidocjs/lib/docparser.js:1259:40)
    at Array.forEach (native)
    at Function.YArray.each.YArray.forEach.Lang._isNative.i (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yui/yui-nodejs/yui-nodejs.js:2194:20)
    at a (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yui/oop/oop-min.js:2:129)
    at e.each (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yui/oop/oop-min.js:2:1133)
    at Y.extend.processblock (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yuidocjs/lib/docparser.js:1225:15)
    at null.<anonymous> (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yuidocjs/lib/docparser.js:1315:26)
    at Array.forEach (native)
    at Function.YArray.each.YArray.forEach.Lang._isNative.i (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yui/yui-nodejs/yui-nodejs.js:2194:20)
    at a (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yui/oop/oop-min.js:2:129)
    at e.each (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yui/oop/oop-min.js:2:1133)
    at null.<anonymous> (/home/nl/canonical/CloudEng/code/juju-gui/fix-code-doc-crash/node_modules/yuidocjs/lib/docparser.js:1314:19)
error: --------------------------------------------------------------------------
error: Node.js version: v0.10.7
error: YUI version: 3.9.1
error: YUIDoc version: 0.3.42
error: Please file all tickets here: http://github.com/yui/yuidoc/issues
error: --------------------------------------------------------------------------

@jwerre
Copy link
Author

jwerre commented May 20, 2013

I suggest using the --server option, that way when you have an error there survey will spit out an error.

@teknico
Copy link

teknico commented May 21, 2013

Thanks for the suggestion, jwerre. However the traceback shown via the --server option is the same unsuggestive one as shown before.

For the record, the problem was a valueless @ tag. I hereby renew my plea for better error diagnostics. Thank you. :-)

@zebulonj
Copy link

+1 to the request for better error diagnostics. Otherwise, love this tool.

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

No branches or pull requests

4 participants