You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent report from exceeding maximum comment length
In cases where a large number of sketches are compiled, the full report may exceed the maximum comment length, result in
the comment API request failing:
urllib.error.HTTPError: HTTP Error 422: Unprocessable Entity
This can be avoided by only adding the supplemental full report data when possible.
0 commit comments