error when translating with google translate
Error 500 (Server Error)!!1500.That’s an error.There was an error. Please try again later.That’s all we know.
Same issue.
Seems to be hit and miss, happens when both specifying the source e.g. ja or setting it to auto
Notice if i put a fall back retry locally it seems to return the translation more often than not, however on the VPS it fails to translate 9/10 times.
Having same issue
from deep_translator import GoogleTranslator
print(GoogleTranslator(source='en', target='ar').translate("Apple"))
deep_translator.exceptions.TranslationNotFound: Apple --> No translation was found using the current translator. Try another translator?
The issue seems to be resolved now.
Did this happen before today? or it is only happening today?
Did this happen before today? or it is only happening today?
idk but its fixed now at least it seems like
It happens again.
It happens again.
still rn ?
It happens again.
still rn ?
nope it works now, but breakdown appears to be intermittent and occurs far more often than expectation.
it currently translates with the same quality as googletrans? i think google is destroying these libraries one by one
it currently translates with the same quality as googletrans? i think google is destroying these libraries one by one
i believe that google translate start to get worse and worse, we should seriously find another api
gosh it start again
honestly, i'll end up building a library who use yandex (if it does not exist)
honestly, i'll end up building a library who use yandex (if it does not exist)
If it could be done, it's very likely that someone would have done it already, but if you can do it, it would be appreciated. At the moment there seems to be no other possibility but Web scrapping.
honestly, i'll end up building a library who use yandex (if it does not exist)
If it could be done, it's very likely that someone would have done it already, but if you can do it, it would be appreciated. At the moment there seems to be no other possibility but Web scrapping.
yeah the api is paid, i'll try to do a library who do web scraping easily
honestly, i'll end up building a library who use yandex (if it does not exist)
If it could be done, it's very likely that someone would have done it already, but if you can do it, it would be appreciated. At the moment there seems to be no other possibility but Web scrapping.
yeah the api is paid, i'll try to do a library who do web scraping easily
this api working for me rn. can u try? I want to understand if it only works for me.
honestly, i'll end up building a library who use yandex (if it does not exist)
If it could be done, it's very likely that someone would have done it already, but if you can do it, it would be appreciated. At the moment there seems to be no other possibility but Web scrapping.
yeah the api is paid, i'll try to do a library who do web scraping easily
this api working for me rn. can u try? I want to understand if it only works for me.
Yes its working now. Google changed something
honestly, i'll end up building a library who use yandex (if it does not exist)
If it could be done, it's very likely that someone would have done it already, but if you can do it, it would be appreciated. At the moment there seems to be no other possibility but Web scrapping.
yeah the api is paid, i'll try to do a library who do web scraping easily
this api working for me rn. can u try? I want to understand if it only works for me.
Yes its working now. Google changed something
You get the same result with translate.google.com, right?
Yep. Translation seems legit to me
honestly, i'll end up building a library who use yandex (if it does not exist)
If it could be done, it's very likely that someone would have done it already, but if you can do it, it would be appreciated. At the moment there seems to be no other possibility but Web scrapping.
yeah the api is paid, i'll try to do a library who do web scraping easily
this api working for me rn. can u try? I want to understand if it only works for me.
the api for yandex ?
oh well, nvm, its still random for me tho, one day it work, one other day it doesnt
I was asking about the quality of the translation, not whether it works or not. it's giving me the same results now. i hope it continues like this and i hope the other libraries will improve as well
I was asking about the quality of the translation, not whether it works or not. it's giving me the same results now. i hope it continues like this and i hope the other libraries will improve as well
i personnaly found that yandex provided better quality, at least for english -> french
Is google working now? I just tried it and it worked
today it's broked again :)
I just tried it from my PC and it worked
googletrans and pygtrans were already broken and never fixed. but 3 days ago mtranslate and deep translator were translating properly. their results were different. now they all translate the same way. so they are broken .it should say otomatik there(true translation)
so we understand that it's broken
:( just happened to me as well, guess google is doing something now
yeah you all just motivate me to do the yandex library i talked about...