I hadn't tried with a form recently. Prior to Tuesday, failures with
the programmatic client correlated with and were reproducible with a
web form; those instances always tracked back to some bug in my code.
However, those bugs were shaken out (so I thought). On Tuesday, the
programmatic client just stopped working; the server began
consistently returning an empty list from get_uploads() ...previously,
I only saw that intermittently. Throughout, the programmatic client
*never* stopped working against the development server. Prompted by
your question, I started testing forms and alternate programmatic
client implementations.

Bottom line: ruby's httpclient works with the development server but
stopped working against the live server on Tuesday. This morning, I
switched to the ruby rest-client library and it seems to be working
fine. I haven't done a scatological exam of what's different on the
wire wrt to development vs. production server and the various clients;
what I have now works. But I'm still concerned that I previously had
something working against the production GAE environment that
inexplicably stopped working on Tuesday.
thanks,
-Ian

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to