Ali N.

Results 4 comments of Ali N.

The actual response code from google endpoint is 503 (Service Unavailable) Apparantly they are now checking traffic rate and redirecting to: ``` https://ipv4.google.com/sorry/index?continue=https://translate.google.com/translate_a/single%3Fclient%3Dt%26sl%3Dauto%26tl%3Den%26hl%3Den%26dt%3Dat%26dt%3Dbd%26dt%3Dex%26dt%3Dld%26dt%3Dmd%26dt%3Dqca%26dt%3Drw%26dt%3Drm%26dt%3Dss%26dt%3Dt%26ie%3DUTF-8%26oe%3DUTF-8%26otf%3D1%26ssel%3D0%26tsel%3D0%26kc%3D5%26tk%3D495504.128489%26q%3Dhello&hl=en&q=EgSXUHjYGISU6dgFIhkA8aeDS9nxiL3i6-okEu2kNn24nPXxXsfwMgFy ``` Which Says: Our systems have detected...

Temporary Solution: 1. Setup a TOR HTTP Proxy: https://www.marcus-povey.co.uk/2016/03/24/using-tor-as-a-http-proxy/ 2. Use `tunnel` module from node packages to pass translate traffic from tor ``` var tunnel = require('tunnel'); ... ... }).then(function...

I have managed to use a workaround. Since the Pause and Resume of CoronaActivity would fix the issue, I've created an empty android activity in the native code, display it...

Same here on iOS 12 ``` path: 0x197a3f000 /usr/lib/libobjc.A.dylib Unable set PROT_READ | PROT_WRITE on original: Operation timed out objc_msgSend function substrated from 0x197a5cd60 to 0x100f60834, trampoline 0x0 Unable set...