ASF keeps trying to login indefinitely when you're "LoggedInElsewhere"
See original GitHub issueBug
Description
Whenever I open any game using the Steam client in one of my bots, ASF shows me this:
However, in previous ASF versions, if you were playing any game on Steam, ASF would not keep trying to login on that account forever, like it does now. I’m not sure if this is intended behavior, but it’s very annoying…
Expected behavior
ASF stops trying to login when I’m playing something.
Actual behavior
ASF keeps trying to login indefinitely.
Steps to reproduce
- Open ASF
- Open any game in your Steam client
- ASF will spam your terminal window while connecting/disconnecting from your account
Full log.txt recorded during reproducing the problem
Global ASF.json config
{
"AutoRestart": false,
"AutoUpdates": false,
"Blacklist": [],
"ConnectionTimeout": 60,
"CurrentCulture": null,
"Debug": false,
"FarmingDelay": 15,
"GiftsLimiterDelay": 1,
"Headless": false,
"IdleFarmingPeriod": 3,
"InventoryLimiterDelay": 3,
"IPCHost": "127.0.0.1",
"IPCPort": 1242,
"LoginLimiterDelay": 10,
"MaxFarmingTime": 4,
"MaxTradeHoldDuration": 15,
"OptimizationMode": 0,
"Statistics": false,
"SteamOwnerID": <hidden>,
"SteamProtocols": 7,
"UpdateChannel": 2
}
BotName.json config of all affected bot instances (if more than one)
{
"AcceptGifts": false,
"AutoDiscoveryQueue": true,
"CardDropsRestricted": false,
"CustomGamePlayedWhileFarming": null,
"CustomGamePlayedWhileIdle": null,
"DismissInventoryNotifications": false,
"Enabled": true,
"FarmingOrder": 0,
"FarmOffline": true,
"GamesPlayedWhileIdle": [
10,
730
],
"HandleOfflineMessages": false,
"IdleRefundableGames": true,
"IsBotAccount": false,
"LootableTypes": [
1,
3,
5,
6
],
"PasswordFormat": 0,
"Paused": false,
"RedeemingPreferences": 0,
"SendOnFarmingFinished": true,
"SendTradePeriod": 0,
"ShutdownOnFarmingFinished": false,
"SteamLogin": "<hidden>",
"SteamMasterClanID": 0,
"SteamParentalPIN": "0",
"SteamPassword": null,
"SteamTradeToken": "<hidden>",
"SteamUserPermissions": {
"<hidden>": 3
},
"TradingPreferences": 1
}
Additional info
I know that you will say that those bunches of warnings are simply Steam’s fuckups, but maybe it is worth checking out those warnings? I’ve been monitoring them.
ASF’s request:
Steam’s response:
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Game says I'm logged in from another device?
Hey guys have you ever got a message saying that you were logged in from another device but you were not? Just started...
Read more >Steam account logged in elsewhere? Bug or problem?
I close that window and restart Steam a second time and I login without an issue (I login automatically). I changed my password...
Read more >App Keeps logging me out & saying I have logged in...
I live alone, don't have log in info written down anywhere. No one has my log in email address. So how is it...
Read more >Domain transfer offer. First year standard registration only
Free domain transfer FAQs Simply sign up for a 12, 24, or 48-month plan to get this offer. Registration. Now you'll need to...
Read more >Stable diffusion checkpoint loading. io link to start AUTOMA
When you select the model in the Stable Diffusion checkpoint dropdown, the spinner keeps going forever. put the checkpoints into ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s good that you reported this issue, I found the other one while fixing it, so 3.0.1.9 is on its way. Thanks!
Like I guessed it has to do with
GamesPlayedWhileIdle
.