SteamAuth icon indicating copy to clipboard operation
SteamAuth copied to clipboard

FetchConfirmation

Open Danielix99 opened this issue 7 years ago • 3 comments

when i use that function i continue to retrieve an error: NullReferenceException; should i set something other than my shared_secret ?

Danielix99 avatar Jul 05 '17 19:07 Danielix99

can someone atleast read it?

Danielix99 avatar Jul 05 '17 20:07 Danielix99

i got the same problem, but i think someone in a SteamBot Issue found the solution. https://github.com/Jessecar96/SteamBot/issues/1062

nwidynski avatar Aug 19 '17 23:08 nwidynski

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"

titiloxx avatar Sep 24 '17 13:09 titiloxx