8000 Not able to start the package · Issue #31 · AlgoTrader/betfair · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Not able to start the package #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ermander opened this issue Dec 19, 2021 · 0 comments
Open

Not able to start the package #31

ermander opened this issue Dec 19, 2021 · 0 comments

Comments

@ermander
Copy link

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); } } });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0