Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Mtgox Identification required to access private API #13

Open
Tonika opened this issue Jun 5, 2013 · 1 comment
Open

Mtgox Identification required to access private API #13

Tonika opened this issue Jun 5, 2013 · 1 comment

Comments

@Tonika
Copy link

Tonika commented Jun 5, 2013

Hi,

I use OSX 10.8.3 and Java version:
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b12)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)

I put the MtGoxApiKey and MtGoxSecretKey correctly on config but when start console show:

2013-06-06 00:11:38,156 : Aido ATP has started successfully
2013-06-06 00:11:38,156 : Entering simulation mode. Trades will not be executed.
2013-06-06 00:11:38,156 : Using trend following to decide some trades.
2013-06-06 00:11:38,762 : Connecting to MtGox Exchange
2013-06-06 00:11:39,551 : WARNING: Testing connection to exchange MtGox
Exception in thread "Thread-3" com.xeiam.xchange.ExchangeException: Error calling getAccountInfo(): Identification required to access private API
at com.xeiam.xchange.mtgox.v2.service.polling.MtGoxPollingAccountService.getAccountInfo(MtGoxPollingAccountService.java:89)
at org.aido.atp.AccountManager.refreshAccounts(AccountManager.java:121)
at org.aido.atp.AccountManager.run(AccountManager.java:101)
at java.lang.Thread.run(Thread.java:722)

and log show:

2013-06-06 00:11:38,156 : INFO org.aido.atp.Application [main] - Aido ATP has started successfully
2013-06-06 00:11:38,156 : INFO org.aido.atp.Application [main] - Entering simulation mode. Trades will not be executed.
2013-06-06 00:11:38,156 : INFO org.aido.atp.Application [main] - Using trend following to decide some trades.
2013-06-06 00:11:38,156 : DEBUG org.aido.atp.ATPMtGoxExchange [Thread-2] - MtGox API Key: _API Key_
2013-06-06 00:11:38,157 : DEBUG org.aido.atp.ATPMtGoxExchange [Thread-2] - MtGox Secret Key: _Secret Key_*
2013-06-06 00:11:38,762 : INFO org.aido.atp.ATPMtGoxExchange [Thread-2] - Connecting to MtGox Exchange
2013-06-06 00:11:39,551 : WARN org.aido.atp.AccountManager [Thread-2] - WARNING: Testing connection to exchange MtGox

@Tonika
Copy link
Author

Tonika commented Jun 6, 2013

I tested also Bitstamp api connection and BTC-E and works well, only fail MtGox API.

What do you know, what i can do for solve it?. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant