Closed alex-jin closed 8 years ago
I added SteamGuardAccount.Session.SteamLogin = SteamWeb.Token; SteamGuardAccount.Session.SteamLoginSecure = SteamWeb.TokenSecure;
before calling FetchConfirmations and problem solved.
hello, SteamGuardAccount.RefreshSession(); solved the problem, best luck guys!
If RefreshSession() does not solve the problem (returns false, because WebException) and you are executing the exe on RaspberryPi using Mono thru a PHP script (like I am :smiley: ), then you might be missing HTTPS (SSL) certificates. This can be ignored (since we write the code and know who to trust) by implementing method #1 from official Mono documentation guide to solving missing certificates.
Hi, about half month ago, I am able to use FetchConfirmations to get confirmation list and accept those confirmations. But now FetchConfirmations can't work. could you please take a look? Thanks in advance.