adamhyman / dinar-trader

0 stars 3 forks source link

Cannot use the same key at the same time #11

Closed bustoutfunk closed 7 years ago

bustoutfunk commented 7 years ago

Getting this error: Mirie Mahpour@LAPTOP-SB1C5E50 MINGW64 ~/dinar-trader (master)

$ python exchange_query.py Kraken session configured. Gemini session configured. Fetching exchange data... Traceback (most recent call last): File "exchange_query.py", line 16, in kbalances = kraken.get_balances() File "C:\Users\Mirie Mahpour\dinar-trader\exchange_session.py", line 34, in get_balances balance = self.session.query_private('Balance')['result'] KeyError: 'result'

Did Kraken change their API?

bustoutfunk commented 7 years ago

@adamhyman I found out the issue. There is a problem with sharing the API key for some reason. Apparently the bug was filed here. Have you run into this issue at all? I don't really understand what it means.

bustoutfunk commented 7 years ago

It looks like we need to have unique API keys per machine. According to this issue it's recommended that every thread has it's own API key.

@adamhyman, can you generate additional API keys for me?

adamhyman commented 7 years ago

@bustoutfunk, I just emailed you your keys.

adamhyman commented 7 years ago

If they work, please close the issue.

bustoutfunk commented 7 years ago

Tested out new API keys and they work.