Deploying a Patched Hubot Maps Script

In deploying Hubot for the first time, you may encounter the following error: ERROR ReferenceError: fillAddress is not defined at TextListener.callback (/path/to/bot/node_modules/hubot-maps/src/maps.coffee:58:16, <js>:57:18) </truncated> At the time of this writing, running a grep in the Hubot Maps source code shows a single instance of the function and no function definition: grep -rn fillAddress . ./src/maps.coffee:58: location = fillAddress(msg.match[3]) Stepping back a level to grep all of Hubot and scripts yields the same result as above....

2015-01-02 · 2 min · 316 words · Nathaniel Hoag