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

Pixi self-update missing tag_name #816

Closed
2 tasks done
amirhosseindavoody opened this issue Feb 16, 2024 · 3 comments
Closed
2 tasks done

Pixi self-update missing tag_name #816

amirhosseindavoody opened this issue Feb 16, 2024 · 3 comments
Labels
🐞 bug Something isn't working

Comments

@amirhosseindavoody
Copy link

Checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pixi, using pixi --version.

Reproducible example

pixi self-update --force

Issue description

I have pixi installed in a non default location using a symbolic link
/path/to/home/directory/.pixi -> /path/to/home/directory/workspace/.pixi_for_home

When I use the pixi self-update --force, I get the following error

× Failed to fetch latest version from github: missing field `tag_name` at line 1 column 277

Expected behavior

Be able to update pixi on a non-default location.

@amirhosseindavoody amirhosseindavoody added the 🐞 bug Something isn't working label Feb 16, 2024
@ruben-arts
Copy link
Contributor

Thanks for the info. I can't reproduce it yet. Will have to investigate some more.

@wolfv
Copy link
Member

wolfv commented Feb 17, 2024

It actually looks like a wrong JSON response from Github. I also tried yesterday and couldn't reproduce. Maybe we should print the returned JSON when we can't parse it?

@ruben-arts
Copy link
Contributor

The issue you had is not fixed but atleast with the next release you should get more information on what the actual error is. So I'm closing this for now.

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

3 participants