SteamAuth
SteamAuth copied to clipboard
FetchConfirmation
when i use that function i continue to retrieve an error: NullReferenceException; should i set something other than my shared_secret ?
can someone atleast read it?
i got the same problem, but i think someone in a SteamBot Issue found the solution. https://github.com/Jessecar96/SteamBot/issues/1062
I solved the problem by creating a new object of type "Session" and assigning all the values manually ("OAuthToken","Session id".etc). For anyone who doesnt know where to find these values, you can find they by just looking at file .maFile without encryption. Then, when you ve "Session" full loaded, just do (your object) "SteamGuardAccount.session=Session"