Open frxncisjoseph opened 7 years ago
Same issue , any help ? @frxncisjoseph resolved ?
@yogeshwar607 Not resolved and no response from the repository creators nor anyone else...
Same issue here
I looked into this and found the recent requirement for an app_id was causing issues. You'll need a valid app_id from: https://developers.binary.com/applications/
It can be fixed by changing:
var api = new LiveApi({websocket: ws});
to:
var api = new LiveApi({websocket: ws, appId: 0000});
Replace '0000' with your app_id.
Thanks Luke, I'd just realised that they made this app_id request mandatory a few weeks ago. Nice one :)
Hello,
I'm experiencing a very strange issue with the binary-live-api library.
I attempted a test run using the following example code:
Which resulted in this error:
Any ideas?