plainheart / bing-translate-api

A simple and free API for Bing & Microsoft Translator for Node.js
https://github.com/plainheart/bing-translate-api
MIT License
161 stars 28 forks source link

crash: redirects is empty #21

Closed rerender2021 closed 1 year ago

rerender2021 commented 1 year ago

Description

The API may have changed, redirects returned is empty, so it throws.

image

image

Workaround

hardcode subdomain as "www" or use requestUrl as redirects[0] fallback

image

plainheart commented 1 year ago

Thanks for your feedback. It seems a potential bug that I didn't notice.

plainheart commented 1 year ago

Fixed in v2.9.0 :)