-
Notifications
You must be signed in to change notification settings - Fork 24
FAQ
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.
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.
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": ""
},
If you are using this for your productions, please let us know, we love to see it :)
Questions? Problems? Open an issue here