yura505 / robinbot

Robinhood API based swing trading bot
134 stars 35 forks source link

TypeError: body.results is not iterable #11

Closed reaganmcf closed 6 years ago

reaganmcf commented 6 years ago

If you incorrectly enter your Robinhood account details, it still attempts to run the bot throwing TypeError: body.results is not iterable on line 16 of instruments.js

A simple catch will fix this easily but wanted to point it out.

yura505 commented 6 years ago

Fixed