JustArchiNET / ArchiSteamFarm

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

Don't keep trying to re-load inventory when 'null' is returned instead of JSON with inventory #646

Closed lainverse closed 7 years ago

lainverse commented 7 years ago

It looks like Steam implemented CAPTCHA page when trades page reloaded way too often and simply blocks access to the inventory until it times out without bot doing any requests. It's possible to regain access to the trades by passing CAPTCHA manually, but inventory remains blocked. As I understand bot reloads page way too often and triggers both CAPTCHA in trades and block on the inventory and continuously re-triggering them after that.

Expected behavior

Bot checks for trades/inventory less often and immediately stops and waits when hits CAPTCHA/block page or null string returned instead of inventory JSON.

Actual behavior

It looks like bot keeps trying to load tradeoffers/inventory and re-triggers CAPTCHA and block.

Steps to reproduce

No specific steps, in my case it just happens with time.

Full log.txt recorded during reproducing the problem

2017-09-13 19:26:24|ArchiSteamFarm-10932|INFO|ASF|InitASF() ASF V3.0.2.4 (6e2819a5-ffae-4995-acbe-b0d53688b3cd)
2017-09-13 19:26:25|ArchiSteamFarm-10932|INFO|ASF|CheckForUpdate() ASF will automatically check for new versions every 1 day.
2017-09-13 19:26:25|ArchiSteamFarm-10932|INFO|ASF|CheckForUpdate() Checking for new version...
2017-09-13 19:26:33|ArchiSteamFarm-10932|INFO|ASF|CheckForUpdate() Local version: 3.0.2.4 | Remote version: 3.0.2.4
2017-09-13 19:26:33|ArchiSteamFarm-10932|INFO|main|Start() Starting...
2017-09-13 19:26:33|ArchiSteamFarm-10932|INFO|main|Connect() Connecting...
2017-09-13 19:26:33|ArchiSteamFarm-10932|INFO|shadow|Start() Starting...
2017-09-13 19:26:33|ArchiSteamFarm-10932|INFO|main|OnConnected() Connected to Steam!
2017-09-13 19:26:33|ArchiSteamFarm-10932|INFO|main|OnConnected() Logging in...
2017-09-13 19:26:34|ArchiSteamFarm-10932|INFO|main|OnLoggedOn() Successfully logged on!
2017-09-13 19:26:34|ArchiSteamFarm-10932|INFO|main|Init() Logging in to ISteamUserAuth...
2017-09-13 19:26:35|ArchiSteamFarm-10932|INFO|main|Init() Success!
2017-09-13 19:26:35|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking first badge page...
2017-09-13 19:26:38|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking other badge pages...
2017-09-13 19:26:40|ArchiSteamFarm-10932|INFO|shadow|Connect() Connecting...
2017-09-13 19:26:40|ArchiSteamFarm-10932|INFO|shadow|OnConnected() Connected to Steam!
2017-09-13 19:26:40|ArchiSteamFarm-10932|INFO|shadow|OnConnected() Logging in...
2017-09-13 19:26:41|ArchiSteamFarm-10932|INFO|shadow|OnLoggedOn() Successfully logged on!
2017-09-13 19:26:41|ArchiSteamFarm-10932|INFO|shadow|Init() Logging in to ISteamUserAuth...
2017-09-13 19:26:41|ArchiSteamFarm-10932|INFO|shadow|Init() Success!
2017-09-13 19:26:42|ArchiSteamFarm-10932|INFO|shadow|IsAnythingToFarm() Checking first badge page...
2017-09-13 19:26:43|ArchiSteamFarm-10932|INFO|shadow|StartFarming() We have a total of 2 games (7 cards) left to idle (~3 hours, 30 minutes remaining)...
2017-09-13 19:26:43|ArchiSteamFarm-10932|INFO|shadow|Farm() Chosen idling algorithm: Simple
2017-09-13 19:26:43|ArchiSteamFarm-10932|INFO|shadow|FarmSolo() Now idling: 520520 (It Comes Around - A Kinetic Novel)
2017-09-13 19:26:45|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 520520 (It Comes Around - A Kinetic Novel): 4 cards remaining
2017-09-13 19:26:45|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 520520 (It Comes Around - A Kinetic Novel)
2017-09-13 19:26:49|ArchiSteamFarm-10932|INFO|main|StartFarming() We have a total of 9 games (34 cards) left to idle (~17 hours remaining)...
2017-09-13 19:26:49|ArchiSteamFarm-10932|INFO|main|Farm() Chosen idling algorithm: Simple
2017-09-13 19:26:49|ArchiSteamFarm-10932|INFO|main|FarmSolo() Now idling: 603030 (Lamp Head)
2017-09-13 19:26:52|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 603030 (Lamp Head): 1 cards remaining
2017-09-13 19:26:52|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 603030 (Lamp Head)
...
2017-09-17 00:12:35|ArchiSteamFarm-10932|INFO|shadow|OnDisconnected() Disconnected from Steam!
2017-09-17 00:12:35|ArchiSteamFarm-10932|INFO|shadow|OnDisconnected() Reconnecting...
2017-09-17 00:12:35|ArchiSteamFarm-10932|INFO|shadow|Farm() Stopped idling: 383710 (Princess KAGUYA)
2017-09-17 00:12:35|ArchiSteamFarm-10932|INFO|shadow|Connect() Connecting...
2017-09-17 00:12:35|ArchiSteamFarm-10932|INFO|shadow|OnDisconnected() Disconnected from Steam!
2017-09-17 00:12:35|ArchiSteamFarm-10932|INFO|shadow|OnDisconnected() Reconnecting...
2017-09-17 00:12:36|ArchiSteamFarm-10932|INFO|shadow|StopFarming() Idling stopped!
2017-09-17 00:12:42|ArchiSteamFarm-10932|INFO|shadow|Connect() Connecting...
2017-09-17 00:12:42|ArchiSteamFarm-10932|INFO|shadow|OnConnected() Connected to Steam!
2017-09-17 00:12:42|ArchiSteamFarm-10932|INFO|shadow|OnConnected() Logging in...
2017-09-17 00:12:43|ArchiSteamFarm-10932|INFO|shadow|OnLoggedOn() Successfully logged on!
2017-09-17 00:12:43|ArchiSteamFarm-10932|INFO|shadow|Init() Logging in to ISteamUserAuth...
2017-09-17 00:12:45|ArchiSteamFarm-10932|INFO|shadow|Init() Success!
2017-09-17 00:12:45|ArchiSteamFarm-10932|INFO|shadow|IsAnythingToFarm() Checking first badge page...
2017-09-17 00:12:46|ArchiSteamFarm-10932|INFO|shadow|StartFarming() We have a total of 1 games (3 cards) left to idle (~1 hour, 30 minutes remaining)...
2017-09-17 00:12:46|ArchiSteamFarm-10932|INFO|shadow|Farm() Chosen idling algorithm: Simple
2017-09-17 00:12:47|ArchiSteamFarm-10932|INFO|shadow|FarmSolo() Now idling: 383710 (Princess KAGUYA)
2017-09-17 00:12:48|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 3 cards remaining
2017-09-17 00:12:48|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 00:17:51|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 3 cards remaining
2017-09-17 00:17:51|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 00:19:18|ArchiSteamFarm-10932|WARN|main|HeartBeat() Connection to Steam Network lost. Reconnecting...
2017-09-17 00:19:18|ArchiSteamFarm-10932|INFO|main|Connect() Connecting...
2017-09-17 00:19:18|ArchiSteamFarm-10932|INFO|main|OnConnected() Connected to Steam!
2017-09-17 00:19:18|ArchiSteamFarm-10932|INFO|main|OnConnected() Logging in...
2017-09-17 00:19:18|ArchiSteamFarm-10932|INFO|main|OnLoggedOn() Successfully logged on!
2017-09-17 00:19:18|ArchiSteamFarm-10932|INFO|main|Init() Logging in to ISteamUserAuth...
2017-09-17 00:19:20|ArchiSteamFarm-10932|INFO|main|Init() Success!
2017-09-17 00:20:05|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 00:22:54|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 3 cards remaining
2017-09-17 00:22:54|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 00:27:59|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 3 cards remaining
2017-09-17 00:27:59|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 00:33:03|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 3 cards remaining
2017-09-17 00:33:03|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 00:38:06|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 3 cards remaining
2017-09-17 00:38:06|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 00:43:05|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 2 cards remaining
2017-09-17 00:43:05|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 00:48:08|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 2 cards remaining
2017-09-17 00:48:08|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 00:51:07|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking first badge page...
2017-09-17 00:51:11|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking other badge pages...
2017-09-17 00:51:21|ArchiSteamFarm-10932|INFO|main|StartFarming() We don't have anything to idle on this account!
2017-09-17 00:53:11|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 2 cards remaining
2017-09-17 00:53:11|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 00:58:14|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 2 cards remaining
2017-09-17 00:58:14|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 01:03:18|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 2 cards remaining
2017-09-17 01:03:18|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 01:03:59|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 01:04:34|ArchiSteamFarm-10932|INFO|main|ParseTrade() Accepting trade: 2502990000
2017-09-17 01:05:15|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 01:05:15|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 01:05:15|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 01:05:15|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 01:08:22|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 2 cards remaining
2017-09-17 01:08:22|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 01:13:25|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 1 cards remaining
2017-09-17 01:13:25|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 01:13:26|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 1 cards remaining
2017-09-17 01:13:26|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 01:18:30|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 1 cards remaining
2017-09-17 01:18:30|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 01:23:33|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 1 cards remaining
2017-09-17 01:23:33|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 01:28:35|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 1 cards remaining
2017-09-17 01:28:35|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 01:33:40|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 1 cards remaining
2017-09-17 01:33:40|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 01:38:44|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 1 cards remaining
2017-09-17 01:38:44|ArchiSteamFarm-10932|INFO|shadow|Farm() Still idling: 383710 (Princess KAGUYA)
2017-09-17 01:43:40|ArchiSteamFarm-10932|INFO|shadow|ShouldFarm() Idling status for 383710 (Princess KAGUYA): 0 cards remaining
2017-09-17 01:43:40|ArchiSteamFarm-10932|INFO|shadow|Farm() Stopped idling: 383710 (Princess KAGUYA)
2017-09-17 01:43:40|ArchiSteamFarm-10932|INFO|shadow|FarmSolo() Finished idling: 383710 (Princess KAGUYA) after 3 hours, 59 minutes, 48 seconds of playtime!
2017-09-17 01:43:40|ArchiSteamFarm-10932|INFO|shadow|IsAnythingToFarm() Checking first badge page...
2017-09-17 01:43:41|ArchiSteamFarm-10932|INFO|shadow|Farm() Idling finished!
2017-09-17 01:43:54|ArchiSteamFarm-10932|INFO|main|ParseTrade() Accepting trade: 2503069178
2017-09-17 01:44:32|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 01:45:05|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 03:50:49|ArchiSteamFarm-10932|INFO|ASF|CheckForUpdate() Checking for new version...
2017-09-17 03:50:50|ArchiSteamFarm-10932|INFO|ASF|CheckForUpdate() Local version: 3.0.2.4 | Remote version: 3.0.2.4
2017-09-17 03:50:59|ArchiSteamFarm-10932|INFO|main|ParseTrade() Accepting trade: 2503288433
2017-09-17 03:51:07|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking first badge page...
2017-09-17 03:51:10|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking other badge pages...
2017-09-17 03:51:17|ArchiSteamFarm-10932|INFO|shadow|IsAnythingToFarm() Checking first badge page...
2017-09-17 03:51:20|ArchiSteamFarm-10932|INFO|shadow|StartFarming() We don't have anything to idle on this account!
2017-09-17 03:51:21|ArchiSteamFarm-10932|INFO|main|StartFarming() We don't have anything to idle on this account!
2017-09-17 03:51:39|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 03:52:12|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 03:52:12|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 03:52:12|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 03:52:12|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 06:51:07|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking first badge page...
2017-09-17 06:51:12|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking other badge pages...
2017-09-17 06:51:17|ArchiSteamFarm-10932|INFO|shadow|IsAnythingToFarm() Checking first badge page...
2017-09-17 06:51:20|ArchiSteamFarm-10932|INFO|shadow|StartFarming() We don't have anything to idle on this account!
2017-09-17 06:51:20|ArchiSteamFarm-10932|INFO|main|StartFarming() We don't have anything to idle on this account!
2017-09-17 07:22:55|ArchiSteamFarm-10932|INFO|main|ParseTrade() Accepting trade: 2503612714
2017-09-17 07:23:30|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 09:51:07|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking first badge page...
2017-09-17 09:51:11|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking other badge pages...
2017-09-17 09:51:17|ArchiSteamFarm-10932|INFO|shadow|IsAnythingToFarm() Checking first badge page...
2017-09-17 09:51:20|ArchiSteamFarm-10932|INFO|shadow|StartFarming() We don't have anything to idle on this account!
2017-09-17 09:51:22|ArchiSteamFarm-10932|INFO|main|StartFarming() We don't have anything to idle on this account!
2017-09-17 12:08:36|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking first badge page...
2017-09-17 12:08:41|ArchiSteamFarm-10932|INFO|main|IsAnythingToFarm() Checking other badge pages...
2017-09-17 12:08:50|ArchiSteamFarm-10932|INFO|main|StartFarming() We have a total of 1 games (5 cards) left to idle (~2 hours, 30 minutes remaining)...
2017-09-17 12:08:50|ArchiSteamFarm-10932|INFO|main|Farm() Chosen idling algorithm: Simple
2017-09-17 12:08:50|ArchiSteamFarm-10932|INFO|main|FarmSolo() Now idling: 258910 (Citizens of Earth)
2017-09-17 12:08:52|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 5 cards remaining
2017-09-17 12:08:52|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 12:13:56|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 5 cards remaining
2017-09-17 12:13:56|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 12:19:04|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 5 cards remaining
2017-09-17 12:19:04|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 12:24:07|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 5 cards remaining
2017-09-17 12:24:07|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 12:24:38|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 12:25:11|ArchiSteamFarm-10932|INFO|main|ParseTrade() Accepting trade: 2504238507
2017-09-17 12:25:47|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 12:25:47|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 12:25:47|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 12:25:47|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 12:29:10|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 5 cards remaining
2017-09-17 12:29:10|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 12:34:14|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 5 cards remaining
2017-09-17 12:34:14|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 12:37:21|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 12:37:55|ArchiSteamFarm-10932|INFO|main|ParseTrade() Accepting trade: 2504273631
2017-09-17 12:38:30|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 12:38:30|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 12:38:30|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 12:38:30|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 12:39:10|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 12:39:10|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 12:44:13|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 12:44:13|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 12:49:16|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 12:49:16|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 12:51:17|ArchiSteamFarm-10932|INFO|shadow|IsAnythingToFarm() Checking first badge page...
2017-09-17 12:51:20|ArchiSteamFarm-10932|INFO|shadow|StartFarming() We don't have anything to idle on this account!
2017-09-17 12:54:19|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 12:54:19|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 12:59:22|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 12:59:22|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:04:25|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 13:04:25|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:06:00|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504354522
2017-09-17 13:06:32|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:09:28|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 13:09:28|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:11:31|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:14:31|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 13:14:31|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:19:34|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 13:19:34|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:21:58|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504402763
2017-09-17 13:22:30|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:24:37|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 13:24:37|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:26:12|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:27:10|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:27:32|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:27:32|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 13:27:32|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:27:32|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504418019
2017-09-17 13:29:41|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 13:29:41|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:32:08|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504418019
2017-09-17 13:32:43|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504432787
2017-09-17 13:33:08|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:33:08|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 13:33:08|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:33:08|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:33:14|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:33:14|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 13:33:14|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:33:14|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:33:19|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:33:19|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 13:33:19|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:33:19|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504432787
2017-09-17 13:34:45|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 4 cards remaining
2017-09-17 13:34:45|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:36:42|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504432787
2017-09-17 13:37:11|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504447912
2017-09-17 13:37:45|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:38:07|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:38:07|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 13:38:07|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:38:07|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504447912
2017-09-17 13:38:12|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:38:12|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 13:38:12|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:38:12|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:39:30|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 13:39:30|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:42:16|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504462782
2017-09-17 13:42:50|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:43:16|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:43:16|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 13:43:16|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:43:16|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504462782
2017-09-17 13:43:22|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:43:22|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 13:43:22|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:43:22|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:44:33|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 13:44:33|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:47:00|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504462782
2017-09-17 13:47:33|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504477042
2017-09-17 13:47:56|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:47:56|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 13:47:56|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:47:56|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:48:02|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:48:02|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 13:48:02|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:48:02|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:48:07|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:48:07|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 13:48:07|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:48:07|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504477042
2017-09-17 13:49:35|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 13:49:35|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:49:48|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504477042
2017-09-17 13:50:19|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:50:42|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:50:42|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 13:50:42|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:50:42|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504485572
2017-09-17 13:52:04|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:52:37|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504485572
2017-09-17 13:54:38|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 13:54:38|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 13:54:48|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:55:20|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504500306
2017-09-17 13:55:43|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:55:43|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 13:55:43|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:55:43|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504485572
2017-09-17 13:55:49|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:55:49|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 13:55:49|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:55:49|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:55:54|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 13:55:54|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 13:55:54|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 13:55:54|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504500306
2017-09-17 13:57:04|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 13:59:41|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 13:59:41|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 14:04:44|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 14:04:44|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 14:06:13|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:06:46|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504534699
2017-09-17 14:09:17|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504543959
2017-09-17 14:09:47|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 14:09:47|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 14:09:49|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:10:14|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:10:14|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 14:10:14|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:10:14|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504534699
2017-09-17 14:11:16|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:11:52|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504543959
2017-09-17 14:12:16|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:12:16|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 14:12:16|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:12:16|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504543959
2017-09-17 14:12:22|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:12:22|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 14:12:22|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:12:22|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:12:27|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:12:27|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 14:12:27|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:12:27|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504552202
2017-09-17 14:14:20|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:14:50|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 14:14:50|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 14:14:56|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504552202
2017-09-17 14:16:51|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:17:26|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:17:50|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:17:50|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 14:17:50|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:17:50|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504568054
2017-09-17 14:19:53|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 14:19:53|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 14:21:42|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:22:19|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504583411
2017-09-17 14:22:46|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:22:46|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 14:22:46|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:22:46|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504568054
2017-09-17 14:22:52|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:22:52|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 14:22:52|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:22:52|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504583411
2017-09-17 14:22:58|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:22:58|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 14:22:58|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:22:58|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:24:38|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504591052
2017-09-17 14:24:57|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 14:24:57|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 14:25:12|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504583411
2017-09-17 14:25:37|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:25:37|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 14:25:37|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:25:37|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:27:55|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504591052
2017-09-17 14:28:36|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:29:22|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504605843
2017-09-17 14:29:58|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:30:01|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 14:30:01|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 14:30:08|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:30:08|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=2000
2017-09-17 14:30:08|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:30:08|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:30:13|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:30:13|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 14:30:13|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:30:13|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504605843
2017-09-17 14:34:23|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:34:56|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504621279
2017-09-17 14:35:03|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 3 cards remaining
2017-09-17 14:35:03|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 14:35:20|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:35:20|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 14:35:20|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:35:20|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504621279
2017-09-17 14:35:26|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:35:26|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 14:35:26|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:35:26|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:38:52|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504621279
2017-09-17 14:39:22|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504636815
2017-09-17 14:39:58|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 14:40:00|ArchiSteamFarm-10932|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 2 cards remaining
2017-09-17 14:40:00|ArchiSteamFarm-10932|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 14:40:27|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:40:27|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000
2017-09-17 14:40:27|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:40:27|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2504636815
2017-09-17 14:40:33|ArchiSteamFarm-10932|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 14:40:33|ArchiSteamFarm-10932|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0
2017-09-17 14:40:33|ArchiSteamFarm-10932|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 14:40:33|ArchiSteamFarm-10932|INFO|main|ParseTrade() Ignoring trade: 2497816980

Global ASF.json config

{
  "Debug": false,
  "Headless": false,
  "AutoUpdates": true,
  "AutoRestart": true,
  "UpdateChannel": 2,
  "SteamProtocol": 6,
  "SteamOwnerID": *****,
  "MaxFarmingTime": 10,
  "IdleFarmingPeriod": 3,
  "FarmingDelay": 5,
  "AccountPlayingDelay": 5,
  "LoginLimiterDelay": 7,
  "InventoryLimiterDelay": 3,
  "ForceHttp": false,
  "HttpTimeout": 60,
  "WCFHostname": "localhost",
  "WCFPort": 1242,
  "LogToFile": true,
  "Statistics": true,
  "HackIgnoreMachineID": false,
  "Blacklist": [
    267420,
    303700,
    335590,
    368020,
    425280
  ]
}

BotName.json config of all affected bot instances (if more than one)

{
  "Enabled": true,
  "FarmOffline": true,
  "AutoDiscoveryQueue": false,
  "IdleRefundableGames": true,
  "StartOnLaunch": true,
  "SteamLogin": "*****",
  "SteamPassword": "*****",
  "SteamParentalPIN": "0",
  "SteamApiKey": "*****",
  "SteamMasterID": *****,
  "SteamMasterClanID": 0,
  "CardDropsRestricted": false,
  "DismissInventoryNotifications": true,
  "FarmOffline": false,
  "HandleOfflineMessages": false,
  "AcceptGifts": false,
  "TradingPreferences": 2,
  "ForwardKeysToOtherBots": false,
  "DistributeKeys": false,
  "UseAsfAsMobileAuthenticator": false,
  "ShutdownOnFarmingFinished": false,
  "SendOnFarmingFinished": false,
  "SteamTradeToken": "yg5PF4wu",
  "SendTradePeriod": 0,
  "AcceptConfirmationsPeriod": 0,
  "CustomGamePlayedWhileFarming": "Teh Farm: Teh Cards",
  "CustomGamePlayedWhileIdle": null,
  "IsBotAccount": false,
  "GamesPlayedWhileIdle": [
    0
  ]
}
JustArchi commented 7 years ago

Start from enabling Debug mode and showing what ASF stumbles upon in general log when this issue happens.

Also you'll need to do research and check after what period of time the captcha disappears.

JustArchi commented 7 years ago

Also note to self: since this issue seems to be hitting only /my/inventory and not API or other general ASF functionality, I believe we could decrease likehood of issues by switching to new inventory endpoint - https://www.reddit.com/r/SteamBot/comments/5he94k/psa_there_is_a_new_endpoint_for_fetching_user/.

lainverse commented 7 years ago

Ok, will try to do so. Right now I can say that both request https://steamcommunity.com/my/inventory/json/753/6?l=english&start=0 and https://steamcommunity.com/my/inventory/json/753/6?l=english&start=10000 returns null when inventory ends up blocked.

Also, ~30 minutes is enough to wait out block on the inventory.

About 10~15 continuous inventory requests triggers block.

JustArchi commented 7 years ago

Yeah but that's not everything, you lack status error code for instance, this is why I'm asking.

lainverse commented 7 years ago

Enabled debug and looking for error to appear. But I think you can simply check if JSON returned by Steam is equal to 'null'.

lainverse commented 7 years ago

Here is same error with debug mode enabled:

2017-09-17 15:15:35|ArchiSteamFarm-22972|INFO|ASF|InitASF() ASF V3.0.2.4 (6e2819a5-ffae-4995-acbe-b0d53688b3cd)
2017-09-17 15:15:36|ArchiSteamFarm-22972|INFO|ASF|CheckForUpdate() ASF will automatically check for new versions every 1 day.
2017-09-17 15:15:36|ArchiSteamFarm-22972|INFO|ASF|CheckForUpdate() Checking for new version...
2017-09-17 15:15:37|ArchiSteamFarm-22972|INFO|ASF|CheckForUpdate() Local version: 3.0.2.4 | Remote version: 3.0.2.4
2017-09-17 15:15:38|ArchiSteamFarm-22972|INFO|main|Start() Starting...
2017-09-17 15:15:38|ArchiSteamFarm-22972|INFO|main|Connect() Connecting...
2017-09-17 15:15:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() ServerList | Resolving server list
2017-09-17 15:15:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() ServerList | Resolved 160 servers
2017-09-17 15:15:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() ServerList | Next server candidiate: Unspecified/CM03-FRA.cm.steampowered.com:443 (WebSocket)
2017-09-17 15:15:38|ArchiSteamFarm-22972|INFO|shadow|Start() Starting...
2017-09-17 15:15:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Connected to wss://cm03-fra.cm.steampowered.com/cmsocket/
2017-09-17 15:15:38|ArchiSteamFarm-22972|INFO|main|OnConnected() Connected to Steam!
2017-09-17 15:15:38|ArchiSteamFarm-22972|INFO|main|OnConnected() Logging in...
2017-09-17 15:15:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientLogon (Proto: True)
2017-09-17 15:15:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 294 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 754 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServersAvailable (5501) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServersAvailable (5501) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServersAvailable (5501) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServersAvailable (5501) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientLogOnResponse (751) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientAccountInfo (768) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|INFO|main|OnLoggedOn() Successfully logged on!
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientAccountInfo (768) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientEmailAddrInfo (5456) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientFriendsList (767) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|INFO|main|Init() Logging in to ISteamUserAuth...
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientRequestFriendData (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 4399 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientFriendsGroupsList (5553) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientChangeStatus (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPlayerNicknameList (5587) (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 51 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientChangeStatus (Proto: True)
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 51 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1014 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 416 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientLicenseList (780) (Proto: True)
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 301 bytes.
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientUpdateGuestPassesList (798) (Proto: False)
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientWalletInfoUpdate (5528) (Proto: True)
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientGameConnectTokens (779) (Proto: True)
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientSessionToken (850) (Proto: True)
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientIsLimitedAccount (5430) (Proto: True)
2017-09-17 15:15:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientCMList (783) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServerList (880) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|INFO|main|Init() Success!
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientRequestFriendData (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 33 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|INFO|main|IsAnythingToFarm() Checking first badge page...
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientRequestedClientStats (5480) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServerList (880) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientVACBanStatus (782) (Proto: False)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 773 bytes.
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 891 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 177 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaChangeResponse (5584) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaChangeResponse (5584) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientNewLoginKey (5463) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 63 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientNewLoginKeyAccepted (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 28 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 148 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 94 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 148 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 395 bytes.
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientMarketingMessageUpdate2 (5510) (Proto: False)
2017-09-17 15:15:44|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 66 bytes.
2017-09-17 15:15:44|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:44|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|INFO|shadow|Connect() Connecting...
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() ServerList | Next server candidiate: Unspecified/CM03-FRA.cm.steampowered.com:27020 (WebSocket)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 164 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Connected to wss://cm03-fra.cm.steampowered.com:27020/cmsocket/
2017-09-17 15:15:45|ArchiSteamFarm-22972|INFO|shadow|OnConnected() Connected to Steam!
2017-09-17 15:15:45|ArchiSteamFarm-22972|INFO|shadow|OnConnected() Logging in...
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientLogon (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 303 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|INFO|main|IsAnythingToFarm() Checking other badge pages...
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 389 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServersAvailable (5501) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServersAvailable (5501) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServersAvailable (5501) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServersAvailable (5501) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientLogOnResponse (751) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientAccountInfo (768) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|INFO|shadow|OnLoggedOn() Successfully logged on!
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|INFO|shadow|Init() Logging in to ISteamUserAuth...
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientAccountInfo (768) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientEmailAddrInfo (5456) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientChangeStatus (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientFriendsList (767) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 46 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientChangeStatus (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientRequestFriendData (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 46 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 70 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientFriendsGroupsList (5553) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientVACBanStatus (782) (Proto: False)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPlayerNicknameList (5587) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 457 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientLicenseList (780) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 381 bytes.
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientUpdateGuestPassesList (798) (Proto: False)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientWalletInfoUpdate (5528) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientGameConnectTokens (779) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientSessionToken (850) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientCMList (783) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServerList (880) (Proto: True)
2017-09-17 15:15:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientRequestedClientStats (5480) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServerList (880) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientSystemIM (726) (Proto: False)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientSystemIM (726) (Proto: False)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientSystemIM (726) (Proto: False)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientSystemIM (726) (Proto: False)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 149 bytes.
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 296 bytes.
2017-09-17 15:15:46|ArchiSteamFarm-22972|INFO|shadow|Init() Success!
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientRequestFriendData (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 33 bytes.
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 109 bytes.
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 166 bytes.
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaChangeResponse (5584) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaChangeResponse (5584) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientNewLoginKey (5463) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 519 bytes.
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientNewLoginKeyAccepted (Proto: True)
2017-09-17 15:15:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 27 bytes.
2017-09-17 15:15:46|ArchiSteamFarm-22972|INFO|shadow|IsAnythingToFarm() Checking first badge page...
2017-09-17 15:15:47|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 89 bytes.
2017-09-17 15:15:47|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:47|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:47|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 153 bytes.
2017-09-17 15:15:47|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:47|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:48|ArchiSteamFarm-22972|INFO|shadow|StartFarming() We don't have anything to idle on this account!
2017-09-17 15:15:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientGamesPlayed (Proto: True)
2017-09-17 15:15:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 165 bytes.
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 48 bytes.
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientIsLimitedAccount (5430) (Proto: True)
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 399 bytes.
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientMarketingMessageUpdate2 (5510) (Proto: False)
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:15:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:15:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:15:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:15:55|ArchiSteamFarm-22972|INFO|main|StartFarming() We have a total of 2 games (5 cards) left to idle (~2 hours, 30 minutes remaining)...
2017-09-17 15:15:55|ArchiSteamFarm-22972|INFO|main|Farm() Chosen idling algorithm: Simple
2017-09-17 15:15:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientPICSProductInfoRequest (Proto: True)
2017-09-17 15:15:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 43 bytes.
2017-09-17 15:15:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 112 bytes.
2017-09-17 15:15:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientServersAvailable (5501) (Proto: True)
2017-09-17 15:15:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 166 bytes.
2017-09-17 15:15:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 1024 bytes.
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 462 bytes.
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPICSProductInfoResponse (8904) (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|INFO|main|FarmSolo() Now idling: 258910 (Citizens of Earth)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientGamesPlayed (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientGamesPlayed (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 65 bytes.
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 146 bytes.
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientGameConnectTokens (779) (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientConcurrentSessionsBase (9600) (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientGameConnectTokens (779) (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 171 bytes.
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 171 bytes.
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:15:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 96 bytes.
2017-09-17 15:15:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:15:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ServiceMethod (146) (Proto: True)
2017-09-17 15:15:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:15:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:15:59|ArchiSteamFarm-22972|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 2 cards remaining
2017-09-17 15:15:59|ArchiSteamFarm-22972|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 15:16:01|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 65 bytes.
2017-09-17 15:16:01|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:01|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:16:02|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 164 bytes.
2017-09-17 15:16:02|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:02|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:03|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:03|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 151 bytes.
2017-09-17 15:16:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 151 bytes.
2017-09-17 15:16:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:06|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 151 bytes.
2017-09-17 15:16:06|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:06|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:07|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:07|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:12|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:12|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 142 bytes.
2017-09-17 15:16:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:16:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:16:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 204 bytes.
2017-09-17 15:16:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:16|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:16|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 150 bytes.
2017-09-17 15:16:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 165 bytes.
2017-09-17 15:16:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:19|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 162 bytes.
2017-09-17 15:16:19|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:19|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:20|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 145 bytes.
2017-09-17 15:16:20|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:20|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 65 bytes.
2017-09-17 15:16:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:16:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 177 bytes.
2017-09-17 15:16:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:24|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 152 bytes.
2017-09-17 15:16:24|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:24|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:25|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:25|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:26|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 150 bytes.
2017-09-17 15:16:26|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:26|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 155 bytes.
2017-09-17 15:16:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 177 bytes.
2017-09-17 15:16:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:30|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 152 bytes.
2017-09-17 15:16:30|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:30|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:30|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:30|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:33|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 65 bytes.
2017-09-17 15:16:33|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:33|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:16:34|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:34|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:16:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:16:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:16:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:16:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:16:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:16:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:50|ArchiSteamFarm-22972|WARN|main|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 15:16:50|ArchiSteamFarm-22972|DEBUG|main|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&start=6000
2017-09-17 15:16:50|ArchiSteamFarm-22972|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-17 15:16:50|ArchiSteamFarm-22972|INFO|main|ParseTrade() Ignoring trade: 2497816980
2017-09-17 15:16:52|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:52|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:56|ArchiSteamFarm-22972|WARN|shadow|UrlGetToJObjectRetry() Request failed after 5 attempts!
2017-09-17 15:16:56|ArchiSteamFarm-22972|DEBUG|shadow|UrlGetToJObjectRetry() Request failing: https://steamcommunity.com/my/inventory/json/753/6?l=english&trading=1&start=0
2017-09-17 15:16:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:16:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:16:57|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 165 bytes.
2017-09-17 15:16:57|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:57|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:16:57|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:16:57|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:16:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientFriendProfileInfo (Proto: True)
2017-09-17 15:16:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 40 bytes.
2017-09-17 15:16:58|ArchiSteamFarm-22972|TRACE|shadow|ExploreDiscoveryQueue() Starting...
2017-09-17 15:16:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 216 bytes.
2017-09-17 15:16:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:16:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientFriendProfileInfoResponse (5536) (Proto: True)
2017-09-17 15:16:59|ArchiSteamFarm-22972|TRACE|shadow|ExploreDiscoveryQueue() Done!
2017-09-17 15:17:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 188 bytes.
2017-09-17 15:17:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:01|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:01|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 51 bytes.
2017-09-17 15:17:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:17:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 51 bytes.
2017-09-17 15:17:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:17:06|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:06|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:09|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 151 bytes.
2017-09-17 15:17:09|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:09|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 171 bytes.
2017-09-17 15:17:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:16|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:17:16|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:16|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:17:19|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:19|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:19|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 182 bytes.
2017-09-17 15:17:19|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:19|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 63 bytes.
2017-09-17 15:17:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:17:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 162 bytes.
2017-09-17 15:17:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:24|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 176 bytes.
2017-09-17 15:17:24|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:24|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:24|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:24|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 158 bytes.
2017-09-17 15:17:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:32|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 66 bytes.
2017-09-17 15:17:32|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:32|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:17:33|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:33|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:37|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:37|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 67 bytes.
2017-09-17 15:17:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:17:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:47|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 145 bytes.
2017-09-17 15:17:47|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:47|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 167 bytes.
2017-09-17 15:17:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:51|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:51|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:52|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 221 bytes.
2017-09-17 15:17:52|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:52|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:17:52|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:17:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:17:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:17:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 145 bytes.
2017-09-17 15:17:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:17:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 62 bytes.
2017-09-17 15:18:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:18:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:07|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 63 bytes.
2017-09-17 15:18:07|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:07|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:18:07|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 164 bytes.
2017-09-17 15:18:07|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:07|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:09|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:09|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:11|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 143 bytes.
2017-09-17 15:18:11|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:11|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:13|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:13|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 152 bytes.
2017-09-17 15:18:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 145 bytes.
2017-09-17 15:18:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 155 bytes.
2017-09-17 15:18:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:29|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 157 bytes.
2017-09-17 15:18:29|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:29|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:31|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:31|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 169 bytes.
2017-09-17 15:18:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:44|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 159 bytes.
2017-09-17 15:18:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 148 bytes.
2017-09-17 15:18:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 179 bytes.
2017-09-17 15:18:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:53|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 165 bytes.
2017-09-17 15:18:53|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:53|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:18:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:18:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientFriendProfileInfo (Proto: True)
2017-09-17 15:18:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 40 bytes.
2017-09-17 15:18:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 216 bytes.
2017-09-17 15:18:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:18:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientFriendProfileInfoResponse (5536) (Proto: True)
2017-09-17 15:18:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:18:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:19:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:19:02|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 169 bytes.
2017-09-17 15:19:02|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:02|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:03|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:03|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 66 bytes.
2017-09-17 15:19:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:19:07|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:07|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:08|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 147 bytes.
2017-09-17 15:19:08|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:08|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 148 bytes.
2017-09-17 15:19:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:12|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 159 bytes.
2017-09-17 15:19:12|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:12|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:12|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:12|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 151 bytes.
2017-09-17 15:19:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 179 bytes.
2017-09-17 15:19:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:16|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:16|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 140 bytes.
2017-09-17 15:19:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 145 bytes.
2017-09-17 15:19:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:23|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 169 bytes.
2017-09-17 15:19:23|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:23|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:25|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:25|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 179 bytes.
2017-09-17 15:19:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:29|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 62 bytes.
2017-09-17 15:19:29|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:29|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:19:30|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:30|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:31|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 166 bytes.
2017-09-17 15:19:31|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:31|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:32|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 65 bytes.
2017-09-17 15:19:32|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:32|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:19:34|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:34|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:35|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 143 bytes.
2017-09-17 15:19:35|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:35|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 154 bytes.
2017-09-17 15:19:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 159 bytes.
2017-09-17 15:19:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 183 bytes.
2017-09-17 15:19:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 62 bytes.
2017-09-17 15:19:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:43|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:19:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 157 bytes.
2017-09-17 15:19:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:52|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:52|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:53|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 158 bytes.
2017-09-17 15:19:53|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:53|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 143 bytes.
2017-09-17 15:19:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:19:57|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:19:57|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:19:57|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:19:57|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:19:57|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:20:01|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 150 bytes.
2017-09-17 15:20:01|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:01|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:01|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:01|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:06|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:06|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:12|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:20:12|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:12|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:20:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 148 bytes.
2017-09-17 15:20:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:19|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:19|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 144 bytes.
2017-09-17 15:20:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:21|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:24|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:24|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 150 bytes.
2017-09-17 15:20:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:28|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:30|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 152 bytes.
2017-09-17 15:20:30|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:30|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:33|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 147 bytes.
2017-09-17 15:20:33|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:33|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:33|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:33|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 62 bytes.
2017-09-17 15:20:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:20:37|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 182 bytes.
2017-09-17 15:20:37|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:37|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:37|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:37|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 251 bytes.
2017-09-17 15:20:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 150 bytes.
2017-09-17 15:20:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:38|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 50 bytes.
2017-09-17 15:20:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientSessionToken (850) (Proto: True)
2017-09-17 15:20:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 165 bytes.
2017-09-17 15:20:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:41|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 50 bytes.
2017-09-17 15:20:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientSessionToken (850) (Proto: True)
2017-09-17 15:20:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:46|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 66 bytes.
2017-09-17 15:20:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:20:51|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:51|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:20:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:20:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:20:55|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:20:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:20:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:56|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:20:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 157 bytes.
2017-09-17 15:20:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:20:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 168 bytes.
2017-09-17 15:20:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:20:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:21:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:02|ArchiSteamFarm-22972|INFO|main|ShouldFarm() Idling status for 258910 (Citizens of Earth): 2 cards remaining
2017-09-17 15:21:02|ArchiSteamFarm-22972|INFO|main|Farm() Still idling: 258910 (Citizens of Earth)
2017-09-17 15:21:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:04|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:09|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 148 bytes.
2017-09-17 15:21:09|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:09|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:21:09|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:09|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 66 bytes.
2017-09-17 15:21:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:10|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:21:13|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:13|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 149 bytes.
2017-09-17 15:21:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:14|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:21:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 68 bytes.
2017-09-17 15:21:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:21:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 68 bytes.
2017-09-17 15:21:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:15|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:21:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:18|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 118 bytes.
2017-09-17 15:21:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:21:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:21:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 67 bytes.
2017-09-17 15:21:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:21:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:22|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:27|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:31|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 64 bytes.
2017-09-17 15:21:31|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:31|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:21:31|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:31|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 62 bytes.
2017-09-17 15:21:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:21:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:36|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 142 bytes.
2017-09-17 15:21:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:39|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:21:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:40|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 65 bytes.
2017-09-17 15:21:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:42|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:21:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:45|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 149 bytes.
2017-09-17 15:21:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:48|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:21:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 166 bytes.
2017-09-17 15:21:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-17 15:21:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:49|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:50|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 65 bytes.
2017-09-17 15:21:50|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:21:50|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-17 15:21:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:54|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:21:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-17 15:21:58|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Sent 22 bytes.
2017-09-17 15:22:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() WebSocketContext | Recieved 148 bytes.
2017-09-17 15:22:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-17 15:22:00|ArchiSteamFarm-22972|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
JustArchi commented 7 years ago

Thanks, I'll probably have some test version for you soon.

JustArchi commented 7 years ago

Check latest AppVeyor build and let me know if situation improved (if you're still hitting the empty inventory error).

If the issue still exists, enable debug mode and reproduce the issue once again, thanks.

lainverse commented 7 years ago

Ok, installed latest build, will look how it goes.

...or I didn't. I think I've used that build, but URL still looks like this: https://steamcommunity.com/my/inventory/json/753/6?l=english&trading=1&start=0 Besides a few libraries everything were exactly the same. I've downloaded ASF-win-x64.zip from here: https://ci.appveyor.com/project/JustArchi/archisteamfarm/build/4565-master/artifacts

JustArchi commented 7 years ago

Then fix yourself because that URL doesn't even exist in the source anymore. Download url looks good, but you probably launched outdated version.

lainverse commented 7 years ago

Ooops! You are right. Fixed, now it looks right. ArchiSteamFarm-15376|INFO|ASF|InitASF() ASF V3.0.2.5 (77210f3d-d03f-47ea-9b61-25ab9d543b73) Thanks.

BTW, will it automatically update to 3.0.2.5 when it will be released or will it skip it?

JustArchi commented 7 years ago

It will automatically update to 3.0.2.6+ according to your UpdateChannel. It won't automatically update to "final" 3.0.2.5 though.

JustArchi commented 7 years ago

As a side note new endpoint is much better even if it doesn't fix rate limiting issue, due to being able to fetch 5000 items at once (compared to old limit of 2000), which results in less overall number of requests. The only remaining question is how rate-limited that endpoint is and if InventoryLimiterDelay will be enough to not stumble upon it.

lainverse commented 7 years ago

Yesterday encountered empty inventory message once, but without any extra data even though it was running in the debug mode.

Also, made adjustments to ASF.json, to make it similar to the default one:

{
    "AutoUpdates": true,
    "AutoRestart": true,
    "BackgroundGCPeriod": 0,
    "ConnectionTimeout": 60,
    "CurrentCulture": null,
    "Debug": false,
    "Headless": false,
    "UpdateChannel": 2,
    "SteamProtocol": 6,
    "SteamOwnerID": *,
    "IdleFarmingPeriod": 8,
    "AccountPlayingDelay": 5,
    "ForceHttp": false,
    "HttpTimeout": 60,
    "IPCHost": "127.0.0.1",
    "IPCPort": 1242,
    "LogToFile": true,
    "Statistics": true,
    "HackIgnoreMachineID": false,
    "SteamProtocols": 7,
    "MaxFarmingTime": 10,
    "MaxTradeHoldDuration": 15,
    "FarmingDelay": 15,
    "GiftsLimiterDelay": 1,
    "InventoryLimiterDelay": 3,
    "LoginLimiterDelay": 10,
    "Blacklist": [
        267420,
        303700,
        335590,
        368020,
        425280
    ]
}
JustArchi commented 7 years ago

Take in account Steam quirks and the fact that it never works 100% of time. Question is if your issue of captcha and constant requests failing while Steam is in fact working properly is solved or not - random hiccups are expected regardless of how good ASF is coded.

So keep testing and let me know if you stumble upon the same issue in long-run. From your message I assume that situation improved, which is great.

lainverse commented 7 years ago

I do agree with that, but it doesn't looks like a quirk to me. Now I can access trades and inventory just fine, but all trades ends up with "inventory is empty" error.

Example without debug:

7-09-18 15:47:58|ArchiSteamFarm-16272|INFO|main|Farm() Stopped idling: 504000 (Endless Fables: The Minotaur's Curse)
2017-09-18 15:47:58|ArchiSteamFarm-16272|INFO|main|OnDisconnected() Reconnecting...
2017-09-18 15:47:58|ArchiSteamFarm-16272|INFO|main|Connect() Connecting...
2017-09-18 15:47:58|ArchiSteamFarm-16272|INFO|main|OnConnected() Connected to Steam!
2017-09-18 15:47:59|ArchiSteamFarm-16272|INFO|main|OnConnected() Logging in...
2017-09-18 15:47:59|ArchiSteamFarm-16272|INFO|main|StopFarming() Idling stopped!
2017-09-18 15:47:59|ArchiSteamFarm-16272|INFO|main|OnLoggedOn() Successfully logged on!
2017-09-18 15:47:59|ArchiSteamFarm-16272|INFO|main|Init() Logging in to ISteamUserAuth...
2017-09-18 15:48:00|ArchiSteamFarm-16272|INFO|main|Init() Success!
2017-09-18 15:48:01|ArchiSteamFarm-16272|INFO|main|IsAnythingToFarm() Checking first badge page...
2017-09-18 15:48:04|ArchiSteamFarm-16272|INFO|main|IsAnythingToFarm() Checking other badge pages...
2017-09-18 15:48:19|ArchiSteamFarm-16272|INFO|main|StartFarming() We have a total of 3 games (10 cards) left to idle (~5 hours remaining)...
2017-09-18 15:48:19|ArchiSteamFarm-16272|INFO|main|Farm() Chosen idling algorithm: Simple
2017-09-18 15:48:20|ArchiSteamFarm-16272|INFO|main|FarmSolo() Now idling: 504000 (Endless Fables: The Minotaur's Curse)
2017-09-18 15:48:23|ArchiSteamFarm-16272|INFO|main|ShouldFarm() Idling status for 504000 (Endless Fables: The Minotaur's Curse): 3 cards remaining
2017-09-18 15:48:23|ArchiSteamFarm-16272|INFO|main|Farm() Still idling: 504000 (Endless Fables: The Minotaur's Curse)
2017-09-18 15:49:41|ArchiSteamFarm-16272|INFO|shadow|ShouldFarm() Idling status for 527420 (Demon Hunter 3: Revelation): 3 cards remaining
2017-09-18 15:49:41|ArchiSteamFarm-16272|INFO|shadow|Farm() Still idling: 527420 (Demon Hunter 3: Revelation)
2017-09-18 15:52:37|ArchiSteamFarm-16272|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-18 15:52:37|ArchiSteamFarm-16272|INFO|main|ParseTrade() Ignoring trade: 2507986178
2017-09-18 15:55:16|ArchiSteamFarm-16272|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-18 15:55:16|ArchiSteamFarm-16272|INFO|main|ParseTrade() Ignoring trade: 2507986178
2017-09-18 15:56:12|ArchiSteamFarm-16272|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-18 15:56:12|ArchiSteamFarm-16272|INFO|main|ParseTrade() Ignoring trade: 2507997903
2017-09-18 15:58:03|ArchiSteamFarm-16272|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-18 15:58:03|ArchiSteamFarm-16272|INFO|main|ParseTrade() Ignoring trade: 2507997903
JustArchi commented 7 years ago

I can't reproduce your issue, besides, you can control inventory requests with InventoryLimiterDelay if they're happening too often.

Are you sure you don't have other bots and tools that are specifically sending crapload of requests to Steam inventory/community? This doesn't look like a normal thing for me, since ASF asked for just one inventory across last 3 minutes, this is not normal to get rate-limited at this point, I'd receive a dozen of similar bug reports if it was a normal thing for everybody.

lainverse commented 7 years ago

I don't have any other bots, but I have Enhanced Steam and Steam Inventory Helper extensions in the browser. As I know they do nothing as long as I don't visit Steam pages, though. However, I think there is an issue to check in the debug mode.

Here:

2017-09-18 16:04:15|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-18 16:04:16|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:16|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-18 16:04:19|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:19|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-18 16:04:20|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-18 16:04:24|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-18 16:04:24|ArchiSteamFarm-22876|DEBUG|main|UrlRequest() System.OperationCanceledException: The operation was canceled.
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Threading.Tasks.RendezvousAwaitable`1.GetResult()
   at System.Net.Http.WinHttpResponseStream.<CopyToAsyncCore>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Net.Http.NoWriteNoSeekStreamContent.<>c.<SerializeToStreamAsync>b__4_0(Task t, Object s)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Net.Http.HttpContent.<LoadIntoBufferAsyncCore>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at System.Net.Http.HttpClient.<FinishSendAsyncBuffered>d__58.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at ArchiSteamFarm.WebBrowser.<UrlRequest>d__35.MoveNext() in C:\projects\archisteamfarm\ArchiSteamFarm\WebBrowser.cs:line 474 
2017-09-18 16:04:29|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:29|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-18 16:04:29|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-18 16:04:32|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientFriendProfileInfo (Proto: True)
2017-09-18 16:04:33|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:33|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientFriendProfileInfoResponse (5536) (Proto: True)
2017-09-18 16:04:33|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-18 16:04:36|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:36|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-18 16:04:37|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:37|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-18 16:04:38|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:38|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-18 16:04:38|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-18 16:04:39|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:39|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-18 16:04:42|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-18 16:04:44|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:44|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-18 16:04:46|ArchiSteamFarm-22876|WARN|main|ShouldAcceptTrade() inventory is empty!
2017-09-18 16:04:46|ArchiSteamFarm-22876|INFO|main|ParseTrade() Ignoring trade: 2507997903
2017-09-18 16:04:47|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-18 16:04:48|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:48|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientClanState (822) (Proto: True)
2017-09-18 16:04:50|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
2017-09-18 16:04:50|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: ClientPersonaState (766) (Proto: True)
2017-09-18 16:04:51|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | Sent -> EMsg: ClientHeartBeat (Proto: True)
2017-09-18 16:04:53|ArchiSteamFarm-22876|DEBUG|ASF|WriteLine() CMClient | <- Recv'd EMsg: Multi (1) (Proto: True)
JustArchi commented 7 years ago

No, there is no issue. It's clearly stated on the wiki that there will be crapload of new exceptions that do not mean anything.

Well, I can add forced cooldown in case of null response, I guess there is not a lot to do besides this.

lainverse commented 7 years ago

I'd like to manually check URL queried by ASF in my browser. Could you please include it into debug mode or could you please tell which AppID and SteamCommunityContextID are used in the URL? I've tried 570/2 and 440/2 which I found on the web with this one: http://steamcommunity.com/inventory/76561198024968498/AppID/SteamCommunityContextID?l=english&count=5000 But it looks like my DOTA2 and TF2 inventories.

JustArchi commented 7 years ago

http://steamcommunity.com/inventory/76561198024968498/753/6?l=english&count=5000

lainverse commented 7 years ago

Well, it looks fine in the browser. Occasionally displays error page regarding community not being available instead of JSON or just null, but I certainly can go through the whole inventory using last_assetid property and &start_assetid= in the URL. However, all trades in ASF's log ends up with ShouldAcceptTrade() inventory is empty!. :(

JustArchi commented 7 years ago

Download latest AppVeyor build once again and reproduce your issue (debug mode not needed).

ASF temporarily outputs all JSONs received by the program, catch the one responsible for inventory is empty error and paste it here together with full log.

https://ci.appveyor.com/project/JustArchi/archisteamfarm/build/4568-master/artifacts

lainverse commented 7 years ago

Thanks, downloaded, installed, 30Mb log from start. Awaiting for error to reproduce. It seems like I have two annoying bots which periodically sends me trash trades.

lainverse commented 7 years ago

Ok, 4568-master works fine for me. Except for absurdly large log. Rolling back go 4567-master to check were changes (besides logging) in 4568 necessary.

JustArchi commented 7 years ago

Use officially released 3.0.2.5 if you want to continue bug hunting (once it builds). You should not use AppVeyor builds for anything but confirming fixes, and especially not rolling back to them.

lainverse commented 7 years ago

True, updated to 3.0.2.5. Thanks.

JustArchi commented 7 years ago

I consider this issue at least improved, if not fixed (due to new endpoint and less requests being sent). If you stumble upon the same problem with 3.0.2.7+ then feel free to open new issue, thanks!

lainverse commented 7 years ago

In my case issue disappeared. So, I think it's fixed for now. Thank you.