OwO-Network/DeepLX

Known Issues

missuo opened this issue · 8 comments

missuo commented

DeepL may have updated the API logic, which may trigger an unusable situation at present.

Wait for the next version of DeepLX to be released.

devjia commented

always get response:
{ "alternatives": null, "code": 200, "data": "", "id": 8353290007 }

sk163 commented

遇到未知错误,状态码:200

这个问题是必现的吗,我这好像没有问题

cehnhy commented

request.Header.Set("Accept-Encoding", "gzip, deflate, br")

http.response.Content-Encoding=br

Need to support decompression

missuo commented

request.Header.Set("Accept-Encoding", "gzip, deflate, br")

http.response.Content-Encoding=br

Need to support decompression

Thanks for the information.

missuo commented

Fixed, please wait for 0.8.0 to finish compiling.

toprak commented

@missuo I do not know did you update docker but it still gives same error on my end with latest docker image, thanks.

missuo commented

I do not know did you update docker but it still gives same error on my end with latest docker image, thanks.

Of course, Docker has been updated, please delete the old image, restart and try again.