7 messages in com.googlegroups.google-base-data-apiRe: C# Base API - ClientFeedException...
FromSent OnAttachments
GBase Developer10 May 2007 17:24 
GBase Developer10 May 2007 17:33 
Frank Mantek11 May 2007 07:54 
GBase Developer11 May 2007 18:46 
Frank Mantek11 May 2007 19:28 
GBase Developer12 May 2007 20:28 
Frank Mantek16 May 2007 02:10 
Subject:Re: C# Base API - ClientFeedException - Parsing failed
From:Frank Mantek (fman@gmail.com)
Date:05/16/2007 02:10:16 AM
List:com.googlegroups.google-base-data-api

Ok, so i tried that, and i can parse this just fine, using a simple program that just loads the attached problem file into memory and instantiates a feed object on top of it..

Is this consistent for you? And what version of the GBase .NET code are you using?

On 5/13/07, GBase Developer <paul@macrowebservices.com> wrote:

Sorry about that... lets try again:

Here is a request that doesn't have any query parameter - it works fine: http://macrowebservices.com/temp/success_request.txt

Here is a request that does have a google base query parameter (bq) - it fails: http://macrowebservices.com/temp/fail_request.txt

The only significant difference I noticed was the successful request has an extra http header:

Connection: Keep-Alive

I'm not sure if that matters or not.

Paul

On May 11, 6:28 pm, "Frank Mantek" <fman@gmail.com> wrote:

How is that file encoded? I tried opening it with UTF8/UTF16 with several tools, it's always garbled for me ...

Frank Mantek Google

On 5/11/07, GBase Developer <paul@macrowebservices.com> wrote:

I just posted some output from two different tests. One with no query or base-query parameter and one with a query parameter. The first test works fine. It's the second test that causes the error. I noticed the second test is outputting some strange text at the bottom of the response, perhaps this is causing the parser to fail?

Thanks for you help on this.

Paul

On May 11, 6:54 am, "Frank Mantek" <fman@gmail.com> wrote:

We would need that sniff: best to just get the feed and dump it into

a

text

file and send it to us.

Frank Mantek Google

On 5/10/07, GBase Developer <paul@macrowebservices.com> wrote:

Also, I know I am getting results back from Google's server - see this packet sniff on my machine: http://www.macrowebservices.com/temp/packet-sniff.png

On May 10, 4:24 pm, GBase Developer < paul@macrowebservices.com> wrote:

Here is some sample code that shows what I am doing, you need to put your own developer key in it:

http://www.macrowebservices.com/temp/test.cs.txt

Here is a screenshot of the error I am getting:

http://www.macrowebservices.com/temp/error.png

Here are the details of the error:

http://www.macrowebservices.com/temp/error-details.png

It seems like the Google Base API code is having an issue

parsing

the

Atom feed, but I am not sure. Any thoughts?

Thanks,