Closed VoidWhisperer closed 8 years ago
at info.voidwhisperer.steambot.BaseBot.doLogin(BaseBot.java:373)
at info.voidwhisperer.steambot.BaseBot.<init>(BaseBot.java:94)
at info.voidwhisperer.steambot.SteamBot.<init>(SteamBot.java:17)
at info.voidwhisperer.steambot.Main.main(Main.java:9)
The issue is with the key you're passing from your code, which I can't see so I can't help...
I fixed that error, because apparently in the code you have the modulus and exponent switched on the rsacrypto, resulting in that error.. However, now steam's login is denying it with returning { success: false }
Interesting point, but I have it working the "wrong" way round. But again can't help without code.
Are you sure it's 'still working'? Given the fact that the repository hasn't been updated in 8 months..
Yes
That is what happens when I'm attempting to use the method from doLogin on steamweb... I have JCE, so I'm not sure what the problem here is.