Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
production
-
None
Description
Gerrit responds to most successful requests with `)]}'`, which prevents automatic JSON parsing of the responses by Axios.
Ensure that every request to gerrit from the pickbot prevents axios from attempting to automatically parse the data since the current logic already attempts to parse the data manually.