-
Notifications
You must be signed in to change notification settings - Fork 113
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
zypper
not forwarding curl
error messages.
#502
Comments
@RokeJulianLockhart we'd need to check the |
Get-Content -LiteralPath '/var/log/zypper.log' | Select-String 'curl error:'
microsoft/vscode#192082 (comment) |
Looks like curl actually does not provide a detailed error message for error 55 here. The |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as duplicate.
This comment was marked as duplicate.
@RokeJulianLockhart What libzypp displays is If the issue is reproducible or at least happens frequently, you could call zypper as
|
sudo grep -5 zypp-curl /var/log/zypper.log
|
@RokeJulianLockhart Sorry, but we'd need one block showing the |
If this is an issue with
curl
instead, I apologize. I'm uncertain how to diagnose this.The text was updated successfully, but these errors were encountered: