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

Detects "Linux Mint" but not "LinuxMint" #403

Closed
fider-apptimia opened this issue Oct 9, 2020 · 5 comments
Closed

Detects "Linux Mint" but not "LinuxMint" #403

fider-apptimia opened this issue Oct 9, 2020 · 5 comments
Assignees
Labels
bug Module: Version-String Generation This problem is because of the Version-String Generation (MongoBinaryDownloadUrl) released on @beta released Pull Request released | Issue is fixed

Comments

@fider-apptimia
Copy link

fider-apptimia commented Oct 9, 2020

Versions

What is the Problem?

Error on npm install:

Unknown linux distro LinuxMint
Falling back to legacy MongoDB build!
failed to download/install MongoDB binaries. The error: Error: Status Code is 403 (MongoDB's 404)
This means that the requested version-platform combination doesn't exist

Is there any option to fix this so same source code can be used by developers on different OS, without need of using dockerized env?

Btw. I also tried to configure MongoMemoryServer in runtime via constructor but error message was the same as during npm isntall.

@hasezoey
Copy link
Member

hasezoey commented Oct 9, 2020

valid, currently detects Linux Mint but not LinuxMint
-> this was changed to not detect Peppermint as Linux Mint

but are you sure this happen from 6.7.4 on? because that got changed in 6.6.5


will be fixed in 6.9.x

@hasezoey hasezoey changed the title Linux mint (again) Detects "Linux Mint" but not "LinuxMint" Oct 9, 2020
@hasezoey hasezoey added the Module: Version-String Generation This problem is because of the Version-String Generation (MongoBinaryDownloadUrl) label Oct 9, 2020
@hasezoey hasezoey self-assigned this Oct 9, 2020
@hasezoey
Copy link
Member

hasezoey commented Oct 9, 2020

fda4f72 should fix this, included in 6.9.2

@github-actions
Copy link

github-actions bot commented Oct 9, 2020

@github-actions github-actions bot added the released Pull Request released | Issue is fixed label Oct 9, 2020
@fider-apptimia
Copy link
Author

@hasezoey I tested it with v 6.7.4 and v 6.9.0 - both failed.
With your latest update (v. 6.9.2) working fine.

Thank you!

@github-actions
Copy link

github-actions bot commented Nov 1, 2020

🎉 This issue has been resolved in version 7.0.0-beta.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Module: Version-String Generation This problem is because of the Version-String Generation (MongoBinaryDownloadUrl) released on @beta released Pull Request released | Issue is fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants