Closed waylaidwanderer closed 1 year ago
Does this occur every time or just randomly?
Every time for me.
Did you actually try the fix you linked to?
If not, replace https://github.com/geel9/SteamAuth/blob/master/SteamAuth/UserLogin.cs#L76 with
var rsaParameters = new RSAParameters();
And then try again.
EDIT : I just remembered, SteamWeb.cs
from SteamBot uses a very similar DoLogin
method to UserLogin.cs
here. And SteamWeb uses the above code, it does not ImportParameters
. So this should probably fix it for you.
I authed my bots using my local Windows computer, so I didn't bother. I'm just posting this here for other people. I'm hoping @geel9 or someone fixes it so that nobody else runs into the same issue.
Hmm, alright. Post back if you get a chance to test it.
Hello, I have same issue, I tested that fix and it still doesnt work. Any ideas?
Getting this on my Ubuntu VPS when using the linkauth command from SteamBot:
The same command works fine on my Windows computer. Do you think it's a mono issue or something you can fix?
Edit: Found this. Looks to be a bug with mono.