-
Notifications
You must be signed in to change notification settings - Fork 24
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
zsync2: failed to retrieve from VSCodium-1.59.0-1628208101.glibc2.17-x86_64.AppImage, status -1 #62
Comments
That also leaves |
Also getting this when trying to update the community Discord AppImage from 0.0.24 to 0.0.25.
|
Same issue with Discord AppImage. Another weird thing, I'm already on .43, and the latest according to github is .43, which is what the updater wants to get. |
Same here, with Discord and VSCodium. I'm using AppImageLauncher. It happened on two computers. |
The problem comes from the line 750, in |
Interesting. Zsync actually logs the error, but
And that's why updating doesn't work for anything : 206 is the code supposed to be returned. It seems that the embedded |
If you had checked the code, you would have noticed that there is no "embedded executable". Feel free to open a PR to update the embedded ancient zsync code base and add support for HTTP/2, though. We need to rewrite all of it at some point, but the AppImage team does not have the capacity. |
@totchi-lagawi please re-run with CURLOPT_VERBOSE=1 set in your environment and post the log. I'm curious why you would get an HTTP/2 response to an HTTP/1.1 request... |
I actually had, believe it or not. I was meaning I may do a pull request, but I do not have the competencies to do advanced C++ development. I however completely understand the unavailability of the AppImage team. |
@totchi-lagawi if you can provide the output as requested, it might be relatively easy to fix for me. Also, please provide a URL I can test against. |
Done. I tried to update srevinsaju's Discord AppImage, with the environment variable you given. It looks like the request is made using HTTP/2, so an HTTP/2 response is normal, but
|
Mirrored from AppImageLauncher fails to update VS Codium since the error message makes it seem like
zsync2
is throwing this error:The text was updated successfully, but these errors were encountered: