eydjey / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

TranslateService hangs on certain string #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call translateService.Translations.List( "Cheese, pasteurized process, 
american, with di sodium phosphate", "fr" ).Fetch()

What is the expected output? What do you see instead?
Have a response containing the translated text: "Fromage, un processus de 
pasteurisation, américain, avec le phosphate de sodium di".

What version of the product are you using? On what operating system?
Windows 7 x64, Google.Apis.Translate.v2 using .net 4

Please provide any additional information below.
The hang does not occur on all the translations. Some are ok but some fails.

Original issue reported on code.google.com by o...@xceed.com on 28 Sep 2011 at 3:35

GoogleCodeExporter commented 9 years ago
Ok, specifying "en" as the source language on the returned ListRequest object 
fixed the issue.

I would still have expected a timeout on the Fetch though.

Original comment by o...@xceed.com on 28 Sep 2011 at 4:11

GoogleCodeExporter commented 9 years ago

Original comment by asky...@google.com on 3 Oct 2011 at 11:54