Created
May 19, 2013 01:03
-
-
Save aredridel/5606271 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/img/lib/imgadm.js:1124 | |
for (var j = 0; j < imageSet.length; j++) { | |
^ | |
TypeError: Cannot read property 'length' of undefined | |
at done (/usr/img/lib/imgadm.js:1124:45) | |
at async.forEach (/usr/img/node_modules/async/lib/async.js:88:21) | |
at IMGADM.sourcesList.async.forEach.err (/usr/img/lib/imgadm.js:1102:21) | |
at IMGADM.clientFromSource (/usr/img/lib/imgadm.js:744:13) | |
at Source.getResolvedUrl (/usr/img/lib/imgadm.js:361:13) | |
at /usr/img/lib/imgadm.js:98:13 | |
at asyncCallback (dns.js:68:16) | |
at Object.onanswer [as oncomplete] (dns.js:124:7) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is what happens when either you don't
imgadm update
or you have something completely bogus in your installed images list. I'm not sure which.