AlgoTrader / betfair

Betfair API-NG library for node.js
96 stars 46 forks source link

Failing to get app key #12

Open MrLeusk opened 8 years ago

MrLeusk commented 8 years ago

I have been trying to use this application. When I try th to get the app key I get

Failed to get a key { code: -32099,
message: 'AANGX-0004', data:
{ AccountAPINGException:
{ errorDetails: '', errorCode: 'INVALID_APP_KEY', requestUUID: 'null' }, exceptionname: 'AccountAPINGException' } }

AlgoTrader commented 8 years ago

Please provide a valid APP key to newSession.

var session = betfair.newSession('yourApllicationKey');

to get your app key, contact bdp at betfair.com

MrLeusk commented 8 years ago

The error arises when I call the function in common "getDeveloperAppKeys" to get my app key via the API. This used to work for me with the old code running forever.js but it returns an error now. I have been using an interactive app key. Could it be that I need to create a bit app key with the new code?

MrLeusk commented 8 years ago

*bot app key

AlgoTrader commented 8 years ago

all keys questions should asked on bdp