OwO-Network / DeepLX

Powerful Free DeepL API, No Token Required
https://ssa.sx/deeplx
MIT License
6.64k stars 532 forks source link

Can only work on local but can be called throught http #72

Closed deepanger closed 1 year ago

deepanger commented 1 year ago

When calling remote API from a user, got:

{ "code": 404, "message": "No Translate Text Found" } But can be called successfuly through local python.

Is it about the firewall?

missuo commented 1 year ago

As the message describes, you are requesting without the parameters of the text to be translated.

deepanger commented 1 year ago

As the message describes, you are requesting without the parameters of the text to be translated.

But my local test with the same params is good.