-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
summarizeService.summarize is not a function #722
Comments
This query is meant to be run in the ClearlyDefined Azure Account. Application Insights -> "clearlydefined-api-prod" Here are the API calls this happened on most recently: http://api.clearlydefined.io/harvest/git/github/alpinelinux/aports/b8229586a20eea5fc0f782a383ef666b6a60e054/scancode/3.2.2 |
I ran this API call: curl http://api.clearlydefined.io/harvest/git/github/alpinelinux/aports/b8229586a20eea5fc0f782a383ef666b6a60e054/scancode/3.2.2 And am not seeing the same error show up in the logs. So I think this may have been a transient infrastructure issue. Seeing what else may have been going on around that time. |
And here's the details from one of the error on 1/5/2021
|
This was fixed with #888 |
requests
| where timestamp >= ago(30d)
| where resultCode == 500
| join (
exceptions
| where timestamp >= ago(30d)
) on operation_Id
| where outerMessage contains "summarizeService.summarize is not a function"
This have been happening 11 times in the last 30 days
The text was updated successfully, but these errors were encountered: