You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
[Thu Sep 21 2017 11:32:56 GMT-0700 (PDT)] ERROR TypeError: Cannot read property 'results' of undefined
at parseQuoteForSymbol (/Users/gvalente/src/hubot/node_modules/hubot-stocks/src/service/stock.coffee:12:27)
at /Users/gvalente/src/hubot/node_modules/hubot-stocks/src/service/stock.coffee:45:19
at /Users/gvalente/src/hubot/node_modules/hubot-stocks/src/service/stock.coffee:9:5
at IncomingMessage.<anonymous> (/Users/gvalente/src/hubot/node_modules/scoped-http-client/src/index.js:95:22)
at emitNone (events.js:110:20)
at IncomingMessage.emit (events.js:207:7)
at endReadableNT (_stream_readable.js:1059:12)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
Which is due to the server returning
{ error:
{ lang: 'en-US',
description: 'No definition found for Table yahoo.finance.quote' } }
The text was updated successfully, but these errors were encountered:
Running the script results in:
Which is due to the server returning
The text was updated successfully, but these errors were encountered: