Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Bug ] Can't install module-league-runes due to version mismatch #590

Open
paulhlschr opened this issue Jan 12, 2024 · 2 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@paulhlschr
Copy link

Describe the bug
When trying to install the module-league-runes during first setup stages or via the web interface, the toolkit throws an error and does not install the module. All other modules work fine.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Modules'
  2. Click on 'Download' for the module-league-runes v1.3.1
  3. See error

Expected behavior
Installation of the module.

Log

2024-01-12T18:58:20.729Z [info ] main        :  _          _       _____           _ _    _ _
2024-01-12T18:58:20.730Z [info ] main        : | |    ___ | |     |_   _|__   ___ | | | _(_) |_
2024-01-12T18:58:20.730Z [info ] main        : | |   / _ \| |       | |/ _ \ / _ \| | |/ / | __|
2024-01-12T18:58:20.730Z [info ] main        : | |__| (_) | |___    | | (_) | (_) | |   <| | |_
2024-01-12T18:58:20.731Z [info ] main        : |_____\___/|_____|   |_|\___/ \___/|_|_|\_\_|\__|
2024-01-12T18:58:20.731Z [info ] main        :
2024-01-12T18:58:21.174Z [info ] lpte-svc    : Initialized event bus.
2024-01-12T18:58:21.175Z [info ] module-svc  : Initializing module service.
2024-01-12T18:58:22.634Z [info ] module-svc  : Initialized 11 module(s). Now loading plugins.
2024-01-12T18:58:22.634Z [info ] module-svc  : Loaded 11 plugin(s).
2024-01-12T18:58:22.845Z [info ] main        : LoL Toolkit started up successfully.
2024-01-12T18:58:22.846Z [info ] module-svc  : Plugin status changed: plugin=plugin-prod-clock, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:22.846Z [info ] module-svc  : Plugin status changed: plugin=plugin-database, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:22.846Z [info ] module-svc  : Plugin status changed: plugin=plugin-config, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:22.847Z [info ] module-svc  : Plugin status changed: plugin=module-league-end-of-game, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:22.847Z [info ] module-svc  : Plugin status changed: plugin=module-league-champselect-ui, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:22.886Z [info ] module-svc  : Plugin status changed: plugin=plugin-webapi, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:22.887Z [info ] module-svc  : Plugin status changed: plugin=module-league-state, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:22.887Z [info ] module-svc  : Plugin status changed: plugin=module-league-in-game, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:22.889Z [info ] module-svc  : Plugin status changed: plugin=plugin-theming, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:22.891Z [info ] module-svc  : Plugin status changed: plugin=module-teams, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:23.196Z [info ] module-svc  : Plugin status changed: plugin=module-league-static, old=UNAVAILABLE, new=RUNNING
2024-01-12T18:58:23.202Z [info ] server      : Listening for requests on http://localhost:3003
2024-01-12T18:58:39.027Z [info ] plugin-webapi: Fetching match data for matchid=EUW1_6762576482
2024-01-12T18:58:39.969Z [info ] plugin-webapi: Fetched match for matchId=EUW1_6762576482, gameId=6762576482
Downloading module-league-runes
✖ module-league-runes could not be installed
2024-01-12T18:59:13.956Z [error] module-svc  : Module module-league-runes could not be installed: The prod-tool (v1.8.7) has not the required version >=1.2.9
Downloading module-league-prm
✔ module-league-prm installed
2024-01-12T18:59:24.953Z [info ] module-svc  : module-league-prm was successfully installed
2024-01-12T18:59:24.955Z [info ] module-svc  : Plugin status changed: plugin=module-league-prm, old=UNAVAILABLE, new=RUNNING
Downloading module-league-caster-cockpit
✔ module-league-caster-cockpit installed
2024-01-12T18:59:29.061Z [info ] module-svc  : module-league-caster-cockpit was successfully installed
2024-01-12T18:59:29.062Z [info ] module-svc  : Plugin status changed: plugin=module-league-caster-cockpit, old=UNAVAILABLE, new=RUNNING

System:

  • OS: Ubuntu 22.04.03 LTS (WSL 2.0.14.0 on Windows 11 Home 10.0.22631.3007)
  • Node: 20.10.0 (npm 10.2.3)
  • Prod Tool Version: 1.8.7
  • Observer Tool Version: 6.9.1
  • Browser: Chrome 120.0.6099.217
@paulhlschr paulhlschr added the bug Something isn't working label Jan 12, 2024
@Himyu Himyu self-assigned this Jan 12, 2024
@Himyu
Copy link
Contributor

Himyu commented Jan 12, 2024

We are aware of this issue. It's caused by the Version checking when installing a module.
We will bring an update to the prod tool as soon as possible.

@Himyu
Copy link
Contributor

Himyu commented Jan 13, 2024

this issue will be fixed in the newest patch to the prod toolkit and modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants