7 messages in com.googlegroups.google-mashup-editorRe: "An unknown error"
FromSent OnAttachments
jackAtFloridata06 Nov 2007 16:32 
hbur...@googlemail.com06 Nov 2007 16:40 
Jason06 Nov 2007 17:21 
Jason06 Nov 2007 18:06 
hbur...@googlemail.com07 Nov 2007 10:05 
jackAtFloridata07 Nov 2007 18:21 
Jason08 Nov 2007 10:50 
Subject:Re: "An unknown error"
From:Jason (gmej@google.com)
Date:11/06/2007 06:06:07 PM
List:com.googlegroups.google-mashup-editor

Hi jack. GME should be back to normal now -- thank you for your patience and please let me know if you have any more problems.

In response to your original questions:

1. Hermann is right -- cloneEntry() is a static GPath method. Please see this the following discussion for more information. And Hermann, can you send me your snippet of code where cloneEntry() isn't working as expected? If I can confirm your problem, I'll file a bug.

http://groups.google.com/group/google-mashup-editor/browse_thread/thread/a2c820d5e8bc03b7/b28fbf2c5967238d

2. gm:search is limited to GData feeds (e.g. Google Base, Google Calendar, etc.) at this time. Remote feeds and the built-in ${app}, $ {user}, and ${tmp} feeds are not supported. At the moment, only full text queries are supported using the 'q' GData query string parameter. The following link has more information on GData's query system:

http://code.google.com/apis/gdata/reference.html#Queries

I am very sorry for the inconvenience -- we are feverishly working to track down the source of the errors and hope to have GME back to its old self very soon now.

- Jason

On Nov 6, 4:32 pm, jackAtFloridata <Flor@gmail.com> wrote:

I can't test any of my apps in the GME this evening - I'm getting an "unknown error" (it compiles OK).

Over the past couple of days I've been unable to get a couple of things working - maybe because of the unknown error problem but just in case someone has some info to share:

1. When I try to use the cloneEntry function the compiler says that's it's undefined. (I using it without a namespace as indicated in the docs)

2. I can't get the gm:search tag to work with a remote feed - it's fine with gbase. The problem is that it returns everything... I would like to search on a custom attribute but even searches on atom:title are failing.

Is there someplace to read more about the search? ...and its relation if any to the Google search API used in gbase? I guess what I'm asking is does the gm:search module provide a way of doing non-exact matches? wildcards, etc.

thanks for any info and helpful links! jack