Error fetching commit author info from GraphQL API
Created by: dadlerj
- Sourcegraph version: sgdev
(Not entirely sure who to assign this to, so I just grabbed the core team. Feel free to reassign.)
Reported by a customer:
Any ideas about potential workaround to get this data on search results until a fix is live?
Steps to reproduce:
The same issue exists for all fields within the person
object, but does not occur for other fields in the author
object one level above that.
Expected behavior:
Author information should be available
Actual behavior:
"json: error calling MarshalJSON for type json.RawMessage: invalid character '}' looking for beginning of value\n"
Looks like an unexpected empty string/nil error. Like the search API isn't populating that field for some reason?