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
I'm getting an error (link) that I can't figure out:
...
· Check SemVer compliance of the reference/tag
· Get GitHub API handler (authenticate)
· Get Repository handler
· Get Release handler
Traceback (most recent call last): <---- error starts here
· RM set. All previous assets are being cleared...
File "/releaser.py", line 179, in <module>
- eastern-cape-graaf-reinet.ics
asset.delete_asset()
File "/usr/local/lib/python3.9/site-packages/github/GitReleaseAsset.py", line 138, in delete_asset
headers, data = self._requester.requestJsonAndCheck("DELETE", self.url)
File "/usr/local/lib/python3.9/site-packages/github/Requester.py", line 353, in requestJsonAndCheck
return self.__check(
File "/usr/local/lib/python3.9/site-packages/github/Requester.py", line 378, in __check
raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 502 {"message": "Server Error"}
Not sure what the issue here is, or if it's even a permanent one? (as opposed to github just being broken?)
Here's the link to the release in question that I was trying to update: https://github.com/beyarkay/eskom-calendar/releases/tag/latest.
The asset in question (eastern-cape-graaf-reinet.ics) doesn't exist in the release but I think it does exist in the new list of assets to be uploaded, maybe that's the issue?
The text was updated successfully, but these errors were encountered:
Hmm they look similar, although not exactly the same. I'm going to retry manually and see if it goes away. My javascript isn't great either, but I'll have a look to see if I can implement something simple.
I'm getting an error (link) that I can't figure out:
My workflow looks like:
Not sure what the issue here is, or if it's even a permanent one? (as opposed to github just being broken?)
Here's the link to the release in question that I was trying to update: https://github.com/beyarkay/eskom-calendar/releases/tag/latest.
The asset in question (
eastern-cape-graaf-reinet.ics
) doesn't exist in the release but I think it does exist in the new list of assets to be uploaded, maybe that's the issue?The text was updated successfully, but these errors were encountered: