JustArchiNET / ArchiSteamFarm

C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.
Apache License 2.0
11.29k stars 1.05k forks source link

App is crashing from time to time on same command. #417

Closed kerberois closed 7 years ago

kerberois commented 7 years ago

Issue #1: Client reporting: trade done.

-- Client side: PS E:\sss> .\ASF.exe --client "loot A01" 2017-01-11 03:10:18|ASF-10576|INFO|ASF|Init() ASF V2.2.0.5 2017-01-11 03:10:18|ASF-10576|INFO|ASF|IsRuntimeSupported() Your .NET version is OK. Required: 4.6.1 | Found: 4.6.2 2017-01-11 03:10:18|ASF-10576|INFO|ASF|SendCommand() Sending command: loot A01 to WCF server on net.tcp://127.0.0.1:1242/ASF... 2017-01-11 03:10:26|ASF-10576|INFO|ASF|ParsePostInitArgs() Response received: Trade offer sent successfully!

-- Server side: 2017-01-11 03:10:26|ASF-12256|INFO|ASF|HandleCommand() Answered to WCF command: loot A01 with: Trade offer sent successfully!

-- Possible error: By my mistake client have entered with wrong Trade Token number (is used anyway in this case?) Why client reported that offer are created?

JustArchi commented 7 years ago

Please review the guidelines for contributing to this repository.

https://github.com/JustArchi/ArchiSteamFarm/blob/master/CONTRIBUTING.md

If my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue, please close my issue immediately - I won't complain.

kerberois commented 7 years ago

" Please avoid using GitHub issues, unless you indeed want to report a bug "

= It's a bug. Client reported that trade are done (created and sent). No trade are created.

JustArchi commented 7 years ago

logic for accepting and sending steam trades is outside of the ASF, as stated in the FAQ, and there is no bug related to that because it's up to Steam to accept such request, or not

It does not matter at slightlest point what Steam said.