[google-appengine] Re: Any issues with URL fetch tonight?

2009-05-12 Thread Pindropper Info

Looks like it was fixed around:   Mon May 11 23:45:00 PDT 2009



I have still not seen an announcement from google (on the outage
group) about this


On May 11, 9:55 pm, yobin yyo...@gmail.com wrote:
 I met this problem too..



 - Original Message -
 From: Pindropper Info i...@pindropper.com
 To: Google App Engine google-appengine@googlegroups.com
 Sent: Tuesday, May 12, 2009 11:39 AM
 Subject: [google-appengine] Any issues with URL fetch tonight?

  About 2+ hours ago, our app started having issues calling out to a 3rd
  party webservice using url fetch

  urlfetch

   File quot;/base/python_lib/versions/1/google/appengine/api/
  urlfetch.pyquot;, line 240, in fetch
     return rpc.get_result(allow_truncated)
   File quot;/base/python_lib/versions/1/google/appengine/api/
  urlfetch.pyquot;, line 387, in get_result
     self.check_success(allow_truncated)
   File quot;/base/python_lib/versions/1/google/appengine/api/
  urlfetch.pyquot;, line 361, in check_success
     raise DownloadError(str(e))
  DownloadError: ApplicationError: 5

  This was working fine as recently as this AMI am not at my quota.

  Anyone have any ideas?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: images, rotation and quality/compression

2009-05-11 Thread Pindropper Info

Yes, it is experiencing very clear image degradation.  Ill try it in
production and post back to this thread.  Even if it is clean in
production, it will be worth noting in the SDK notes about the image
service.

Thanks!

On May 11, 3:41 am, Nick Johnson (Google) nick.john...@google.com
wrote:
 I would strongly suggest trying this in production before looking for
 any other solution. The SDK uses the Python Imaging Library, which is
 not the same as the Images service in production, so I would not
 expect the same result.

 It's also possible that your image is simply more compressible when
 rotated. Are you experiencing actual visual degradation?

 -Nick Johnson



 On Sun, May 10, 2009 at 4:08 AM, Pindropper Info i...@pindropper.com wrote:

  I am going to post this in the python group too, but I think it may be
  a general engine topic.

  I recently added some image rotation code (using images.rotate)  I put
  in a JPEG and get out a JPEG.

  The image I put in is about 28k, the image I get back is 12k.  Is
  there any way to eliminate this degradation?

  I have ONLY RUN THIS LOCALLY at this point, not on the actual app
  engine runtime in production.

  Thanks
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Re: images, rotation and quality/compression

2009-05-11 Thread Pindropper Info

Ok, so in production, I dont see the same image artifacts/compression,
but there is a slight color/gamma shift.  It's totally acceptable, but
again, should probably be reflected in the docs.

Specifically, it looks like the image service strips out ColorSync
profiles from rotated images.


Here are the two samples (before and after)


Original image:

http://www.pindropper.com/_Media/remote2.jpg


Rotated image:

http://www.pindropper.com/_Media/remote1.jpg




The original image has the following ColorSync profile embedded:

sRGB IEC61966-2.1


Thanks for your help!


On May 11, 3:41 am, Nick Johnson (Google) nick.john...@google.com
wrote:
 I would strongly suggest trying this in production before looking for
 any other solution. The SDK uses the Python Imaging Library, which is
 not the same as the Images service in production, so I would not
 expect the same result.

 It's also possible that your image is simply more compressible when
 rotated. Are you experiencing actual visual degradation?

 -Nick Johnson



 On Sun, May 10, 2009 at 4:08 AM, Pindropper Info i...@pindropper.com wrote:

  I am going to post this in the python group too, but I think it may be
  a general engine topic.

  I recently added some image rotation code (using images.rotate)  I put
  in a JPEG and get out a JPEG.

  The image I put in is about 28k, the image I get back is 12k.  Is
  there any way to eliminate this degradation?

  I have ONLY RUN THIS LOCALLY at this point, not on the actual app
  engine runtime in production.

  Thanks
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] Any issues with URL fetch tonight?

2009-05-11 Thread Pindropper Info

About 2+ hours ago, our app started having issues calling out to a 3rd
party webservice using url fetch

urlfetch

  File quot;/base/python_lib/versions/1/google/appengine/api/
urlfetch.pyquot;, line 240, in fetch
return rpc.get_result(allow_truncated)
  File quot;/base/python_lib/versions/1/google/appengine/api/
urlfetch.pyquot;, line 387, in get_result
self.check_success(allow_truncated)
  File quot;/base/python_lib/versions/1/google/appengine/api/
urlfetch.pyquot;, line 361, in check_success
raise DownloadError(str(e))
DownloadError: ApplicationError: 5

This was working fine as recently as this AMI am not at my quota.

Anyone have any ideas?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[google-appengine] New iPhone application launched on GAE!

2009-04-11 Thread Pindropper Info

I just wanted to give some kudos to the whole GAE team.  I was able to
create the order processing backend on GAE in under a month for my
iPhone app: a href=http://www.pindropper.com;PicCard/a

The app lets you select a picture and recipient from you iPhone, and
send a printed postcard to them.  Without GAE, I would have had to run
my own servers and worry about uptime.  So far, the users have been
fantastically happy with the performance/availability.


Thanks again to everyone who helped get this working and to the entire
Google App engine team!

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---