Skip to content
Dominik edited this page Mar 13, 2023 · 11 revisions

Frequently raised issues

Multiple MODULE_NOT_FOUND errors when running install.bat

Symptoms: install.bat shows multiple errors, showing files install.js, setup.js, and app.js are missing.

This usually happens when trying to run the installer from the source code. Download the latest release instead.


Toolkit shows request timed out errors and ingame events don't show

Symptoms: Toolkit shows warnings Request was sent, but no handler was executed and Awaiting event timed out as well as error Request timed out after 5000 ms

Try restarting the toolkit, especially after a fresh install. If the issue persists, please open an issue.


Toolkit shows multiple request timed out errors / missing assets

Symptoms: multiple modules show error Uncaught error in [module]: request timed out and lpte-svc shows multiple warnings Awaiting event timed out

2022-02-27T11:21:33.148Z [warn ] lpte-svc : Awaiting event timed out. namespace=lpt, type=ready, timeout=150000
2022-02-27T11:21:33.150Z [error] plugin-prod-clock: Uncaught error in prod-clock: request timed out Error: request timed out at Timeout._onTimeout ([...]\league-prod-toolkit\dist\core\eventbus\LPTEService.js:71:24) at listOnTimeout (node:internal/timers:557:17) at processTimers (node:internal/timers:500:7)

This error occurs when static-league has not finished downloading league assets. Leaving the toolkit running and restarting after download completes usually fixes these errors.

The download should be complete once you see all of these log entries:

2022-01-23T13:04:27.265Z [info ] plugin-static-league: start downloading dragontail.tgz
2022-01-23T13:04:27.266Z [info ] plugin-static-league: start downloading additional files
2022-01-23T13:04:27.651Z [info ] plugin-static-league: finish downloading additional files
2022-01-23T13:04:42.150Z [info ] plugin-static-league: finish downloading dragontail.tgz
2022-01-23T13:04:42.152Z [info ] plugin-static-league: start unpacking dragontail.tgz
2022-01-23T13:05:04.762Z [info ] plugin-static-league: finish unpacking dragontail.tgz
2022-01-23T13:05:04.844Z [info ] plugin-static-league: moving files to frontend
2022-01-23T13:05:07.628Z [info ] plugin-static-league: delete versioned folder
2022-01-23T13:05:07.629Z [info ] plugin-static-league: start downloading centered images
2022-01-23T13:05:07.637Z [info ] plugin-static-league: finish moving files to frontend
2022-01-23T13:05:07.697Z [info ] plugin-static-league: finish downloading centered images
2022-01-23T13:05:07.990Z [info ] plugin-static-league: finish deleting versioned folder

If assets are still missing after a restart or static-league is not downloading anything, you can try forcing a redownload by clearing the last-downloaded-version value in the config:

  "static-league": {
    "last-downloaded-version": ""
  },

Scoreboard of module-league-ingame only updates when page is refreshed

Symptoms: The scoreboard shows kills / game time / towers accurately, but doesn't refresh automatically. Gold is not shown accuretly.

This usually is down to Farsight not being active in the observer tool. Make sure Farsight is enabled and working. If League was recently patched, it's possible memory offsets for Farsight are not yet updated.