-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
#3008 breaks windows build #3010
Comments
aler9
added a commit
that referenced
this issue
Feb 12, 2024
Thanks for reporting the issue, this is fixed by #3011 |
aler9
added a commit
that referenced
this issue
Feb 12, 2024
This issue is mentioned in release v1.6.0 🚀 |
This issue is being locked automatically because it has been closed for more than 6 months. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Which version are you using?
latest-9eb97ad3a0e1bf3e6b5f4db461c2934f0b17edf3
Which operating system are you using?
Describe the issue
Build on Windows fails with invalid control character in URL when downloading hls.js during go generate.
2024/02/12 13:40:44 downloading hls.js... 2024/02/12 13:40:44 ERR: parse "https://cdn.jsdelivr.net/npm/hls.js@v1.5.4\r/dist/hls.min.js": net/url: invalid control character in URL exit status 1 internal\servers\hls\http_server.go:26: running "go": exit status 1
There is a rogue
\r
inserted in the URL due to carriage return differences between Linux and Windows.Fix that would work for both Windows and Linux is to remove carriage return from the VERSION file and not truncating the last character in the download process
Describe how to replicate the issue
Try to build on Windows.
Did you attach the server logs?
no
Did you attach a network dump?
no
The text was updated successfully, but these errors were encountered: