-
Notifications
You must be signed in to change notification settings - Fork 36
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
Failed to parse GAPI response #7
Comments
+1 |
+1 here as well |
Occurs for me as well, using the default samples from the documentation. |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
might be related to Google blocking requests - happened to me after 5 minutes of usage |
+1 |
The problem is that the shared hosted cloud services that we use (heroku, openshift etc) route their traffic to google via the same IP, so no wonder we hit the limit quickly.
|
I have this set up on a dedicated server, with a dedicated IP address, and it's still giving me this error. Is there some kind of API key that could be used to help avoid issues like this? |
i switched to Bing Translate - https://www.microsoft.com/en-us/translator/translatorapi.aspx |
Fixed in #9 |
Another implementation to use Microsoft Translator is here: https://github.com/kkpoon/hubot-microsoft-translator |
+1 |
Tests are still failing because of hubot-archive#7 (Google changed its API) Add dependencies to be able to wait for the API response Used translations which are unlikely to change
Tests are still failing because of hubot-archive#7 (Google changed its API) Add dependencies to be able to wait for the API response Used translations which are unlikely to change
#11 fixes this. For a temporary fix, you can use the fork in your project: "dependencies": {
"hubot-google-translate": "awailly/hubot-google-translate#fix-tests"
}, |
"dependencies": { It didn't work . |
@thinhduckhoi See pchaigno/hewbot for a better example. If you can't figure it out, don't hesitate to open an issue at awailly/hubot-google-translate ;) |
Ah sorry, man. It worked! I put that code in the wrong place. T_T |
awailly/hubot-google-translate isn't working here :( I receive this response: `p>403. That’s an error. Your client does not have permission to get URL Am I doing something wrong? Or this fix is just not working anymore? |
@nickollascoelho Could you open an issue on awailly/hubot-google-translate and will try to fix it when we have a bit of time? |
I'm getting the same problem even when applying the fix in package.json. Failed to parse GAPI response using the same examples in the documentation. |
@andyph666 The fix doesn't work anymore. Not sure if it's worth fixing it again :/ |
Thanks for letting me know. It was driving me nuts! |
View Google Translate request and replace query paramters. I don't know what is the meaning of the parameters, but it's work.
|
Hi,
I keep getting this error and I'm not sure if I did something wrong. Help please?
The text was updated successfully, but these errors were encountered: