8 messages in com.googlegroups.adwords-apiRe: Frastrating with the Google Serve...| From | Sent On | Attachments |
|---|---|---|
| Krishna | 17 Oct 2007 03:05 | |
| hmcclungiii | 17 Oct 2007 15:21 | |
| RK | 17 Oct 2007 21:22 | |
| RK | 17 Oct 2007 21:39 | |
| inblosam | 17 Oct 2007 21:54 | |
| AdWords API Advisor | 18 Oct 2007 12:55 | |
| AdWords API Advisor | 22 Oct 2007 06:25 | |
| RK | 24 Oct 2007 04:21 |
| Subject: | Re: Frastrating with the Google ServerException "Server.generalException"![]() |
|---|---|
| From: | RK (nomu...@gmail.com) |
| Date: | 10/24/2007 04:21:21 AM |
| List: | com.googlegroups.adwords-api |
Hi,
To fix this problem from my client application i have added an extra language code (previosly i used only "en") ie.,"ru". So with this the process has stopped throwing the Server.generalException .while getting the response values i have checked the language code from the response if it is "en" i have used the values.It will not give (using "en","ru")any unexpected results -- right?
Please let me know regarding this.
On Oct 22, 6:25 pm, AdWords API Advisor <adwo...@google.com> wrote:
Hi all,
We made a minor fix to getKeywordVariations() and it should be working again for everyone. Please let me know if you continue to get any errors from this method.
-Aaron
On Oct 18, 3:55 pm, AdWords API Advisor <adwo...@google.com> wrote:
Hi everyone,
I was able to reproduce the errors you're getting and I'll make sure this issue is addressed by the appropriate engineers right away.
I'll let you know as soon as I have an update.
-Aaron Karp AdWords API Team
On Oct 18, 12:55 am, inblosam <mdje...@gmail.com> wrote:
I am getting this problem every time, it should only give an exception like this every now and then perhaps, but not all the time. Is anyone NOT having issues with it?
-Michael
On Oct 17, 10:39 pm, RK <nomu...@gmail.com> wrote:
As per to your suggetion i have added the following code
catch (ApiException e) { if(count==10){ System.out.println("Api Exception due to the follwoing reason"); System.out.println(e.getCause()+"\n"+e.getMessage() +"\n"+e.getFaultReason()); System.out.println(e.dumpToString()+"\n"+e.getMessage1()); System.out.println(e.getFaultReason()); return null;}else{
count++; System.out.println("Next attempt...."); htStats = getStats(keywords, htStats);}
Eventhough i am getting the same problme? is there any other reason for this problem.
Regards Rk- Hide quoted text -
- Show quoted text -




