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
$ GH_COOKIE=alba git-upload-release openvstorage alba 1.3.15 ./xxx.deb
uploading to release id 6335375
git-upload-release: internal error, uncaught exception:
Unix.Unix_error(Unix.EPIPE, "write", "")
Raised at file "src/core/lwt.ml", line 805, characters 16-23
Called from file "src/unix/lwt_main.ml", line 34, characters 8-18
Called from file "src/cmdliner_term.ml", line 27, characters 19-24
Called from file "src/cmdliner.ml", line 106, characters 32-39
(I had to look in the code to see how to force it not to use the infra cookie)
The output of uploading to release id .... shows that it gets a token and can find the specific release of the project from the tag.
The upload of the asset however, fails.
This was installed via opam (version:2.3.0)
The text was updated successfully, but these errors were encountered:
If you could also try with GITHUB_DEBUG=1 and COHTTP_DEBUG=1 that may be helpful. If you post the results back here, be sure to redact any github tokens or other sensitive info that the logs may contain.
I tried
(I had to look in the code to see how to force it not to use the
infra
cookie)The output of
uploading to release id ....
shows that it gets a token and can find the specific release of the project from the tag.The upload of the asset however, fails.
This was installed via opam (
version:2.3.0
)The text was updated successfully, but these errors were encountered: