Levan Velijanashvili

Results 36 comments of Levan Velijanashvili

@goosechaser, Do you have a version which contains fixes of problems listed above?

Which version of this package are you using?

Can you ssh into your server and ping translate.google.com? Check if there are any connectivity/network issues.

That error is random, there is a chance that it's related to Error 429 ([rate limiting](https://github.com/Stichoza/google-translate-php#known-limitations)), i.e. you're sending requests too quickly (that foreach loop). Try translating other set of...

Strange, what error were you getting? Just tested and everything works fine for me.

Can you explain your problem?

Ok, got the problem. I'll rename this issue if you don't mind

Replicated the error. It definitely throws an exception. I checked the website and saw that Google is sending a new `xid` parameter. I copied it from devtools and added it...

Excerpt from `translate_m.js` on Google Translate website: ```js var Nu = function(a) { var b = (new Wm(n.location.href)).a, c = b.get("e"), d = b.get("expid"); b = b.get("expflags"); var e =...

@WinterSilence your issue doesn't give any details. I honestly cannot understand what you're asking or what problem are you having. Please, describe it in details and provide info that @frzsombor...