Skip to content

Instantly share code, notes, and snippets.

@fearphage
Created February 3, 2011 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fearphage/808800 to your computer and use it in GitHub Desktop.
Save fearphage/808800 to your computer and use it in GitHub Desktop.
JavaScript - file://localhost/C:/external.source/hg/dragonfly-stp-1-redesign/src/client-en.xml?debug
Unknown thread
Uncaught exception: TypeError: Function.prototype.apply: argArray is not an array-like object
Error thrown at line 784, column 2 in <anonymous function: Array.prototype.extend>(list) in file://localhost/C:/external.source/hg/dragonfly-stp-1-redesign/src/scripts/dom.js:
this.push.apply(this, list);
called from line 64, column 8 in <anonymous function: _friendly_print_chunked_cb>(list, response) in file://localhost/C:/external.source/hg/dragonfly-stp-1-redesign/src/repl/friendlyprinter.js:
list.extend(JSON.parse(msg[VALUE]));
called from line 54, column 4 in <anonymous function: _friendly_print_chunked_cb>(obj_list, rt_id, obj_ids, fallback, queue) in file://localhost/C:/external.source/hg/dragonfly-stp-1-redesign/src/repl/friendlyprinter.js:
var ret = queue.reduce(function(list, response)
called via Function.prototype.apply() from unknown location in <anonymous function: Function.prototype.bind>() in file://localhost/C:/external.source/hg/dragonfly-stp-1-redesign/src/scripts/dom.js:
/* no source available */
called from line 84, column 6 in <anonymous function: _handle_queue>(status, message, queue, index, queue_length, cb) in file://localhost/C:/external.source/hg/dragonfly-stp-1-redesign/src/repl/friendlyprinter.js:
cb(queue);
called from line 78, column 6 in <anonymous function: handle_message>(tag, status, data) in file://localhost/C:/external.source/hg/dragonfly-stp-1-redesign/src/lib/tag_manager.js:
cb_obj[METHOD].apply(cb_obj[OBJECT], [status, data].concat(cb_obj[ARGS]));
called via Function.prototype.apply() from line 108, column 9 in <anonymous function: window.cls.ServiceBase>(service, message, command, status, tag) in file://localhost/C:/external.source/hg/dragonfly-stp-1-redesign/src/lib/service_base.js:
if (!tagManager.handle_message(tag, status, message))
called from line 117, column 4 in <anonymous function: window.cls.ServiceBase>(service, message, command, status, tag) in file://localhost/C:/external.source/hg/dragonfly-stp-1-redesign/src/lib/service_base.js:
_handle_scope_message(service, message, command, status, tag);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment