-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ASF reconnect loop #46
Comments
Also fixed a misc derp with pre1, pre2 should be fine for testing. |
Testing for a few days without my extra commands? Darn. Ok, I'll do this for Aiur. |
You can always compile yourself and add your extra bits. I do not release closed-source pre-releases. The objective is to find root cause. |
Of course I can. But then we'll never know if it's caused by my modifications. |
If KnSYS reproduced the issue on "vanilla" ASF, most likely your modifications don't have any negative impact. I mean, 99% of "hard to explain" bugs are directly caused by volvo fuckups, the thing is to add workaround for them. This is how whole SteamKit2 works, and all projects based on that too. |
Also I still have your pull request in mind, I didn't forget about that. Maybe I'll add those bits even to 1.2, but ASF reconnect loop issue is definitely with highest priority, it literally fucks up things. |
I'm quite agree that this has highest priority, that's why I said I'll do it. |
It would be much easier if I could reproduce that issue myself, or at least find any logical explanation why it happens instead of assuming things out of the blue. However, in this case most likely I'd fix that issue around V0.2 release, and not 1.2. Therefore, the only thing I can do is provide everybody with 1.2 pre2 and suggest to try hard to reproduce the bug, because I'm literally blindly trying to fix thing I don't even know about. |
Maybe you should have added some extra logging to this release then? |
Got the same problem with several alts(always the same alts). Will test this too. |
Extra logging won't help. I need confirmation if my assumption is correct, nothing else. |
Please test pre3 instead - https://github.com/JustArchi/ArchiSteamFarm/releases/tag/1.2.0.0-pre3 I rewrote how cards farming module works now, which should potentially solve this and other issues. Basically the most important fact is that if ASF issues |
Ok. May I ask, why !farm was removed? |
It was removed for two reasons
|
In other words, I see no use of that command anymore, ASF handles itself all possible problems, including resume of farming after some time if you e.g. activate gift, as well as handling steam network disconnects and other stuff. Having obsolete commands which serve no purpose is pointless. |
That would mean a delay upto 15 minutes after gift activation can occur. I'm okay with that, because I rarely buy gifts for bots, but someone who does can be annoyed by this delay. |
Someone who does can issue Be realistic. If it was 1-day check I'd understand, but not 15 minutes. |
Also when #18 is done, handling gifts will restart farming module as well. |
!stop+!start is even better. We need one command for this. |
Leaving it open for a few more days, if anybody reproduces with 1.2.1 let me know. |
I'm more and more convinced that the real issue was We can only hope for the best and keep an eye on that. |
I think i had this too, please check my log file to confirm it, in case it's something else and got confused. Now, i've just updated to 1.2.1 and put it under surveillance. No problems so far ;) |
No, this is not that issue. |
Fingers crossed? |
Around a week has passed and nobody reported similar issues, I couldn't stumble upon them as well. I consider this issue as fixed, thanks for testing. |
Seems like issue is solved, but if you want to closely examine full log of about ~4 days online, contact me in steam, i'm gladly provide it to you. |
Usual log looks like this:
This issue happened to @Ryzhehvost as well as other people (KnSYS).
I can't reproduce it and I can't think of any explanation why it would happen to one account on very rare basis. It doesn't make sense to me for now.
I suspect it might be because of the PlayGames() request sent during the check, even if that doesn't make any sense, perhaps for some reason it makes Steam send
Disconnect
, so ASF tries to reconnect and so on.I suggest everybody who notices that issue to update to latest pre-release and try hard to reproduce the bug, only if nobody succeeds after 2-3 days I will assume that this is the reason, because there is literally no way for me to check - random bugs with absolutely no logic are the worst ones.
The text was updated successfully, but these errors were encountered: