ringosham / TranslateMod

A chat translation mod for Minecraft
https://www.curseforge.com/minecraft/mc-mods/real-time-chat-translation-mod
GNU General Public License v3.0
15 stars 6 forks source link

The mod is not stable when using the cloud translation api #1

Closed GeliusIHe closed 4 years ago

GeliusIHe commented 4 years ago

The mod does not work correctly after adding its user key, translates text that does not need to be translated, and replaces all letters with "?", when trying to send a message via y, all characters are replaced with"?". Google cloud translation api

ringosham commented 4 years ago

Seems to be a bug within text encoding in the built-in Minecraft libraries.

ringosham commented 4 years ago

There is an issue with the built-in libraries used for sending translation requests. They can't decode Google's responses correctly. I have to write this from scratch.