-
Notifications
You must be signed in to change notification settings - Fork 15
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
panic: runtime error: invalid memory address or nil pointer dereference #64
Comments
Seems like the API has not responded at all this time... I have added a response validation in v4.2.3, this should force git-release to retry the upload. There is a chance the API might reply with an unexpected HTTP code in case the asset was partially uploaded. Please reopen this issue if that happens or the issue is reoccurring. |
Thanks for the quick fix, but I just retried and got the same result (although with a different asset this time). https://github.com/rgriebl/haiq/runs/5267149159?check_suite_focus=true |
(BTW: I can't re-open the bug myself, since you as the repo owner closed it) |
It seems that the whole Pushed another fix as v4.2.4. Leaving that issue open this time, please see if the problem still occurs (in case it is not, I would be glad if you might provide a log of an action doing a successful retry during asset upload operation) |
Thanks again for the fix, but of course it just worked now ... https://github.com/rgriebl/haiq/runs/5273777573?check_suite_focus=true I'll keep this mind though and will check the logs whenever I do a release. |
I was able to catch a network issue and
In addition to that, here is a failure from which
Not sure there is a reason to add more attempts, as this will surely increase the billing by occupying the runner longer. Especially as such occasions are not transient network interrupts but API downtimes that usually require more than a couple of minutes to be fixed. Closing this issue |
Just wanted to create a new release of my software and this happened:
https://github.com/rgriebl/haiq/runs/5265915927?check_suite_focus=true
The text was updated successfully, but these errors were encountered: