Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Error #95

Open
akkitech opened this issue Apr 25, 2019 · 6 comments
Open

SSL Error #95

akkitech opened this issue Apr 25, 2019 · 6 comments

Comments

@akkitech
Copy link

Often receiving SSL error while calling translate api.

Error: write EPROTO 139834744043328:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:252:

Is there anything we can fix this from our end or is it google's server issue?

@brolnickij
Copy link

@akkitech
Hello! Go to the fork of this repository, which is now actively supported: https://github.com/vitalets/google-translate-api

@riddla
Copy link

riddla commented May 3, 2019

@brolnickij, great stuff! I integrated https://github.com/vitalets/google-translate-api into my fork of this project over at https://github.com/riddla/alfred-polyglot and it works like a charm. My fork can be installed via https://github.com/riddla/alfred-polyglot.

@hua1995116
Copy link

I implemented a repo for batch translation. No longer a single translation. https://github.com/hua1995116/google-translate-open-api

@rawr51919
Copy link

rawr51919 commented Aug 21, 2019

I implemented a repo for batch translation. No longer a single translation. https://github.com/hua1995116/google-translate-open-api

You'll probably have to implement each and every feature from https://github.com/vitalets/google-translate-api to fix bugs that carried over to your project via using this as the base instead of that fork. There are plenty of bugs this fork fixes and new features it has that this one doesn't.

@vitalets
Copy link

@hua1995116 Could you point how you get token fo batch translation?

@hua1995116
Copy link

@vitalets I used your way to generate token and took some change for support browsers.
About using, I combined multiple pieces of text in exchange for a token. But I used the different API on google translate, the Inspiration is from https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb?hl=zh-CN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants