AlgoTrader / betfair

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

"name" and "value" are required for setHeader(). #10

Open bampisSyk opened 8 years ago

bampisSyk commented 8 years ago

I'm getting the above message when i'm trying to run the example you've posted for getting all countries

willfrew commented 8 years ago

Have you logged in with session.login()? I was getting this error in some test cases but realised it was because I hadn't logged in.

The library is attempting to set the session key header but since I hadn't logged in, the session key was undefined.