abrignoni / iLEAPP

iOS Logs, Events, And Plist Parser
MIT License
736 stars 154 forks source link

Google Translate #748

Closed djangofaiola closed 5 months ago

djangofaiola commented 5 months ago

History, Favorite translations and Text-To-Speech

Johann-PLW commented 5 months ago

Hello @djangofaiola,

Thank you very much for these additions. I got this exception with Google Translate module on my own iPhone (iOS 17.4.1) with Google Translate 8.9.0: Exception while parsing Google Translate Text-To-Speech: no such table: tts

Which versions of Google Translator have you tested?

djangofaiola commented 5 months ago

Exception while parsing Google Translate Text-To-Speech: no such table: tts Hi, In older versions 5.x, 6.x the tts table is present but in newer 8.x it is absent. I fixed the code with a check if the tts table exists.

Which versions of Google Translator have you tested? 5.18.59063, 6.4.59163, 8.3.0

Johann-PLW commented 5 months ago

Hi, As mentionned in my previous message, it is Google Translate v8.9.0, the current one available on the App Store. Even if I used it, my translate.db database is desperately empty. I have some older backups and I will have a look.

Thank you again.

Johann-PLW commented 5 months ago

Hi again @djangofaiola,

FYI, the tts table was still present in version 8.1.1 Unfortunately, I don't have any intermediate version to find out from which version this table was removed.

PR merged.