DoctorMcKay
DoctorMcKay
Your login key is incorrect. How are you obtaining it?
Do you always get this result when using a login key, or just sometimes?
Logging on with loginKeys has never really worked reliably, and I've never quite been able to figure out why...
It looks like bitlbee-steam is using WebAPI mobile logons, which wouldn't get you a CM session.
WebAPI sessions are the same thing the mobile app uses, so it's going to be as limited as the app is. CMs are what the proper Steam client connects to,...
I really don't see how this is possible, unless maybe your own code is changing the value of `steamID` in the loggedOn event handler? Ever since 4.13.1, there's been a...
VDF parsing is handled by the [vdf package](https://www.npmjs.com/package/vdf). This should probably be reported there. If it's not being maintained, I might have to fork it.
I haven't been able to reproduce this.
Are you saying that `friendsList` is never triggered, or that it's not triggered when you get the error? Or do you get the error every time you log on?
If I could get debug output from you, that would be helpful. ```js Client.on('debug', (msg) => { console.log(msg); // or whatever custom debug log function you want to use });