-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Bitwarden_RS fresh install error message. #4185
Comments
Hi, Many thanks for your message. Does the installation failed completely or does it finished but with an older version? |
I'm installing right now. It's taking quite a while. I'll report back once it's done. |
Yep that's bitwarden... It will take a while to finish. You can open a 2nd SSH session and watch processes using |
After 77 minutes everything seems to be working properly. The installation finished and I can login to the webserver page and create an account. |
well I did a test installation and it is working well on my side. Btw
The code to detect latest version is following and it is giving the correct output to me
Maybe you can check it if you not mind |
curl -sSfL 'https://api.github.com/repos/dani-garcia/bitwarden_rs/releases/latest' | mawk -F" '/"tag_name": /{print $4}' Yep, it's working. The only reason I posted is because the installation process asked me to report it. Thanks for the help! |
no problem. Maybe there was a temp issue to detect the version and that's why you fall back to the hardcoded download link. If you are fine I'm going to close this issue. Feel free to reopen if needed. |
Thanks for reporting btw. I added that warning to better keep track of broken GitHub API links or changed file names. Previously the fallback was used silently which means that it could have stayed undetected until someone verified it manually. If this causes too many false alarms, we can remove it again. I'm anyway going through all GitHub API URLs before a new release since a while, and it can also be automated relatively easy. |
Creating a bug report/issue
Required Information
Additional Information (if applicable)
Steps to reproduce
Expected behaviour
Actual behaviour
-Defaults to an older version because it can't find the newest one of Bitwarden_RS
Extra details
The text was updated successfully, but these errors were encountered: