Skip to content

Instantly share code, notes, and snippets.

@rxaviers
Last active December 14, 2015 22:48
Show Gist options
  • Select an option

  • Save rxaviers/5160594 to your computer and use it in GitHub Desktop.

Select an option

Save rxaviers/5160594 to your computer and use it in GitHub Desktop.
Mar 14 03:05:39 nc02 download.jqueryui.com[9838]: User request exception: Error:
convert: unrecognized color `0000000' @ warning/color.c/GetColorCompliance/946.
at Socket.<anonymous>
(/var/www/download.jqueryui.com/lib/themeroller.image.js:68:15) at
Socket.EventEmitter.emit (events.js:93:17) at Pipe.onread (net.js:418:51)
Mar 14 03:05:39 nc02 download.jqueryui.com[9838]: Caught exception: TypeError:
Cannot call method 'forEach' of undefined at Object.Image.get [as callback]
(/var/www/download.jqueryui.com/lib/themeroller.image.js:277:14) at
async.queue.q.process
(/var/www/download.jqueryui.com/node_modules/async/lib/async.js:611:43) at
Socket.<anonymous>
(/var/www/download.jqueryui.com/lib/themeroller.image.js:74:4) at
Socket.EventEmitter.emit (events.js:93:17) at Pipe.onread (net.js:418:51)
@rxaviers
Copy link
Author

Running locally:

Image generated
User request exception: Error: convert: unrecognized color `2222222' @ warning/color.c/GetColorInfo/946.

at Socket.<anonymous> (/userdata/Documents/www/download.jqueryui.com/lib/themeroller.image.js:68:15)
at Socket.EventEmitter.emit (events.js:93:17)
at Pipe.onread (net.js:418:51)

Deleting callbacks
Image generated
Caught exception: TypeError: Cannot call method 'forEach' of undefined
at Object.Image.get as callback
at async.queue.q.process (/userdata/Documents/www/download.jqueryui.com/node_modules/async/lib/async.js:611:43)
at Socket. (/userdata/Documents/www/download.jqueryui.com/lib/themeroller.image.js:74:4)
at Socket.EventEmitter.emit (events.js:93:17)
at Pipe.onread (net.js:418:51)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment