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

Misc fixes #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Misc fixes #6

wants to merge 2 commits into from

Conversation

praschke
Copy link

@praschke praschke commented Feb 9, 2024

format argument:

$ mons mods resolve main
error: An unhandled exception has occurred:
error:   KeyError('resolve_count')
error: Use the --debug flag to disable clean exception handling.

missing everest version:

$ mons mods resolve main
2 dependencies missing
error: Mod 'EverestCore' could not be resolved and is not a valid URL.
error: Mod 'EverestCore' could not be resolved and is not a valid URL.
error: Encountered an error while resolving mods.
error: Encountered an error while resolving mods.
Continue anyways? [y/N]: y
1 mod to install:
  WinterCollab2021Audio: 1.3.0
After this operation, an additional 154.5 MiB disk space will be used
Continue? [Y/n]: n
Aborted!

WinterCollab2021Audio will always be considered missing. everest.yaml:

- Name: WinterCollab2021Audio
  Version: 1.3.0
  Dependencies:
  - Name: Everest

with the fix:

$ mons mods resolve main
1 dependency missing
error: Mod 'EverestCore' could not be resolved and is not a valid URL.
error: Mod 'EverestCore' could not be resolved and is not a valid URL.
error: Encountered an error while resolving mods.
error: Encountered an error while resolving mods.
Aborted!

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 this pull request may close these issues.

1 participant