The module was working just fine but now I am getting this error message (The error is accessible via Firebug Net console... is not printed in the screen) and the translation is not happening.

google.language.callbacks.id101('22', null, 403, 'Suspected Terms of Service Abuse. Please see http://code.google.com/apis/errors', 200)

Could this be related to this issue?:
#1357128: Will this module be affected by the changes to Google Translate API?

Comments

Nightwish’s picture

Yes, I am having the same problem and found that Google is going to have a paid version.
http://code.google.com/apis/language/translate/overview.html

This the alternavive they provide right now.
http://translate.google.com/translate_tools

edo888’s picture

Hi,

Please update to the latest version which you can download from http://gtranslate.net

The On Fly method is now discontinued.

eL’s picture

Why version 1.8 is not here? Anyway, version 1.8 is not working well, in Chrome not at all.

This module is now very confusing, put some info on main page of this module, because recommended version 1.7 is useless!

mshepherd’s picture

Component: Miscellaneous » Code

Please could you upload v1.8 to d.o, rather than having to download it from a 3rd party site. At the moment, I can't log issues against v1.8 as it doesn't exist here.

That said, the flags seems to be no longer available with v1.8. Did these rely on the on-the-fly method? I can select them on the settings page, but they do not display in the block.

doomed’s picture

KHAAAAAAAAAAAAAAAAAAAAN!

this module was perfect. Now its dead.

edo888’s picture

It is not dead!!!

You need to download the latest version from http://gtranslate.net

arianek’s picture

We've switched to using this code snippet http://translate.google.com/translate_tools it works superbly, and is actually nicer than the old version if you can live without the flag icons.

mshepherd’s picture

Just to be a pest and repeat what I already said...

Can version 1.8 be uploaded to drupal.org and then issues can be raised against it.

I've also had problems with it that I can't log as issues here. I've (I hope temporarily) switched to using the same method as @arianek.

ArtNicewick’s picture

Can you give some example of what the new snippet would look like. The website seems to point to an online translation facility.

The test cases in the web services client are the following:

<?php
  /**
   * Tests invoking the google translation service.
   */
  function testServiceInvocation() {
    $service = wsclient_service_load('google');
    $result = $service->translate('Hallo Welt', 'de|en');

    $this->assertEqual(drupal_strtolower($result['responseData']['translatedText']), 'hello world', 'REST service invocation was successful.');
    
  }
}
?>

This fails with the "Suspected Terms of Service Abuse." error

donquixote’s picture

Issue summary: View changes

real issue link

apaderno’s picture

Issue summary: View changes
Status: Active » Closed (outdated)
Issue tags: -google api error, -google translate service abuse

I am closing this issue, since Drupal 6 isn't supported anymore.