Failed to add the item. The console shows an error when adding the item, and I don't know the reason. Here is the error message: Uncaught TypeError: can't access property "getAttribute", input is null getKey http://localhost/webui/script.js:2050 doAcquire #2793

Closed
opened 2025-09-18 05:55:32 -07:00 by leesin-web · 5 comments

Failed to add the item. The console shows an error when adding the item, and I don't know the reason. Here is the error message: Uncaught TypeError: can't access property "getAttribute", input is null
getKey http://localhost/webui/script.js:2050
doAcquireCountItems http://localhost/webui/script.js:2794
onsubmit http://localhost/webui/inventory?:1

Failed to add the item. The console shows an error when adding the item, and I don't know the reason. Here is the error message: Uncaught TypeError: can't access property "getAttribute", input is null getKey http://localhost/webui/script.js:2050 doAcquireCountItems http://localhost/webui/script.js:2794 onsubmit http://localhost/webui/inventory?:1

Any screenshots? Steps to reproduce?

Any screenshots? Steps to reproduce?
AMelonInsideLemon added the
bug
question
labels 2025-09-18 10:53:04 -07:00
Author

Under the "Add Items" function module, there is no response at all when attempting to add a new item; meanwhile, after clicking the "Add" button, error reports related to the attribute configuration of form elements appear under the browser console, specifically involving three types of issues:
The form field lacks an id or name attribute, which may prevent the browser from correctly autofilling the form;
Although the form field has an id or name attribute recognizable by the browser's autofill feature, it lacks an autocomplete attribute, which may also cause autofill abnormalities;
The for attribute of the tag does not match the id of any form element, which will affect the form's autofill function and also cause assistive tools to fail to work properly.
Such form attribute configuration issues may be one of the causes of the unresponsive interaction in the "Add Items" function.

Under the "Add Items" function module, there is no response at all when attempting to add a new item; meanwhile, after clicking the "Add" button, error reports related to the attribute configuration of form elements appear under the browser console, specifically involving three types of issues: The form field lacks an id or name attribute, which may prevent the browser from correctly autofilling the form; Although the form field has an id or name attribute recognizable by the browser's autofill feature, it lacks an autocomplete attribute, which may also cause autofill abnormalities; The for attribute of the <label> tag does not match the id of any form element, which will affect the form's autofill function and also cause assistive tools to fail to work properly. Such form attribute configuration issues may be one of the causes of the unresponsive interaction in the "Add Items" function.
Author

Added items, such as Ciphers or Decoys, cannot be found in the Inventory.
Added items like Ciphers and Decoys are not visible in the Warframe Inventory.

Added items, such as Ciphers or Decoys, cannot be found in the Inventory. Added items like Ciphers and Decoys are not visible in the Warframe Inventory.
Author

(Use node --trace-warnings ... to show where the warning was created)
2025-09-19T05:25:04:738 [0.1.0] info: Using error log file: logs\error.log.2025-09-19
2025-09-19T05:25:04:739 [0.1.0] info: Using combined log file: logs\combined.log.2025-09-19
2025-09-19T05:25:04:749 [0.1.0] info: Connected to MongoDB
2025-09-19T05:25:04:758 [0.1.0] info: HTTP server started on 0.0.0.0:80
2025-09-19T05:25:04:782 [0.1.0] info: HTTPS server started on 0.0.0.0:443
2025-09-19T05:25:04:782 [0.1.0] info: Access the WebUI in your browser at http://localhost
2025-09-19T05:25:08:931 [0.1.0] http: GET /webui/inventory 200 12.633 ms - 121866
2025-09-19T05:25:08:968 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 2.791 ms - -
2025-09-19T05:25:08:969 [0.1.0] http: GET /webui/style.css 304 0.438 ms - -
2025-09-19T05:25:08:970 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.359 ms - -
2025-09-19T05:25:08:970 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.200 ms - -
2025-09-19T05:25:08:971 [0.1.0] http: GET /webui/libs/single.js 304 0.303 ms - -
2025-09-19T05:25:08:973 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.854 ms - -
2025-09-19T05:25:08:974 [0.1.0] http: GET /webui/script.js 304 0.332 ms - -
2025-09-19T05:25:08:975 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.319 ms - -
2025-09-19T05:25:09:246 [0.1.0] http: GET /custom/getItemLists?lang=zh 304 45.053 ms - -
2025-09-19T05:25:09:248 [0.1.0] http: GET /translations/zh.js 304 47.419 ms - -
2025-09-19T05:25:10:045 [0.1.0] debug: refreshing duviri seed
2025-09-19T05:25:10:097 [0.1.0] http: GET /favicon.ico 304 0.642 ms - -
2025-09-19T05:25:10:113 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=7892079353364033&wsid=1&xpBasedLevelCapDisabled=1 200 98.932 ms - 8423
2025-09-19T05:25:19:498 [0.1.0] http: GET /webui/inventory? 304 0.425 ms - -
2025-09-19T05:25:19:531 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.441 ms - -
2025-09-19T05:25:19:536 [0.1.0] http: GET /webui/style.css 304 0.236 ms - -
2025-09-19T05:25:19:537 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.374 ms - -
2025-09-19T05:25:19:538 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.561 ms - -
2025-09-19T05:25:19:539 [0.1.0] http: GET /webui/libs/single.js 304 0.238 ms - -
2025-09-19T05:25:19:540 [0.1.0] http: GET /webui/script.js 304 0.353 ms - -
2025-09-19T05:25:19:541 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 1.448 ms - -
2025-09-19T05:25:19:542 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.712 ms - -
2025-09-19T05:25:19:634 [0.1.0] http: GET /custom/getItemLists?lang=zh 304 36.051 ms - -
2025-09-19T05:25:19:635 [0.1.0] http: GET /translations/zh.js 304 37.602 ms - -
2025-09-19T05:25:20:167 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=7892079353364033&wsid=2&xpBasedLevelCapDisabled=1 200 25.201 ms - 8423
2025-09-19T05:25:33:557 [0.1.0] http: GET /custom/tunables.json 200 0.306 ms - 2
2025-09-19T05:25:33:694 [0.1.0] http: GET / 302 1.367 ms - 36
2025-09-19T05:25:33:698 [0.1.0] http: GET /webui/ 200 0.964 ms - 121866
2025-09-19T05:25:33:714 [0.1.0] http: GET /webui/libs/bootstrap.min.css 200 1.372 ms - 232018
2025-09-19T05:25:33:715 [0.1.0] http: GET /webui/style.css 200 0.717 ms - 1177
2025-09-19T05:25:33:718 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 200 0.929 ms - 89501
2025-09-19T05:25:33:720 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 200 0.972 ms - 5610
2025-09-19T05:25:33:724 [0.1.0] http: GET /webui/libs/single.js 200 0.896 ms - 10487
2025-09-19T05:25:33:726 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 200 0.944 ms - 33200
2025-09-19T05:25:33:729 [0.1.0] http: GET /webui/script.js 200 1.131 ms - 200989
2025-09-19T05:25:33:730 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 200 0.747 ms - 80821
2025-09-19T05:25:33:734 [0.1.0] http: GET /translations/zh.js 200 0.729 ms - 23957
2025-09-19T05:25:33:783 [0.1.0] http: GET /custom/getItemLists?lang=zh 304 47.605 ms - -
2025-09-19T05:25:33:789 [0.1.0] http: GET /favicon.ico 200 0.971 ms - 5015
2025-09-19T05:25:34:069 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=7892079353364033&wsid=3&xpBasedLevelCapDisabled=1 200 19.714 ms - 8423
2025-09-19T05:25:45:874 [0.1.0] http: POST /api/login.php?ct=MSI&buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w&clientMod=OpenWF%20Bootstrapper%20v0.11.10 200 4.249 ms - 425
2025-09-19T05:25:45:882 [0.1.0] http: GET /api/surveys.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 0.599 ms - 19
2025-09-19T05:25:45:901 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI&relics=1&xpBasedLevelCapDisabled=1 200 17.366 ms - 8423
2025-09-19T05:25:45:963 [0.1.0] http: POST /api/getFriends.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 9.437 ms - 70
2025-09-19T05:25:46:023 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 51.791 ms - 59318
2025-09-19T05:25:46:283 [0.1.0] http: POST /api/getAlliance.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 5.608 ms - -
2025-09-19T05:25:46:290 [0.1.0] http: GET /api/loginRewards.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI&platform=PC 200 1.568 ms - 131
2025-09-19T05:25:46:299 [0.1.0] http: GET /api/checkDailyMissionBonus.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 1.687 ms - 39
2025-09-19T05:25:46:307 [0.1.0] http: GET /api/inbox.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 4.513 ms - 12
2025-09-19T05:25:46:397 [0.1.0] http: GET /api/getShip.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 87.240 ms - 2833
2025-09-19T05:25:46:411 [0.1.0] http: GET /pay/getSkuCatalog.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 0.925 ms - 72709
2025-09-19T05:25:46:445 [0.1.0] http: GET /stats/view.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI&id=68cbf5a7b8f76907f408f364 200 34.288 ms - 92
2025-09-19T05:25:46:452 [0.1.0] http: GET /api/drones.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI&GetActive=1 200 6.686 ms - 19
2025-09-19T05:25:46:459 [0.1.0] http: GET /api/getIgnoredUsers.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 5.173 ms - 19
2025-09-19T05:25:46:496 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 6.123 ms - 59318
2025-09-19T05:25:54:871 [0.1.0] http: GET /translations/en.js 304 2.672 ms - -
2025-09-19T05:25:54:923 [0.1.0] http: GET /custom/getItemLists?lang=en 304 42.210 ms - -
2025-09-19T05:25:54:928 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=2&xpBasedLevelCapDisabled=1 200 60.417 ms - 8423
2025-09-19T05:26:18:168 [0.1.0] http: GET /webui/inventory? 304 0.396 ms - -
2025-09-19T05:26:18:215 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.392 ms - -
2025-09-19T05:26:18:218 [0.1.0] http: GET /webui/style.css 304 0.235 ms - -
2025-09-19T05:26:18:219 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.200 ms - -
2025-09-19T05:26:18:221 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.191 ms - -
2025-09-19T05:26:18:222 [0.1.0] http: GET /webui/libs/single.js 304 0.199 ms - -
2025-09-19T05:26:18:225 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.680 ms - -
2025-09-19T05:26:18:228 [0.1.0] http: GET /webui/script.js 304 0.282 ms - -
2025-09-19T05:26:18:230 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.230 ms - -
2025-09-19T05:26:18:425 [0.1.0] http: GET /translations/en.js 304 0.456 ms - -
2025-09-19T05:26:18:476 [0.1.0] http: GET /custom/getItemLists?lang=en 304 47.325 ms - -
2025-09-19T05:26:19:036 [0.1.0] http: GET /favicon.ico 304 0.416 ms - -
2025-09-19T05:26:19:073 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=4&xpBasedLevelCapDisabled=1 200 20.382 ms - 8423
2025-09-19T05:29:23:993 [0.1.0] http: GET /custom/getItemLists?lang=en 200 49.479 ms - 2087039
2025-09-19T05:29:24:019 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=3&xpBasedLevelCapDisabled=1 200 76.093 ms - 8423
2025-09-19T05:29:24:020 [0.1.0] http: GET /translations/en.js 200 25.528 ms - 23365
2025-09-19T05:30:14:503 [0.1.0] http: GET /webui/inventory? 200 0.541 ms - 121866
2025-09-19T05:30:14:525 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.291 ms - -
2025-09-19T05:30:14:526 [0.1.0] http: GET /webui/style.css 304 0.215 ms - -
2025-09-19T05:30:14:527 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.170 ms - -
2025-09-19T05:30:14:528 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.188 ms - -
2025-09-19T05:30:14:529 [0.1.0] http: GET /webui/libs/single.js 304 0.161 ms - -
2025-09-19T05:30:14:530 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.316 ms - -
2025-09-19T05:30:14:530 [0.1.0] http: GET /webui/script.js 304 0.157 ms - -
2025-09-19T05:30:14:531 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.165 ms - -
2025-09-19T05:30:14:551 [0.1.0] http: GET /translations/en.js 304 0.383 ms - -
2025-09-19T05:30:14:591 [0.1.0] http: GET /custom/getItemLists?lang=en 304 38.920 ms - -
2025-09-19T05:30:14:888 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=5&xpBasedLevelCapDisabled=1 200 14.397 ms - 8423
2025-09-19T05:30:16:001 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.615 ms - -
2025-09-19T05:30:16:002 [0.1.0] http: GET /webui/style.css 304 1.228 ms - -
2025-09-19T05:30:16:011 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json
2025-09-19T05:30:16:011 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.749 ms - 34
2025-09-19T05:30:16:031 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 200 2.494 ms - 332190
2025-09-19T05:30:16:035 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 200 0.971 ms - 589698
2025-09-19T05:30:22:936 [0.1.0] http: GET /webui/inventory? 304 0.431 ms - -
2025-09-19T05:30:22:954 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json
2025-09-19T05:30:22:955 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.897 ms - 34
2025-09-19T05:30:22:956 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.377 ms - -
2025-09-19T05:30:22:956 [0.1.0] http: GET /webui/style.css 304 0.522 ms - -
2025-09-19T05:30:22:957 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.388 ms - -
2025-09-19T05:30:22:958 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.527 ms - -
2025-09-19T05:30:22:958 [0.1.0] http: GET /webui/libs/single.js 304 0.171 ms - -
2025-09-19T05:30:22:959 [0.1.0] http: GET /webui/script.js 304 0.397 ms - -
2025-09-19T05:30:22:960 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.625 ms - -
2025-09-19T05:30:22:960 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 1.307 ms - -
2025-09-19T05:30:22:973 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.299 ms - -
2025-09-19T05:30:22:988 [0.1.0] http: GET /translations/en.js 304 0.261 ms - -
2025-09-19T05:30:23:028 [0.1.0] http: GET /custom/getItemLists?lang=en 304 38.259 ms - -
2025-09-19T05:30:23:029 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.414 ms - -
2025-09-19T05:30:23:321 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=6&xpBasedLevelCapDisabled=1 200 12.594 ms - 8423
2025-09-19T05:30:35:245 [0.1.0] http: GET /webui/inventory? 304 0.351 ms - -
2025-09-19T05:30:35:260 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json
2025-09-19T05:30:35:261 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 1.581 ms - 34
2025-09-19T05:30:35:265 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.365 ms - -
2025-09-19T05:30:35:266 [0.1.0] http: GET /webui/style.css 304 0.277 ms - -
2025-09-19T05:30:35:266 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.135 ms - -
2025-09-19T05:30:35:267 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.159 ms - -
2025-09-19T05:30:35:267 [0.1.0] http: GET /webui/libs/single.js 304 0.153 ms - -
2025-09-19T05:30:35:268 [0.1.0] http: GET /webui/script.js 304 0.293 ms - -
2025-09-19T05:30:35:269 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.853 ms - -
2025-09-19T05:30:35:270 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.140 ms - -
2025-09-19T05:30:35:279 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.134 ms - -
2025-09-19T05:30:35:351 [0.1.0] http: GET /custom/getItemLists?lang=en 304 32.695 ms - -
2025-09-19T05:30:35:352 [0.1.0] http: GET /translations/en.js 304 34.336 ms - -
2025-09-19T05:30:35:353 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.886 ms - -
2025-09-19T05:30:35:644 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=7&xpBasedLevelCapDisabled=1 200 13.660 ms - 8423
2025-09-19T05:30:38:298 [0.1.0] http: GET /webui/inventory? 304 0.609 ms - -
2025-09-19T05:30:38:313 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json
2025-09-19T05:30:38:314 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.926 ms - 34
2025-09-19T05:30:38:317 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.932 ms - -
2025-09-19T05:30:38:318 [0.1.0] http: GET /webui/style.css 304 0.831 ms - -
2025-09-19T05:30:38:319 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.882 ms - -
2025-09-19T05:30:38:320 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 1.047 ms - -
2025-09-19T05:30:38:320 [0.1.0] http: GET /webui/libs/single.js 304 1.180 ms - -
2025-09-19T05:30:38:321 [0.1.0] http: GET /webui/script.js 304 0.299 ms - -
2025-09-19T05:30:38:321 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 2.206 ms - -
2025-09-19T05:30:38:322 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.835 ms - -
2025-09-19T05:30:38:331 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.309 ms - -
2025-09-19T05:30:38:400 [0.1.0] http: GET /custom/getItemLists?lang=en 304 34.676 ms - -
2025-09-19T05:30:38:401 [0.1.0] http: GET /translations/en.js 304 36.160 ms - -
2025-09-19T05:30:38:402 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.275 ms - -
2025-09-19T05:30:38:711 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=8&xpBasedLevelCapDisabled=1 200 14.180 ms - 8423
2025-09-19T05:30:40:394 [0.1.0] http: GET /api/credits.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 4.977 ms - 98
2025-09-19T05:30:40:398 [0.1.0] http: GET /api/inbox.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 2.701 ms - 12
2025-09-19T05:30:44:712 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI&xpBasedLevelCapDisabled=1 200 14.861 ms - 8423
2025-09-19T05:30:46:008 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.958 ms - 52551
2025-09-19T05:30:46:779 [0.1.0] http: POST /api/updateNodeIntros.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 17.401 ms - 43
2025-09-19T05:30:59:998 [0.1.0] http: GET /webui/inventory? 304 0.313 ms - -
2025-09-19T05:31:00:015 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json
2025-09-19T05:31:00:016 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.603 ms - 34
2025-09-19T05:31:00:017 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.277 ms - -
2025-09-19T05:31:00:018 [0.1.0] http: GET /webui/style.css 304 0.364 ms - -
2025-09-19T05:31:00:019 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.223 ms - -
2025-09-19T05:31:00:020 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.168 ms - -
2025-09-19T05:31:00:022 [0.1.0] http: GET /webui/libs/single.js 304 0.420 ms - -
2025-09-19T05:31:00:023 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.340 ms - -
2025-09-19T05:31:00:024 [0.1.0] http: GET /webui/script.js 304 0.305 ms - -
2025-09-19T05:31:00:024 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.201 ms - -
2025-09-19T05:31:00:033 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.350 ms - -
2025-09-19T05:31:00:048 [0.1.0] http: GET /translations/en.js 304 0.214 ms - -
2025-09-19T05:31:00:102 [0.1.0] http: GET /custom/getItemLists?lang=en 304 52.402 ms - -
2025-09-19T05:31:00:103 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.291 ms - -
2025-09-19T05:31:00:381 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=9&xpBasedLevelCapDisabled=1 200 12.460 ms - 8438
2025-09-19T05:31:38:975 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=10&xpBasedLevelCapDisabled=1 200 11.033 ms - 8438
2025-09-19T05:31:45:854 [0.1.0] http: GET /webui/inventory? 304 0.428 ms - -
2025-09-19T05:31:45:855 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.314 ms - -
2025-09-19T05:31:45:856 [0.1.0] http: GET /webui/style.css 304 0.229 ms - -
2025-09-19T05:31:45:859 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json
2025-09-19T05:31:45:860 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.584 ms - 34
2025-09-19T05:31:45:875 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.302 ms - -
2025-09-19T05:31:45:884 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.279 ms - -
2025-09-19T05:31:56:092 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json
2025-09-19T05:31:56:093 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 1.010 ms - 34
2025-09-19T05:31:56:096 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.386 ms - -
2025-09-19T05:31:56:100 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.282 ms - -
2025-09-19T05:31:58:761 [0.1.0] http: GET /webui/inventory? 304 0.450 ms - -
2025-09-19T05:31:58:774 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.258 ms - -
2025-09-19T05:31:58:774 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json
2025-09-19T05:31:58:775 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.501 ms - 34
2025-09-19T05:31:58:776 [0.1.0] http: GET /webui/style.css 304 0.408 ms - -
2025-09-19T05:31:58:777 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.613 ms - -
2025-09-19T05:31:58:777 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.163 ms - -
2025-09-19T05:31:58:778 [0.1.0] http: GET /webui/libs/single.js 304 0.160 ms - -
2025-09-19T05:31:58:779 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.562 ms - -
2025-09-19T05:31:58:780 [0.1.0] http: GET /webui/script.js 304 0.743 ms - -
2025-09-19T05:31:58:780 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.192 ms - -
2025-09-19T05:31:58:793 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.962 ms - -
2025-09-19T05:31:58:800 [0.1.0] http: GET /translations/en.js 304 0.596 ms - -
2025-09-19T05:31:58:832 [0.1.0] http: GET /custom/getItemLists?lang=en 304 30.884 ms - -
2025-09-19T05:31:58:833 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.241 ms - -
2025-09-19T05:31:59:136 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=11&xpBasedLevelCapDisabled=1 200 13.685 ms - 8438
2025-09-19T05:35:46:014 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.543 ms - 53787
2025-09-19T05:36:49:253 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json
2025-09-19T05:36:49:254 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.889 ms - 34
2025-09-19T05:36:49:255 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 2.040 ms - -
2025-09-19T05:36:49:255 [0.1.0] http: GET /webui/style.css 304 2.314 ms - -
2025-09-19T05:36:49:256 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.187 ms - -
2025-09-19T05:36:49:271 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.264 ms - -
2025-09-19T05:40:46:037 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.743 ms - 53787
2025-09-19T05:45:46:027 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.667 ms - 53787
2025-09-19T05:50:46:048 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.555 ms - 53787
2025-09-19T05:55:46:029 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.240 ms - 53787
2025-09-19T06:00:46:028 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.255 ms - 53787
2025-09-19T06:05:46:031 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.809 ms - 53787
2025-09-19T06:10:46:022 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 6.995 ms - 52551
2025-09-19T06:15:46:037 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.431 ms - 52551
2025-09-19T06:20:46:026 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.479 ms - 52551
2025-09-19T06:25:46:015 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.502 ms - 52063
2025-09-19T06:30:46:032 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.043 ms - 51807
2025-09-19T06:35:46:033 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.489 ms - 53324
2025-09-19T06:40:46:030 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.756 ms - 53311
2025-09-19T06:45:46:021 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.488 ms - 53311
2025-09-19T06:50:46:033 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.942 ms - 53069
2025-09-19T06:55:46:011 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.383 ms - 53071
2025-09-19T07:00:46:008 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.385 ms - 53313
2025-09-19T07:05:46:040 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.328 ms - 53549
2025-09-19T07:10:46:032 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.351 ms - 52561
2025-09-19T07:15:46:040 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.101 ms - 52310
2025-09-19T07:20:46:027 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.363 ms - 52808
2025-09-19T07:25:46:032 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.537 ms - 53549
2025-09-19T07:30:46:040 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.977 ms - 53549
2025-09-19T07:35:46:026 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.763 ms - 54527
2025-09-19T07:40:46:012 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.945 ms - 54285
2025-09-19T07:45:46:016 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.112 ms - 54285
2025-09-19T07:50:46:007 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.780 ms - 54285
2025-09-19T07:55:46:031 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.197 ms - 61304
2025-09-19T08:00:46:021 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.597 ms - 53698
2025-09-19T08:05:46:037 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.330 ms - 53700
2025-09-19T08:10:46:018 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.638 ms - 52720
2025-09-19T08:15:46:014 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.448 ms - 52720
2025-09-19T08:20:46:021 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.641 ms - 52480
2025-09-19T08:25:46:027 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.225 ms - 52506
2025-09-19T08:30:46:049 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.575 ms - 52025
2025-09-19T08:35:46:008 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.265 ms - 53987
2025-09-19T08:40:46:023 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.812 ms - 53484
2025-09-19T08:45:46:009 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.192 ms - 54246
2025-09-19T08:50:46:025 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.899 ms - 53757
2025-09-19T08:55:46:038 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.025 ms - 54001
2025-09-19T09:00:46:006 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.545 ms - 54002
2025-09-19T09:05:46:026 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.080 ms - 54002
2025-09-19T09:10:46:022 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.850 ms - 52766
2025-09-19T09:15:46:035 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.887 ms - 52766
2025-09-19T09:20:46:022 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.654 ms - 53248
2025-09-19T09:25:46:028 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.927 ms - 53248
2025-09-19T09:30:46:036 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.960 ms - 53248
2025-09-19T09:35:46:015 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.976 ms - 54484
2025-09-19T09:40:46:026 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.203 ms - 54484
2025-09-19T09:45:46:036 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.804 ms - 53995
2025-09-19T09:50:46:013 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.737 ms - 53747
2025-09-19T09:55:46:031 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.651 ms - 53991
2025-09-19T10:00:46:035 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.450 ms - 53733
2025-09-19T10:05:46:013 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.927 ms - 53992
2025-09-19T10:10:46:035 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.744 ms - 51753
2025-09-19T10:15:46:039 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.006 ms - 51752
2025-09-19T10:20:46:033 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.987 ms - 51752
2025-09-19T10:25:46:036 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.388 ms - 59005
2025-09-19T10:30:46:010 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.156 ms - 53747
2025-09-19T10:35:46:024 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.184 ms - 55253
2025-09-19T10:40:46:010 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.680 ms - 55253
2025-09-19T10:45:46:019 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.093 ms - 55253
2025-09-19T10:50:46:015 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.166 ms - 55253
2025-09-19T10:55:46:025 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.425 ms - 55507
2025-09-19T11:00:46:030 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.033 ms - 55261
2025-09-19T11:05:46:018 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.113 ms - 55739
2025-09-19T11:10:46:025 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.589 ms - 54503
2025-09-19T11:11:41:068 [0.1.0] http: GET /api/credits.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 4.562 ms - 98
2025-09-19T11:11:41:072 [0.1.0] http: GET /api/inbox.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 2.515 ms - 12
2025-09-19T11:13:29:235 [0.1.0] http: GET /api/credits.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 4.160 ms - 98
2025-09-19T11:13:29:239 [0.1.0] http: GET /api/inbox.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 2.544 ms - 12
2025-09-19T11:13:30:503 [0.1.0] debug: Unknown updateStats add action categories: MARKET, EXIT_GAME_LOCATION, MENU_OPTION, DX12_SHADER_MODEL, DX12_RESOURCE_TIER
2025-09-19T11:13:30:505 [0.1.0] debug: Unknown updateStats timers action categories: IN_SHIP_VIEW_LOAD_TIME, IN_SHIP_VIEW_READY_TIME
2025-09-19T11:13:30:519 [0.1.0] http: POST /stats/upload.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 21.815 ms - -
2025-09-19T11:13:31:106 [0.1.0] http: GET /api/getNewRewardSeed.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 9.095 ms - 34
2025-09-19T11:13:31:125 [0.1.0] http: GET /api/logout.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 3.301 ms - 1

(Use `node --trace-warnings ...` to show where the warning was created) 2025-09-19T05:25:04:738 [0.1.0] info: Using error log file: logs\error.log.2025-09-19 2025-09-19T05:25:04:739 [0.1.0] info: Using combined log file: logs\combined.log.2025-09-19 2025-09-19T05:25:04:749 [0.1.0] info: Connected to MongoDB 2025-09-19T05:25:04:758 [0.1.0] info: HTTP server started on 0.0.0.0:80 2025-09-19T05:25:04:782 [0.1.0] info: HTTPS server started on 0.0.0.0:443 2025-09-19T05:25:04:782 [0.1.0] info: Access the WebUI in your browser at http://localhost 2025-09-19T05:25:08:931 [0.1.0] http: GET /webui/inventory 200 12.633 ms - 121866 2025-09-19T05:25:08:968 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 2.791 ms - - 2025-09-19T05:25:08:969 [0.1.0] http: GET /webui/style.css 304 0.438 ms - - 2025-09-19T05:25:08:970 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.359 ms - - 2025-09-19T05:25:08:970 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.200 ms - - 2025-09-19T05:25:08:971 [0.1.0] http: GET /webui/libs/single.js 304 0.303 ms - - 2025-09-19T05:25:08:973 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.854 ms - - 2025-09-19T05:25:08:974 [0.1.0] http: GET /webui/script.js 304 0.332 ms - - 2025-09-19T05:25:08:975 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.319 ms - - 2025-09-19T05:25:09:246 [0.1.0] http: GET /custom/getItemLists?lang=zh 304 45.053 ms - - 2025-09-19T05:25:09:248 [0.1.0] http: GET /translations/zh.js 304 47.419 ms - - 2025-09-19T05:25:10:045 [0.1.0] debug: refreshing duviri seed 2025-09-19T05:25:10:097 [0.1.0] http: GET /favicon.ico 304 0.642 ms - - 2025-09-19T05:25:10:113 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=7892079353364033&wsid=1&xpBasedLevelCapDisabled=1 200 98.932 ms - 8423 2025-09-19T05:25:19:498 [0.1.0] http: GET /webui/inventory? 304 0.425 ms - - 2025-09-19T05:25:19:531 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.441 ms - - 2025-09-19T05:25:19:536 [0.1.0] http: GET /webui/style.css 304 0.236 ms - - 2025-09-19T05:25:19:537 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.374 ms - - 2025-09-19T05:25:19:538 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.561 ms - - 2025-09-19T05:25:19:539 [0.1.0] http: GET /webui/libs/single.js 304 0.238 ms - - 2025-09-19T05:25:19:540 [0.1.0] http: GET /webui/script.js 304 0.353 ms - - 2025-09-19T05:25:19:541 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 1.448 ms - - 2025-09-19T05:25:19:542 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.712 ms - - 2025-09-19T05:25:19:634 [0.1.0] http: GET /custom/getItemLists?lang=zh 304 36.051 ms - - 2025-09-19T05:25:19:635 [0.1.0] http: GET /translations/zh.js 304 37.602 ms - - 2025-09-19T05:25:20:167 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=7892079353364033&wsid=2&xpBasedLevelCapDisabled=1 200 25.201 ms - 8423 2025-09-19T05:25:33:557 [0.1.0] http: GET /custom/tunables.json 200 0.306 ms - 2 2025-09-19T05:25:33:694 [0.1.0] http: GET / 302 1.367 ms - 36 2025-09-19T05:25:33:698 [0.1.0] http: GET /webui/ 200 0.964 ms - 121866 2025-09-19T05:25:33:714 [0.1.0] http: GET /webui/libs/bootstrap.min.css 200 1.372 ms - 232018 2025-09-19T05:25:33:715 [0.1.0] http: GET /webui/style.css 200 0.717 ms - 1177 2025-09-19T05:25:33:718 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 200 0.929 ms - 89501 2025-09-19T05:25:33:720 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 200 0.972 ms - 5610 2025-09-19T05:25:33:724 [0.1.0] http: GET /webui/libs/single.js 200 0.896 ms - 10487 2025-09-19T05:25:33:726 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 200 0.944 ms - 33200 2025-09-19T05:25:33:729 [0.1.0] http: GET /webui/script.js 200 1.131 ms - 200989 2025-09-19T05:25:33:730 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 200 0.747 ms - 80821 2025-09-19T05:25:33:734 [0.1.0] http: GET /translations/zh.js 200 0.729 ms - 23957 2025-09-19T05:25:33:783 [0.1.0] http: GET /custom/getItemLists?lang=zh 304 47.605 ms - - 2025-09-19T05:25:33:789 [0.1.0] http: GET /favicon.ico 200 0.971 ms - 5015 2025-09-19T05:25:34:069 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=7892079353364033&wsid=3&xpBasedLevelCapDisabled=1 200 19.714 ms - 8423 2025-09-19T05:25:45:874 [0.1.0] http: POST /api/login.php?ct=MSI&buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w&clientMod=OpenWF%20Bootstrapper%20v0.11.10 200 4.249 ms - 425 2025-09-19T05:25:45:882 [0.1.0] http: GET /api/surveys.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 0.599 ms - 19 2025-09-19T05:25:45:901 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI&relics=1&xpBasedLevelCapDisabled=1 200 17.366 ms - 8423 2025-09-19T05:25:45:963 [0.1.0] http: POST /api/getFriends.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 9.437 ms - 70 2025-09-19T05:25:46:023 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 51.791 ms - 59318 2025-09-19T05:25:46:283 [0.1.0] http: POST /api/getAlliance.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 5.608 ms - - 2025-09-19T05:25:46:290 [0.1.0] http: GET /api/loginRewards.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI&platform=PC 200 1.568 ms - 131 2025-09-19T05:25:46:299 [0.1.0] http: GET /api/checkDailyMissionBonus.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 1.687 ms - 39 2025-09-19T05:25:46:307 [0.1.0] http: GET /api/inbox.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 4.513 ms - 12 2025-09-19T05:25:46:397 [0.1.0] http: GET /api/getShip.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 87.240 ms - 2833 2025-09-19T05:25:46:411 [0.1.0] http: GET /pay/getSkuCatalog.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 0.925 ms - 72709 2025-09-19T05:25:46:445 [0.1.0] http: GET /stats/view.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI&id=68cbf5a7b8f76907f408f364 200 34.288 ms - 92 2025-09-19T05:25:46:452 [0.1.0] http: GET /api/drones.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI&GetActive=1 200 6.686 ms - 19 2025-09-19T05:25:46:459 [0.1.0] http: GET /api/getIgnoredUsers.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 5.173 ms - 19 2025-09-19T05:25:46:496 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 6.123 ms - 59318 2025-09-19T05:25:54:871 [0.1.0] http: GET /translations/en.js 304 2.672 ms - - 2025-09-19T05:25:54:923 [0.1.0] http: GET /custom/getItemLists?lang=en 304 42.210 ms - - 2025-09-19T05:25:54:928 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=2&xpBasedLevelCapDisabled=1 200 60.417 ms - 8423 2025-09-19T05:26:18:168 [0.1.0] http: GET /webui/inventory? 304 0.396 ms - - 2025-09-19T05:26:18:215 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.392 ms - - 2025-09-19T05:26:18:218 [0.1.0] http: GET /webui/style.css 304 0.235 ms - - 2025-09-19T05:26:18:219 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.200 ms - - 2025-09-19T05:26:18:221 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.191 ms - - 2025-09-19T05:26:18:222 [0.1.0] http: GET /webui/libs/single.js 304 0.199 ms - - 2025-09-19T05:26:18:225 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.680 ms - - 2025-09-19T05:26:18:228 [0.1.0] http: GET /webui/script.js 304 0.282 ms - - 2025-09-19T05:26:18:230 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.230 ms - - 2025-09-19T05:26:18:425 [0.1.0] http: GET /translations/en.js 304 0.456 ms - - 2025-09-19T05:26:18:476 [0.1.0] http: GET /custom/getItemLists?lang=en 304 47.325 ms - - 2025-09-19T05:26:19:036 [0.1.0] http: GET /favicon.ico 304 0.416 ms - - 2025-09-19T05:26:19:073 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=4&xpBasedLevelCapDisabled=1 200 20.382 ms - 8423 2025-09-19T05:29:23:993 [0.1.0] http: GET /custom/getItemLists?lang=en 200 49.479 ms - 2087039 2025-09-19T05:29:24:019 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=3&xpBasedLevelCapDisabled=1 200 76.093 ms - 8423 2025-09-19T05:29:24:020 [0.1.0] http: GET /translations/en.js 200 25.528 ms - 23365 2025-09-19T05:30:14:503 [0.1.0] http: GET /webui/inventory? 200 0.541 ms - 121866 2025-09-19T05:30:14:525 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.291 ms - - 2025-09-19T05:30:14:526 [0.1.0] http: GET /webui/style.css 304 0.215 ms - - 2025-09-19T05:30:14:527 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.170 ms - - 2025-09-19T05:30:14:528 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.188 ms - - 2025-09-19T05:30:14:529 [0.1.0] http: GET /webui/libs/single.js 304 0.161 ms - - 2025-09-19T05:30:14:530 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.316 ms - - 2025-09-19T05:30:14:530 [0.1.0] http: GET /webui/script.js 304 0.157 ms - - 2025-09-19T05:30:14:531 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.165 ms - - 2025-09-19T05:30:14:551 [0.1.0] http: GET /translations/en.js 304 0.383 ms - - 2025-09-19T05:30:14:591 [0.1.0] http: GET /custom/getItemLists?lang=en 304 38.920 ms - - 2025-09-19T05:30:14:888 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=5&xpBasedLevelCapDisabled=1 200 14.397 ms - 8423 2025-09-19T05:30:16:001 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.615 ms - - 2025-09-19T05:30:16:002 [0.1.0] http: GET /webui/style.css 304 1.228 ms - - 2025-09-19T05:30:16:011 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json 2025-09-19T05:30:16:011 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.749 ms - 34 2025-09-19T05:30:16:031 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 200 2.494 ms - 332190 2025-09-19T05:30:16:035 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 200 0.971 ms - 589698 2025-09-19T05:30:22:936 [0.1.0] http: GET /webui/inventory? 304 0.431 ms - - 2025-09-19T05:30:22:954 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json 2025-09-19T05:30:22:955 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.897 ms - 34 2025-09-19T05:30:22:956 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.377 ms - - 2025-09-19T05:30:22:956 [0.1.0] http: GET /webui/style.css 304 0.522 ms - - 2025-09-19T05:30:22:957 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.388 ms - - 2025-09-19T05:30:22:958 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.527 ms - - 2025-09-19T05:30:22:958 [0.1.0] http: GET /webui/libs/single.js 304 0.171 ms - - 2025-09-19T05:30:22:959 [0.1.0] http: GET /webui/script.js 304 0.397 ms - - 2025-09-19T05:30:22:960 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.625 ms - - 2025-09-19T05:30:22:960 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 1.307 ms - - 2025-09-19T05:30:22:973 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.299 ms - - 2025-09-19T05:30:22:988 [0.1.0] http: GET /translations/en.js 304 0.261 ms - - 2025-09-19T05:30:23:028 [0.1.0] http: GET /custom/getItemLists?lang=en 304 38.259 ms - - 2025-09-19T05:30:23:029 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.414 ms - - 2025-09-19T05:30:23:321 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=6&xpBasedLevelCapDisabled=1 200 12.594 ms - 8423 2025-09-19T05:30:35:245 [0.1.0] http: GET /webui/inventory? 304 0.351 ms - - 2025-09-19T05:30:35:260 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json 2025-09-19T05:30:35:261 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 1.581 ms - 34 2025-09-19T05:30:35:265 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.365 ms - - 2025-09-19T05:30:35:266 [0.1.0] http: GET /webui/style.css 304 0.277 ms - - 2025-09-19T05:30:35:266 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.135 ms - - 2025-09-19T05:30:35:267 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.159 ms - - 2025-09-19T05:30:35:267 [0.1.0] http: GET /webui/libs/single.js 304 0.153 ms - - 2025-09-19T05:30:35:268 [0.1.0] http: GET /webui/script.js 304 0.293 ms - - 2025-09-19T05:30:35:269 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.853 ms - - 2025-09-19T05:30:35:270 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.140 ms - - 2025-09-19T05:30:35:279 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.134 ms - - 2025-09-19T05:30:35:351 [0.1.0] http: GET /custom/getItemLists?lang=en 304 32.695 ms - - 2025-09-19T05:30:35:352 [0.1.0] http: GET /translations/en.js 304 34.336 ms - - 2025-09-19T05:30:35:353 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.886 ms - - 2025-09-19T05:30:35:644 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=7&xpBasedLevelCapDisabled=1 200 13.660 ms - 8423 2025-09-19T05:30:38:298 [0.1.0] http: GET /webui/inventory? 304 0.609 ms - - 2025-09-19T05:30:38:313 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json 2025-09-19T05:30:38:314 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.926 ms - 34 2025-09-19T05:30:38:317 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.932 ms - - 2025-09-19T05:30:38:318 [0.1.0] http: GET /webui/style.css 304 0.831 ms - - 2025-09-19T05:30:38:319 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.882 ms - - 2025-09-19T05:30:38:320 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 1.047 ms - - 2025-09-19T05:30:38:320 [0.1.0] http: GET /webui/libs/single.js 304 1.180 ms - - 2025-09-19T05:30:38:321 [0.1.0] http: GET /webui/script.js 304 0.299 ms - - 2025-09-19T05:30:38:321 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 2.206 ms - - 2025-09-19T05:30:38:322 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.835 ms - - 2025-09-19T05:30:38:331 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.309 ms - - 2025-09-19T05:30:38:400 [0.1.0] http: GET /custom/getItemLists?lang=en 304 34.676 ms - - 2025-09-19T05:30:38:401 [0.1.0] http: GET /translations/en.js 304 36.160 ms - - 2025-09-19T05:30:38:402 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.275 ms - - 2025-09-19T05:30:38:711 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=8&xpBasedLevelCapDisabled=1 200 14.180 ms - 8423 2025-09-19T05:30:40:394 [0.1.0] http: GET /api/credits.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 4.977 ms - 98 2025-09-19T05:30:40:398 [0.1.0] http: GET /api/inbox.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 2.701 ms - 12 2025-09-19T05:30:44:712 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI&xpBasedLevelCapDisabled=1 200 14.861 ms - 8423 2025-09-19T05:30:46:008 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.958 ms - 52551 2025-09-19T05:30:46:779 [0.1.0] http: POST /api/updateNodeIntros.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 17.401 ms - 43 2025-09-19T05:30:59:998 [0.1.0] http: GET /webui/inventory? 304 0.313 ms - - 2025-09-19T05:31:00:015 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json 2025-09-19T05:31:00:016 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.603 ms - 34 2025-09-19T05:31:00:017 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.277 ms - - 2025-09-19T05:31:00:018 [0.1.0] http: GET /webui/style.css 304 0.364 ms - - 2025-09-19T05:31:00:019 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.223 ms - - 2025-09-19T05:31:00:020 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.168 ms - - 2025-09-19T05:31:00:022 [0.1.0] http: GET /webui/libs/single.js 304 0.420 ms - - 2025-09-19T05:31:00:023 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.340 ms - - 2025-09-19T05:31:00:024 [0.1.0] http: GET /webui/script.js 304 0.305 ms - - 2025-09-19T05:31:00:024 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.201 ms - - 2025-09-19T05:31:00:033 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.350 ms - - 2025-09-19T05:31:00:048 [0.1.0] http: GET /translations/en.js 304 0.214 ms - - 2025-09-19T05:31:00:102 [0.1.0] http: GET /custom/getItemLists?lang=en 304 52.402 ms - - 2025-09-19T05:31:00:103 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.291 ms - - 2025-09-19T05:31:00:381 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=9&xpBasedLevelCapDisabled=1 200 12.460 ms - 8438 2025-09-19T05:31:38:975 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=10&xpBasedLevelCapDisabled=1 200 11.033 ms - 8438 2025-09-19T05:31:45:854 [0.1.0] http: GET /webui/inventory? 304 0.428 ms - - 2025-09-19T05:31:45:855 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.314 ms - - 2025-09-19T05:31:45:856 [0.1.0] http: GET /webui/style.css 304 0.229 ms - - 2025-09-19T05:31:45:859 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json 2025-09-19T05:31:45:860 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.584 ms - 34 2025-09-19T05:31:45:875 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.302 ms - - 2025-09-19T05:31:45:884 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.279 ms - - 2025-09-19T05:31:56:092 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json 2025-09-19T05:31:56:093 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 1.010 ms - 34 2025-09-19T05:31:56:096 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.386 ms - - 2025-09-19T05:31:56:100 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.282 ms - - 2025-09-19T05:31:58:761 [0.1.0] http: GET /webui/inventory? 304 0.450 ms - - 2025-09-19T05:31:58:774 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 0.258 ms - - 2025-09-19T05:31:58:774 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json 2025-09-19T05:31:58:775 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.501 ms - 34 2025-09-19T05:31:58:776 [0.1.0] http: GET /webui/style.css 304 0.408 ms - - 2025-09-19T05:31:58:777 [0.1.0] http: GET /webui/libs/jquery-3.6.0.min.js 304 0.613 ms - - 2025-09-19T05:31:58:777 [0.1.0] http: GET /webui/libs/whirlpool-js.min.js 304 0.163 ms - - 2025-09-19T05:31:58:778 [0.1.0] http: GET /webui/libs/single.js 304 0.160 ms - - 2025-09-19T05:31:58:779 [0.1.0] http: GET /webui/riven-tool/RivenParser.js 304 0.562 ms - - 2025-09-19T05:31:58:780 [0.1.0] http: GET /webui/script.js 304 0.743 ms - - 2025-09-19T05:31:58:780 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js 304 0.192 ms - - 2025-09-19T05:31:58:793 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.962 ms - - 2025-09-19T05:31:58:800 [0.1.0] http: GET /translations/en.js 304 0.596 ms - - 2025-09-19T05:31:58:832 [0.1.0] http: GET /custom/getItemLists?lang=en 304 30.884 ms - - 2025-09-19T05:31:58:833 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.241 ms - - 2025-09-19T05:31:59:136 [0.1.0] http: GET /api/inventory.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&wsid=11&xpBasedLevelCapDisabled=1 200 13.685 ms - 8438 2025-09-19T05:35:46:014 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.543 ms - 53787 2025-09-19T05:36:49:253 [0.1.0] error: unknown endpoint GET /.well-known/appspecific/com.chrome.devtools.json 2025-09-19T05:36:49:254 [0.1.0] http: GET /.well-known/appspecific/com.chrome.devtools.json 404 0.889 ms - 34 2025-09-19T05:36:49:255 [0.1.0] http: GET /webui/libs/bootstrap.min.css 304 2.040 ms - - 2025-09-19T05:36:49:255 [0.1.0] http: GET /webui/style.css 304 2.314 ms - - 2025-09-19T05:36:49:256 [0.1.0] http: GET /webui/libs/bootstrap.bundle.min.js.map 304 0.187 ms - - 2025-09-19T05:36:49:271 [0.1.0] http: GET /webui/libs/bootstrap.min.css.map 304 0.264 ms - - 2025-09-19T05:40:46:037 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.743 ms - 53787 2025-09-19T05:45:46:027 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.667 ms - 53787 2025-09-19T05:50:46:048 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.555 ms - 53787 2025-09-19T05:55:46:029 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.240 ms - 53787 2025-09-19T06:00:46:028 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.255 ms - 53787 2025-09-19T06:05:46:031 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.809 ms - 53787 2025-09-19T06:10:46:022 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 6.995 ms - 52551 2025-09-19T06:15:46:037 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.431 ms - 52551 2025-09-19T06:20:46:026 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.479 ms - 52551 2025-09-19T06:25:46:015 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.502 ms - 52063 2025-09-19T06:30:46:032 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.043 ms - 51807 2025-09-19T06:35:46:033 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.489 ms - 53324 2025-09-19T06:40:46:030 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.756 ms - 53311 2025-09-19T06:45:46:021 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.488 ms - 53311 2025-09-19T06:50:46:033 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.942 ms - 53069 2025-09-19T06:55:46:011 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.383 ms - 53071 2025-09-19T07:00:46:008 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 5.385 ms - 53313 2025-09-19T07:05:46:040 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.328 ms - 53549 2025-09-19T07:10:46:032 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.351 ms - 52561 2025-09-19T07:15:46:040 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.101 ms - 52310 2025-09-19T07:20:46:027 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.363 ms - 52808 2025-09-19T07:25:46:032 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.537 ms - 53549 2025-09-19T07:30:46:040 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.977 ms - 53549 2025-09-19T07:35:46:026 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.763 ms - 54527 2025-09-19T07:40:46:012 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.945 ms - 54285 2025-09-19T07:45:46:016 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.112 ms - 54285 2025-09-19T07:50:46:007 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.780 ms - 54285 2025-09-19T07:55:46:031 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.197 ms - 61304 2025-09-19T08:00:46:021 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.597 ms - 53698 2025-09-19T08:05:46:037 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.330 ms - 53700 2025-09-19T08:10:46:018 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.638 ms - 52720 2025-09-19T08:15:46:014 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.448 ms - 52720 2025-09-19T08:20:46:021 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.641 ms - 52480 2025-09-19T08:25:46:027 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.225 ms - 52506 2025-09-19T08:30:46:049 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.575 ms - 52025 2025-09-19T08:35:46:008 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.265 ms - 53987 2025-09-19T08:40:46:023 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.812 ms - 53484 2025-09-19T08:45:46:009 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.192 ms - 54246 2025-09-19T08:50:46:025 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.899 ms - 53757 2025-09-19T08:55:46:038 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.025 ms - 54001 2025-09-19T09:00:46:006 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.545 ms - 54002 2025-09-19T09:05:46:026 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.080 ms - 54002 2025-09-19T09:10:46:022 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.850 ms - 52766 2025-09-19T09:15:46:035 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.887 ms - 52766 2025-09-19T09:20:46:022 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.654 ms - 53248 2025-09-19T09:25:46:028 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.927 ms - 53248 2025-09-19T09:30:46:036 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.960 ms - 53248 2025-09-19T09:35:46:015 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.976 ms - 54484 2025-09-19T09:40:46:026 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.203 ms - 54484 2025-09-19T09:45:46:036 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.804 ms - 53995 2025-09-19T09:50:46:013 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.737 ms - 53747 2025-09-19T09:55:46:031 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.651 ms - 53991 2025-09-19T10:00:46:035 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.450 ms - 53733 2025-09-19T10:05:46:013 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.927 ms - 53992 2025-09-19T10:10:46:035 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.744 ms - 51753 2025-09-19T10:15:46:039 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.006 ms - 51752 2025-09-19T10:20:46:033 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.987 ms - 51752 2025-09-19T10:25:46:036 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.388 ms - 59005 2025-09-19T10:30:46:010 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.156 ms - 53747 2025-09-19T10:35:46:024 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.184 ms - 55253 2025-09-19T10:40:46:010 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.680 ms - 55253 2025-09-19T10:45:46:019 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.093 ms - 55253 2025-09-19T10:50:46:015 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.166 ms - 55253 2025-09-19T10:55:46:025 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.425 ms - 55507 2025-09-19T11:00:46:030 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.033 ms - 55261 2025-09-19T11:05:46:018 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 4.113 ms - 55739 2025-09-19T11:10:46:025 [0.1.0] http: GET /dynamic/worldState.php?buildLabel=2025.08.26.12.51/fE6Jq+-wqdlif22fmCAl4w 200 3.589 ms - 54503 2025-09-19T11:11:41:068 [0.1.0] http: GET /api/credits.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 4.562 ms - 98 2025-09-19T11:11:41:072 [0.1.0] http: GET /api/inbox.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 2.515 ms - 12 2025-09-19T11:13:29:235 [0.1.0] http: GET /api/credits.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 4.160 ms - 98 2025-09-19T11:13:29:239 [0.1.0] http: GET /api/inbox.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 2.544 ms - 12 2025-09-19T11:13:30:503 [0.1.0] debug: Unknown updateStats add action categories: MARKET, EXIT_GAME_LOCATION, MENU_OPTION, DX12_SHADER_MODEL, DX12_RESOURCE_TIER 2025-09-19T11:13:30:505 [0.1.0] debug: Unknown updateStats timers action categories: IN_SHIP_VIEW_LOAD_TIME, IN_SHIP_VIEW_READY_TIME 2025-09-19T11:13:30:519 [0.1.0] http: POST /stats/upload.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 21.815 ms - - 2025-09-19T11:13:31:106 [0.1.0] http: GET /api/getNewRewardSeed.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 9.095 ms - 34 2025-09-19T11:13:31:125 [0.1.0] http: GET /api/logout.php?accountId=68cbf5a7b8f76907f408f364&nonce=4969340053223931&ct=MSI 200 3.301 ms - 1
Author

The error information in error.log.2025-09-18 only includes {"level":"error","message":"unknown endpoint GET /custom/addItem","timestamp":"2025-09-18T12:37:56.561Z","version":"0.1.0"}

The error information in error.log.2025-09-18 only includes {"level":"error","message":"unknown endpoint GET /custom/addItem","timestamp":"2025-09-18T12:37:56.561Z","version":"0.1.0"}
AMelonInsideLemon added
pr'd for
and removed
question
labels 2025-09-18 20:26:04 -07:00
Sainan reopened this issue 2025-09-19 00:21:57 -07:00
Sign in to join this conversation.
No description provided.