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:
"Problem accessing MtGox account."
I opened the console and can see this:
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/infoThe URL contains the following text:
{"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?