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

No repository found for plugin cache #60

Open
rplankenhorn opened this issue Mar 25, 2024 · 0 comments
Open

No repository found for plugin cache #60

rplankenhorn opened this issue Mar 25, 2024 · 0 comments

Comments

@rplankenhorn
Copy link
Contributor

I'm getting this error when trying to do a fresh install without cache:

2024-03-25T19:30:17.1443926Z �[0m�[36m[DEBUG] �[0m$ git -C /home/runner/.local/share/mise/plugins/pnpm -c safe.directory=/home/runner/.local/share/mise/plugins/pnpm config --get remote.origin.url
2024-03-25T19:30:17.1458855Z �[0m�[36m[DEBUG] �[0mremote url for /home/runner/.local/share/mise/plugins/pnpm: https://github.com/jonathanmorley/asdf-pnpm.git
2024-03-25T19:30:17.1550696Z �[0m�[36m[DEBUG] �[0mGET http://mise-versions.jdx.dev/ruby
2024-03-25T19:30:17.1551939Z �[0m�[36m[DEBUG] �[0mGET http://mise-versions.jdx.dev/node
2024-03-25T19:30:17.1553039Z �[0m�[36m[DEBUG] �[0mGET http://mise-versions.jdx.dev/python
2024-03-25T19:30:17.1553971Z �[0m�[36m[DEBUG] �[0mGET http://mise-versions.jdx.dev/pnpm
2024-03-25T19:30:17.1554993Z �[0m�[36m[DEBUG] �[0mstarting new connection: http://mise-versions.jdx.dev/
2024-03-25T19:30:17.1556116Z �[0m�[36m[DEBUG] �[0mstarting new connection: http://mise-versions.jdx.dev/
2024-03-25T19:30:17.1557247Z �[0m�[36m[DEBUG] �[0mstarting new connection: http://mise-versions.jdx.dev/
2024-03-25T19:30:17.1558362Z �[0m�[36m[DEBUG] �[0mstarting new connection: http://mise-versions.jdx.dev/
2024-03-25T19:30:17.2372686Z �[0m�[36m[DEBUG] �[0mGET http://mise-versions.jdx.dev/python 200 OK
2024-03-25T19:30:17.2373985Z �[0m�[36m[DEBUG] �[0mGET http://mise-versions.jdx.dev/node 200 OK
2024-03-25T19:30:17.2385749Z �[0m�[36m[DEBUG] �[0mGET https://rtx-java-metadata.jdx.dev/metadata/ga/linux/x86_64.json
2024-03-25T19:30:17.2387376Z �[0m�[36m[DEBUG] �[0mstarting new connection: https://rtx-java-metadata.jdx.dev/
2024-03-25T19:30:17.2397339Z �[0m�[36m[DEBUG] �[0mGET http://mise-versions.jdx.dev/ruby 200 OK
2024-03-25T19:30:17.2435792Z �[0m�[36m[DEBUG] �[0mGET http://mise-versions.jdx.dev/pnpm 200 OK
2024-03-25T19:30:17.3019368Z �[0m�[36m[DEBUG] �[0mGET https://rtx-java-metadata.jdx.dev/metadata/ga/linux/x86_64.json 200 OK
2024-03-25T19:30:17.3757728Z �[0m�[36m[DEBUG] �[0mToolset: cache@1, [email protected], [email protected], [email protected], [email protected], [email protected]
2024-03-25T19:30:17.3760121Z Error: 
2024-03-25T19:30:17.3761170Z    0: �[91mNo repository found for plugin cache�[0m
2024-03-25T19:30:17.3762061Z 
2024-03-25T19:30:17.3762408Z Location:
2024-03-25T19:30:17.3763508Z    �[35msrc/plugins/external_plugin.rs�[0m:�[35m103�[0m
2024-03-25T19:30:17.3764450Z 
2024-03-25T19:30:17.3764810Z Version:
2024-03-25T19:30:17.3765363Z    2024.3.9 linux-x64 (5186f29 2024-03-24)
2024-03-25T19:30:17.3765768Z 
2024-03-25T19:30:17.3766309Z �[96mSuggestion�[0m: Run with --verbose or MISE_VERBOSE=1 for more information.

.tool-versions:

nodejs 18.17.0
pnpm 8.15.5
ruby 3.0.3
python 3.10.3
java zulu-17.46.19
- name: Setup MISE
  uses: jdx/mise-action@v2
  with:
    cache: false
    install: false

Not really sure why it's looking for a plugin called "cache" when I don't have it inside my .tool-versions file. Any ideas?

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

No branches or pull requests

1 participant