You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2024. It is now read-only.
I'm unable to use the Repositories.Archive() method without having an error about stream: stream error: stream ID 1; PROTOCOL_ERROR.
I must add that i didn't have the problem like 2 months ago (since then, i have updated dependencies and go bin)
When i'm doing the call to gitlab api using postman and the same token, i don't have any errors.
i dont know if the problem is from this package, golang or ... ?
Here is the go code (hash = 0.6.0 and projectNamespaceOrId = 365):
@julienroland it didn't ring any bells, but after some googling I suspect you're maybe hitting this issue: golang/go#16847
Go 1.8 should contain a fix for this, so if you have any chance to test/confirm this with Go 1.8 RC1 (it's on the bottom of the page) that would be realy awesome!
Additionally you should be able to work around this by setting Transport.TLSNextProto to a non-nil, empty map (see here for more details), which effectively disables using HTTP/2 and falls back to using HTTP/1.1.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
My go version is: go1.7.4 darwin/amd64
I'm unable to use the
Repositories.Archive()
method without having an error about stream:stream error: stream ID 1; PROTOCOL_ERROR
.I must add that i didn't have the problem like 2 months ago (since then, i have updated dependencies and go bin)
When i'm doing the call to gitlab api using postman and the same token, i don't have any errors.
i dont know if the problem is from this package, golang or ... ?
Here is the go code (hash =
0.6.0
and projectNamespaceOrId =365
):And here is a screen when using postman:
https://cl.ly/0g3q0F3P1Q07
Here is the nginx log when calling repository using go:
https://cl.ly/0J412s3F1Q0l
I don't have this error for any other calls that are made by the package, so i really don't know what's the problem.
Help would be appreciate
The text was updated successfully, but these errors were encountered: