Open downright770 opened 7 years ago
Fixed the first issue that was my bad was a spelling mistake in my external scripts.
but now getting
[Wed Dec 07 2016 09:03:11 GMT-0800 (PST)] ERROR twitter-subscriptions: Missing Twitter configuration variables. Not loading.
I was able to get through the first issue but running into a different error now. I checked to see if redis would ping and that seems to be working.
[Wed Dec 07 2016 09:31:16 GMT-0800 (PST)] INFO twitter-subscriptions: There are no subscriptions to load from radis brain.
[Wed Dec 07 2016 09:31:16 GMT-0800 (PST)] ERROR TypeError: Converting circular structure to JSON
at Object.stringify (native)
at Brain.
Hi, I'm still abit new to coding and using hubot. I've set up a shell script to export cmds for
export HUBOT_TWITTER_CONSUMER_KEY=
export HUBOT_TWITTER_CONSUMER_SECRET=
export HUBOT_TWITTER_ACCESS_TOKEN=
export HUBOT_TWITTER_ACCESS_TOKEN_SECRET=
When running the script I get.
[Tue Dec 06 2016 15:40:12 GMT-0800 (PST)] ERROR Error loading scripts from npm package - Error: Cannot find module 'hubot-twitter-subsciptions' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at require (internal/module.js:20:19) at Robot.loadExternalScripts (/home/chat/mybot/node_modules/hubot/src/robot.coffee:401:11,:272:27)
at /home/chat/mybot/node_modules/hubot/bin/hubot:152:11, :159:26
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3)
Any help would be great thank you.