benWize commented on PR #23761: URL: https://github.com/apache/beam/pull/23761#issuecomment-1295247206
> Does it give you a line number in the stack trace? Wondering which piece of data in particular is missing It doesn't show a line number but after debugging a little I've found the function that fails is https://github.com/apache/beam/blob/4dac210a1725d9a368784c3289376f68acbc0599/.test-infra/metrics/sync/github/sync.py#L236 because a user in the array of comments has `None` as author value https://github.com/apache/beam/blob/4dac210a1725d9a368784c3289376f68acbc0599/.test-infra/metrics/sync/github/sync.py#L241 <pre> "node":{ "author":"None", "body":"R: @amitsela can you please take a look and merge if you agree (since I can't). Thanks.", "createdAt":"2017-03-12T09:56:08Z" } </pre> It could be because the user account was deleted https://github.com/apache/beam/pull/2226#issuecomment-285934052 -- 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]
