lidavidm commented on PR #50427:
URL: https://github.com/apache/arrow/pull/50427#issuecomment-5018078607
I tried to merge this but GitHub seems to be borked. I'll try again later.
```
Traceback (most recent call last):
File "/home/lidavidm/Code/arrow/dev/merge_arrow_pr.py", line 134, in
__init__
self.issue = self.github_api.get_issue_data(github_id)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/home/lidavidm/Code/arrow/dev/merge_arrow_pr.py", line 286, in
get_issue_data
return get_json("%s/issues/%s" % (self.github_api, number),
headers=self.headers)
File "/home/lidavidm/Code/arrow/dev/merge_arrow_pr.py", line 65, in
get_json
raise ValueError(response.json())
ValueError: {'message': 'No server is currently available to service your
request. Sorry about that. Please try resubmitting your request and contact us
if the problem persists.'}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]