Replies: 1 comment 1 reply
-
Hmm...it sounds like an API issue to me rather than something specific about octokit.js or PyGithub. If you call the GitHub API directly, can you reproduce the issue? You may consider reporting it to GitHub support if so. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am currently trying to upload all files with a specific ending to a Github release. I have roughly the following code to achieve this:
The console output of this code is:
What the code actually does is uploading the first file successfully, so it is visible online. Then it does nothing for some time until it fails with an error. Note that it never leaves the uploadReleaseAsset function, the part with "Uploaded " is never printed. What could be the reason?
Note that I originally tried to use PyGithub to achieve this, and rewrote it in octokit because I thought it would fix the issue 😅: PyGithub/PyGithub#2438
Thanks for the help!
OS: Windows 11
Beta Was this translation helpful? Give feedback.
All reactions