Yakiyo / dsm

Version Manager for the Dart SDK
https://dsm-vm.vercel.app/
MIT License
10 stars 1 forks source link

No Dart SDKs can be found #28

Closed VanAnderson closed 7 months ago

VanAnderson commented 8 months ago

using dsm install latest or known versions like dsm install 3.0.3 is producing an error. It seems to be pointing to a url that doesn't exist (https://storage.googleapis.com/dart-archive/channels/stable/release/3.2.6/sdk/dartsdk-darwin-x64-release.zip). Has the url scheme changed recently?


image
image
Yakiyo commented 7 months ago

@VanAnderson just to make sure, did it ever work before? i seem to remember that macos zips used darwin in the url scheme, but now they all seem to be using macos. This might just have been a mistake on my part since i never manage to test dsm on a macos. if it worked before, then it means they recently changed the url scheme. if it never did, or u dont know, then its probably a bug from my side

VanAnderson commented 7 months ago

@Yakiyo I just installed dsm recently and I haven't gotten it to work yet, so I'm not sure if it was changed recently. I can confirm that changing the link from darwin to macos on my end gives a functioning link. Happy to help test any fixes on macos to confirm 👍

Yakiyo commented 7 months ago

@VanAnderson a patch fix has been released. You can try out dsm v1.0.3 and it should now work. Please let me know if it works fine or not.

VanAnderson commented 7 months ago

@Yakiyo works like a charm! Thanks for building this, we are lucky to have an open source tool like this!