crow-translate / QOnlineTranslator

A library for Qt5 that provides free usage of Google, Yandex and Bing translate API.
GNU General Public License v3.0
79 stars 12 forks source link

Handle Bing 400 error return empty output #66

Closed VolkMilit closed 6 months ago

VolkMilit commented 6 months ago

Right now, Bing return empty object on 400 error. Because this happened on request parsing, we need to add error handling to parseBingTranslate(). But I don't know, if there is better way.