Skip to content
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

Error starting a release #351

Open
noisecapella opened this issue Sep 27, 2021 · 1 comment
Open

Error starting a release #351

noisecapella opened this issue Sep 27, 2021 · 1 comment
Labels

Comments

@noisecapella
Copy link

2021-09-27T15:34:44.901111+00:00 app[web.1]: Traceback (most recent call last):
2021-09-27T15:34:44.901112+00:00 app[web.1]: File "/app/bot.py", line 1442, in handle_webhook
2021-09-27T15:34:44.901113+00:00 app[web.1]: await self.release_command(
2021-09-27T15:34:44.901113+00:00 app[web.1]: File "/app/bot.py", line 559, in release_command
2021-09-27T15:34:44.901113+00:00 app[web.1]: await self._new_release(
2021-09-27T15:34:44.901114+00:00 app[web.1]: File "/app/bot.py", line 528, in _new_release
2021-09-27T15:34:44.901114+00:00 app[web.1]: await self._web_application_release(
2021-09-27T15:34:44.901115+00:00 app[web.1]: File "/app/bot.py", line 439, in _web_application_release
2021-09-27T15:34:44.901115+00:00 app[web.1]: pr_number=release_pr.number,
2021-09-27T15:34:44.901115+00:00 app[web.1]: AttributeError: 'NoneType' object has no attribute 'number'
@noisecapella
Copy link
Author

This is probably a race condition where the release PR was created and then an API request was made to retrieve information about it, but it wasn't available yet. Probably a rare problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant