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

Mtgox Identification required to access private API #13

@Tonika

Description

@Tonika

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions