Post
Topic
Board Trading Discussion
Re: Chrome Browser extension: MtGox trading bot
by
nick7
on 17/05/2013, 02:50:11 UTC
I'm having an issue with TobbeLino's GoxTradingBotTobli. I sent a PM but then read in the previous page that he'd probably be away for a while for parenting duties.

Using the latest files from GitHub, I've created an API Key with the two permissions stated in the readme and I've set the API Key and secret in the bot's configuration. Upon loading Chrome, I receive an error on the bot:
Quote
"Problem accessing MtGox account."

I opened the console and can see this:
Quote
2013-05-16 11:25:50 [background.js:580] Using MtGox API v2
Failed to load resource: the server responded with a status of 503 (OK)

The second line has a URL: https://data.mtgox.com/api/2/BTCUSD/money/info
The URL contains the following text:
Quote
{"result":"error","error":"Identification required to access private API","token":"login_error_missing_rest_key"}

I'm not sure what's required to correct this problem. I've double-checked my API Key, and even created a new API Key/Secret - but the problem persists. Any ideas?