You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm trying to use this npm package with the Italian Betfair Exchange.
I already changed the url from ".com" to ".it".
But right now eveytime i use the example function i have this issue.
Is this package still working?
$ node index
Login OK
listCountries failed
The code is this var invocation = session.listCountries({ filter: {} }, function (err, res) { if (err) { console.log('listCountries failed'); } else { for (var index in res.response.result) { var item = res.response.result[index]; console.log('country:%s markets:%s', item.counrtyCode, item.marketCount); } } });
The text was updated successfully, but these errors were encountered:
Hi, i'm trying to use this npm package with the Italian Betfair Exchange.
I already changed the url from ".com" to ".it".
But right now eveytime i use the example function i have this issue.
Is this package still working?
$ node index
Login OK
listCountries failed
The code is this
var invocation = session.listCountries({ filter: {} }, function (err, res) { if (err) { console.log('listCountries failed'); } else { for (var index in res.response.result) { var item = res.response.result[index]; console.log('country:%s markets:%s', item.counrtyCode, item.marketCount); } } });
The text was updated successfully, but these errors were encountered: