nellore / vickitrix

Trigger crypto trades on GDAX with the Twitter stream
MIT License
28 stars 7 forks source link

Error when starting #7

Closed werewere closed 6 years ago

werewere commented 6 years ago

Hi, I'm pretty sure that I wrote all the passwords correctly (I tried three times) but it gives me this error when I start:

local:vickitrix setw$ python vickitrix trade
Enter password for profile "default": 
Traceback (most recent call last):
  File "vickitrix/__init__.py", line 597, in go
    get_dough(gdax_client, status_update=True)
  File "vickitrix/__init__.py", line 127, in get_dough
    dough[account['currency']] = account['available']
TypeError: string indices must be integers

Chances are, this opaque error happened because either 
a) You entered incorrect security credentials when you were configuring vickitrix.
b) You entered the wrong password above.

Is there any chance that it is some kind of other error?

werewere commented 6 years ago

Nevermind, I already solved it. It was a problem with the internet connection :/