"You are already logged in" when you *technically* aren't #1236

Closed
opened 2025-03-18 10:13:18 -07:00 by Animan8000 · 1 comment
Contributor

Even if you haven't logged in since weeks in said account (and the device being turned off every now and then), it would still deliver the message in some circumstances. One way to consistently replicate this behavior (at least on my end):

  • Login to account 1
  • Force kill the game process
  • On next startup let auto-login to a different account (account 2)
  • Log off and login back to account 1, giving you this message
2025-03-18T18:05:38:124 [0.1.0] http:   POST /api/updateChallengeProgress.php?accountId=67d1c4cf77322d1aed16f26c&nonce=6336676105661543&ct=MSI 200 206.763 ms - -
2025-03-18T18:05:38:126 [0.1.0] http:   GET /484BF3F0/dynamic/worldState.php?buildLabel=2025.02.19.16.14/v2yMWahq-ViZLTfdoT3oYA 200 1.129 ms - 89636
2025-03-18T18:05:41:261 [0.1.0] debug:  Unknown updateStats add action categories: MENU_OPTION, NETWORK_ANALYSIS, NETWORK_FORWARDING
2025-03-18T18:05:41:266 [0.1.0] http:   POST /stats/upload.php?accountId=67d1c4cf77322d1aed16f26c&nonce=6336676105661543&ct=MSI 200 8.864 ms - -
2025-03-18T18:05:41:270 [0.1.0] http:   GET /api/logout.php?accountId=67d1c4cf77322d1aed16f26c&nonce=6336676105661543&ct=MSI 200 3.559 ms - 1
2025-03-18T18:05:52:316 [0.1.0] http:   POST /api/login.php?ct=MSI&buildLabel=2025.02.19.16.14/v2yMWahq-ViZLTfdoT3oYA&clientMod=OpenWF%20Bootstrapper%20v0.10.4&metadataPatchesInUse=1 400 1.379 ms - 27
{A9E6605E-4088-4235-92B3-25713412570E}.png
Even if you haven't logged in since weeks in said account (and the device being turned off every now and then), it would still deliver the message in some circumstances. One way to consistently replicate this behavior (at least on my end): - Login to account 1 - Force kill the game process - On next startup let auto-login to a different account (account 2) - Log off and login back to account 1, giving you this message ``` 2025-03-18T18:05:38:124 [0.1.0] http: POST /api/updateChallengeProgress.php?accountId=67d1c4cf77322d1aed16f26c&nonce=6336676105661543&ct=MSI 200 206.763 ms - - 2025-03-18T18:05:38:126 [0.1.0] http: GET /484BF3F0/dynamic/worldState.php?buildLabel=2025.02.19.16.14/v2yMWahq-ViZLTfdoT3oYA 200 1.129 ms - 89636 2025-03-18T18:05:41:261 [0.1.0] debug: Unknown updateStats add action categories: MENU_OPTION, NETWORK_ANALYSIS, NETWORK_FORWARDING 2025-03-18T18:05:41:266 [0.1.0] http: POST /stats/upload.php?accountId=67d1c4cf77322d1aed16f26c&nonce=6336676105661543&ct=MSI 200 8.864 ms - - 2025-03-18T18:05:41:270 [0.1.0] http: GET /api/logout.php?accountId=67d1c4cf77322d1aed16f26c&nonce=6336676105661543&ct=MSI 200 3.559 ms - 1 2025-03-18T18:05:52:316 [0.1.0] http: POST /api/login.php?ct=MSI&buildLabel=2025.02.19.16.14/v2yMWahq-ViZLTfdoT3oYA&clientMod=OpenWF%20Bootstrapper%20v0.10.4&metadataPatchesInUse=1 400 1.379 ms - 27 ``` <img width="1440" alt="{A9E6605E-4088-4235-92B3-25713412570E}.png" src="attachments/84425781-964b-4392-9a71-a566cd0cba98">
Owner

Works as expected. Without additional software like the IRC server to tell SNS that your connection has terminated, there is no way for it to know that your client has closed when you don't properly log out.

Works as expected. Without additional software like the IRC server to tell SNS that your connection has terminated, there is no way for it to know that your client has closed when you don't properly log out.
Sign in to join this conversation.
No description provided.