-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Included user agent for download #459
Conversation
Approved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I hadn't realized this whole time that I only had the agent specified on the version lookup call further up.
Yeah adding to curlArgs would have been better, but that can be done in a follow up PR so you can make progress for now. |
Tagged version is pushed https://github.com/itzg/docker-minecraft-bedrock-server/releases/tag/2024.9.0 |
Thank you! |
Thank you!! |
Could you please tag 2024.0.9 as latest as well. |
Same error on Synology NAS - struggling how to get around and get it back up and running? I thought with 9.0 being pushed to latest it would update automatically? |
Added user agent to curl download
-A "itzg/minecraft-bedrock-server"
Not sure if curlArgs could have been used but this seems to resolve the issue for now.
Fixes #358