I get:
$ juliaup update
Error: Failed to update versions db.
Caused by:
ETag header not found in response
I get this for many commands, including:
$ juliaup add 1.11.3
Though no error for:
$ juliaup default 1.11
Configured the default Julia version to be '1.11'.
However I start 1.10.6 by default.
I’ve had this error for a while now, just put off fixing, digging into it, since I can manually choose my versions with +1.10 and +1.11.
While writing this post I figured out how to partially fix, by deleting the last PR I had added:
$ juliaup remove pr56180
But after upgrading I now just get newer 1.10.8.
If anyone has an idea how to fix this, edit some config file(?), then let me please let me know. I think it’s always safe to drop a package, juliaup, with apt-get or whatever, and then add again, but likely will not fix, since I think I will keep my config? I can also backup .julia and then remove it, but would like to know the cause.
I’m not new to Julia, nor really juliaup, but put it in that category. Not sure where else, feel free to move it.
nightly Development version 1.12.0-DEV.1575 Update available
pr56180 Development version 1.11.1
pr56228 Development version 1.11.1 Update available
pr56288 Development version 1.12.0-DEV.1745
I removed all of those even nightly for good measure…