This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Description
When running hubot ec2 status the application crashes with this stack trace:
/home/scripts/hubot/node_modules/hubot-scripts/src/scripts/aws.coffee:94
tags = _.flatten([instance.tagSet.item]);
^
TypeError: Cannot read property 'item' of undefined
at /home/scripts/hubot/node_modules/hubot-scripts/src/scripts/aws.coffee:94:46
at /home/scripts/hubot/node_modules/hubot-scripts/src/scripts/aws.coffee:99:12
at /home/scripts/hubot/node_modules/aws2js/lib/internals.js:146:6
at /home/scripts/hubot/node_modules/aws2js/node_modules/libxml-to-js/lib/libxml-to-js.js:178:3
at /home/scripts/hubot/node_modules/aws2js/lib/internals.js:132:4
at IncomingMessage.<anonymous> (/home/scripts/hubot/node_modules/aws2js/lib/internals.js:206:8)
at IncomingMessage.emit (events.js:88:20)
at HTTPParser.onMessageComplete (http.js:137:23)
at CleartextStream.ondata (http.js:1150:24)
at CleartextStream._push (tls.js:375:27)