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

Slug not found during modpack installMods #59

Open
1JackBlack1 opened this issue May 23, 2021 · 0 comments · May be fixed by #60
Open

Slug not found during modpack installMods #59

1JackBlack1 opened this issue May 23, 2021 · 0 comments · May be fixed by #60

Comments

@1JackBlack1
Copy link

1JackBlack1 commented May 23, 2021

When trying to install a modpack, I received the following error:

2021/05/23 10:09:14 error installing mod file: failed to find slug for project 476520: no project found 476520

This is likely because this mod is not yet in the database of all available mods.
However, this should not be a fatal error, as (in this process) the slug is only used to name the mod when it fails to download.
The slug is not used at all to enable the download, instead the project id and file id are used.
At most this should just produce a line saying it can't find the slug, and continue. And then in the case of a fatal error where the download can't be found, it can describe it using the project id.
Or alternatively, for it to only actually try to find the slug if it fails to download.

@1JackBlack1 1JackBlack1 linked a pull request May 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant