-
-
Notifications
You must be signed in to change notification settings - Fork 187
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
Download failed for url https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-7.0.14.tgz
#893
Download failed for url https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-7.0.14.tgz
#893
Comments
Test results on mongo 8.0.0
So i swapped to: And it seems to fix my case. |
https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-7.0.14.tgz
for that i would need more debug logs to see what the error is (likely some kind of library problem)
7.0.14 is the currently latest on the 7.0 branch, which is not listed in thanks for the report, i will try getting in contact with mongodb as they have seemingly changed, the release this time is not TL;DR: use |
Update: found a existing JIRA issue (SERVER-92375) about this, so it is intentional and we have to change. will try to put up a fix as |
🎉 This issue has been resolved in version 10.1.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
I updated to 10.1.1 and cleaned .cache folder etc. on default it is still generating "rhel80" on local machine, but on CI/CD pipe it seems to get right one. Any ideas why?
|
sorry, the change only applied to rhel, not fedora (currently fedora handling is completely separate), will fix shortly |
… to rhel but set the mapping to rhel version first, like linux mint to ubuntu. fixes #893
🎉 This issue has been resolved in version 10.1.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Seems to work now! Thanks a lot! |
… to rhel but set the mapping to rhel version first, like linux mint to ubuntu. fixes #893
🎉 This issue has been resolved in version 9.5.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Versions
package: mongo-memory-server
What is the Problem?
When doing fresh npm install, memory server packet is not available from default download url
Debug Output
Do you know why it happenes?
This is only guess, but 403 points that default version is not available.
https://www.mongodb.com/try/download/community-edition/releases/archive
Link on error message points same direction. There is mongo 8 and 7.0.12 but no 7.0.14.
Is it taken out?
Fix im gonna test
export MONGOMS_DOWNLOAD_URL=https://fastdl.mongodb.org/linux/mongodb-linux-aarch64-rhel8-8.0.0.tgz
export MONGOMS_VERSION=8.0.0
The text was updated successfully, but these errors were encountered: