microsoft / mwt-ds

Umbrella repository for projects related to the MWT Decision Service
187 stars 77 forks source link

Fix ArgumentNullException in VideoIndexer #101

Closed lokitoth closed 6 years ago

lokitoth commented 6 years ago

This happens when the VideoIndexer service knows about a video (the breakdown search call succeeds), but the get breakdown call fails, e.g. HTTP 429: Too many requests.

Also avoid queueing indexing when the video URL is not a valid URL.