-
update_login_icons should not call expensive webapi methods like do_login. A less expensive method ("is_logged_in") is already present for Steam Server, but not for modules/plugins (login via openid)
-
your opendota api is very worked to me,thank you
but i have a question :How to get account_id by user name
-
```
client:DEBUG => Raise TimeoutError when waiting `Process' return
application:CRITICAL => TimeoutError("No return from `Process' in SteamAppExecutor")
```
-
Environment:
Centos 7.5 & .net core 2.0
Issue Discription:
All the connection request of ASF are failed.(including connection to git or steamcommunity)
### **I wonder if it cound connect to …
-
This is _probably_ an issue regarding Steam servers or something on my end, but in the case that it's not, here is the log:
```
2016-09-14 13:34:38|INFO|ASF|Init() ASF V2.1.4.9
2016-09-14 13:34:38|IN…
-
Until today (9/14), ASF was working perfectly. I've made no changes to it or it's configuration, or any of my Steam accounts it connects to during this time. This morning, ASF generated the following …
-
Today i got this strange error:
```
22.03.2016 22:50:20 [*] INFO: CheckForUpdate() Checking new version...
22.03.2016 22:50:26 [*] INFO: CheckForUpdate() Local version: 2.0.1.7 | Remote version: 2.…
-
I got this error when i run ASF in my vps cloud ( windows server 2012 R2 ) but when i run the same ASF sam config in my windows 7, its fine, no heartbeat or error at all, i just rent the host yesterda…
-
For some reason I cant start any account with ASF 2.
```
08.05.2016 14:50:11 [*] INFO: CheckForUpdate() Checking new version...
08.05.2016 14:50:11 [*] INFO: CheckForUpdate() Local version: 2.0.4.…
-
Consider following code:
```c#
KeyValue response;
using (dynamic iSteamApps = WebAPI.GetAsyncInterface("ISteamApps")) {
try {
response = await iSteamApps.GetAppList2(secure: true);
} cat…