[google-appengine] How to find IP address to add to blacklist

2011-05-13 Thread Kwame
Hi, I need help tracking down a possible hacker trying to access my GAE website. The person is sending multiple requests to phpMyAdmin/scripts/ setup.php I guess in an attempt to bring down my site!!! Fortunately they don't know I use GAE, and that GAE does not have this file. I really need to bla

[google-appengine] Need help understanding Appengine billing

2011-07-20 Thread Kwame
I've been using Appengine for a while, and I haven't yet exhausted my free quota. I'm running a business and I would need to set a budget for my server costs. I'm not able to understand how the billing units like CPU Time, Outgoing Bandwidth, Incoming Bandwidth & Total Stored data apply in real wor

[google-appengine] Re: Need help understanding Appengine billing

2011-07-21 Thread Kwame
of usage they have. I just need to make some rough estimates, so any examples will do. On Jul 21, 7:50 am, Johan Euphrosine wrote: > Hi Kwame, > > The current billing documentation is > here:http://code.google.com/appengine/docs/billing.html > > However later this year we wi

[google-appengine] Re: Need help understanding Appengine billing

2011-07-22 Thread Kwame
Robert > > On Jul 21, 2011 8:01 AM, "Kwame" wrote: > > > > > > > > > > > Thanks Johan, > > > I see your billing scheme, and I can sort of understand what the > > different terms mean, but it is difficult to wrap my brain around wha

[google-appengine] Re: Need help understanding Appengine billing

2011-07-25 Thread Kwame
gt; > $50 a day, I've seen apps doing tens of millions of requests a day cost $50 > > a day, and I've seen apps do over one hundred million requests in a day cost > > $500 a day. It completely depends on how intensive your app is to run. > > > Robert > >

[google-appengine] Re: Need help understanding Appengine billing

2011-07-28 Thread Kwame
w many Requests I'm getting per day? Some how, multiplying my Requests/Sec by 60 * 60 * 24 just doesn't seem right !? On Jul 21, 9:42 am, Bart Thate wrote: > Hoi Kwame, > > sample billing in which you can see what your app is going to cost in the > new billing system is goin

[google-appengine] How to use Datastore Statistics.

2011-07-29 Thread Kwame
I'm trying to use Appengine Datastore statistics in Python. The API docs (http://code.google.com/appengine/docs/python/datastore/ stats.html) show how to get stats for all entities or entities by name and property. Does anyone know of examples of how to get stats for particular entities in an appli

[google-appengine] Re: How to use Datastore Statistics.

2011-08-01 Thread Kwame
Thanks Nick. Any tips on how to get data size for entities? I looked through the Appengine Python API, and I don't see a way to get stats like size, etc. Thanks. On Aug 1, 1:57 am, "Nick Johnson (Google)" wrote: > Hi Kwame, > > We don't calculate statistics for a

[google-appengine] Need help with processing attachements with InboundMailHandler

2011-08-04 Thread Kwame
I have properly implemented InboundMailHandler and I'm able to process all other mail_message fields except mail_message.attachments. The attachement filename is read properly but the contents are not being saved in the proper mime_type: if not hasattr(mail_message, 'attachments'):

[google-appengine] Re: Need help with processing attachements with InboundMailHandler

2011-08-04 Thread Kwame
, encoded_data = attach data = encoded_data.payload if encoded_data.encoding: data = data.decode(encoded_data.encoding) On Aug 4, 6:26 pm, Kwame wrote: > I have properly implemented InboundMailHandler  and I'm able to > process all other m

[google-appengine] GAE app not recognizing backends.yaml

2011-08-29 Thread Kwame
I have a GAE app which is deployed and has other functional config files such as cron.yaml, queue.yaml. However, even though I have defined a backends.yaml, and uploaded this version to GAE, the admin console is not showing it, and I'm getting this message: "You have not created any backends for t

[google-appengine] SSL Certificates & GAE

2011-08-29 Thread Kwame
Since GAE is not yet offering site-wide SSL, is it possible to use traditional SSL certs together with a GAE app? I was thinking of using something like Verisign. Does anyone have ay experience with this? -- You received this message because you are subscribed to the Google Groups "Google App En

[google-appengine] Re: GAE app not recognizing backends.yaml

2011-08-29 Thread Kwame
RESOLVED: After adding the backends.yaml file, the GAE app needs to be manually updated from cmd line, using: appcfg.py backends . update Not sure why it dosen't work using the GoogleAppEngineLauncher On Aug 29, 12:06 pm, Kwame wrote: > I have a GAE app which is deployed and h

[google-appengine] help migrating from python2.5 to python2.7

2012-04-06 Thread Kwame
I'm trying to migrate my app to python2.7 and so far it's been a nightmare! My latest issue is that I'm getting this error: Traceback (most recent call last): File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/l

Re: [google-appengine] help migrating from python2.5 to python2.7

2012-04-06 Thread Kwame
Your right. I was missing the first line of the Traceback. ERROR 2012-04-06 20:19:30,612 webapp2.py:1553] __init__() takes exactly 1argument (3 given) Traceback (most recent call last): File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Cont

Re: [google-appengine] help migrating from python2.5 to python2.7

2012-04-06 Thread Kwame
> > Figured it out! > App using Python (Old way) import webapp import logging _URLS = [(r'/path/(.*)/(.*)', handlers.Handler)] application = webapp.WSGIApplication(_URLS, debug=True) util.run_wsgi_app(application) if __name__ == '__main__': main() App using Python2.7 impo

[google-appengine] Unable to edit Application settings in gae python app

2012-04-07 Thread Kwame
2 days ago I started the process of migrating my python gae app to python27 by creating a duplicate application in Application settings. Since then my original app's Application settings console is no longer allowing me make any changes to the Max idle instances or Min pending latency. Wheneve

Re: [google-appengine] App down due to Quotas exceeded

2012-04-07 Thread Kwame
I'm having the exact same problem now, only for me it's been 2 days, and still not able to edit my billing settings! Also I'm not able to edit my Application settings, so now my app has Max idle settings set to the maximum and Min Pending latency set to the minimum - both of these settings are

[google-appengine] Re: Admin Settings: Number of Instances of my Application

2012-04-07 Thread Kwame
The slider is not working for me either. This is the only way provided to restrict the number of instances of the app. I'm wondering if there's a bug in te system now. On Friday, April 6, 2012 7:51:44 AM UTC-4, Ijaja wrote: > > Hi, > > is there a way to restrict the number of instances for my

[google-appengine] Appengine down! how to notify my app's users?

2010-02-24 Thread Kwame
What exception hadling code can I add to my app to notify me and my users when appengine is down, so I can post an appropriate alert message? -- 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-appeng

[google-appengine] How to determine existence of properties in an Entity

2010-05-01 Thread Kwame
How does one test for the presence or absence of a particular property in an Entity? I looked through the docs: http://code.google.com/appengine/docs/python/datastore/gqlreference.html and only found this statement about it: "Note: conditions of the form property = NULL (which are equivalent) chec

[google-appengine] Tasks wont stop running

2009-08-29 Thread Kwame
I set up some tasks, and they ran correctly, but now they keep running! This is using up my daily quota for requests. How can I get it to stop? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] ImportError: cannot import name webapp

2009-01-08 Thread Kwame
I have a problem that I am unable to understand. One minute my appengine app was running fine, the next it was giving this error: ImportError: cannot import name webapp Older projects that I built on app engine seem to be working fine. The full stack trace is: ERROR2009-01-09 00:19:27,800 de

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-09 Thread Kwame
I just upgraded to version 1.2.2 and I'm getting a similar error: Exception exceptions.SystemError: 'error return without exception set' in ignored ERROR2009-05-10 00:04:36,585 __init__.py:385] __init__() got an unexpected keyword argument 'keys_only' Traceback (most recent call last): ...

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-13 Thread Kwame
I had a similar problem after upgrading to v 1.2.2 first I tried to roll back the update but I was unable to, but somehow the issue resolved after I restarted my computer. hope that helps On May 8, 1:34 pm, Rodrigo Amaral wrote: > Hello, Ryan > > My application is also broken, but shows a sligh

[google-appengine] Help with Blobstore

2011-03-06 Thread Kwame
My Photo class already has many user uploaded images stored as BlobProperty, but now my app is now using Blobstore to serve images. Is there a way to get images already saved as Blob into the Blobstore? class Photo(db.Model): image = db.BlobProperty() type = db.StringProperty() -- You re

[google-appengine] how to use domain name for ssl

2011-03-18 Thread Kwame
I'm using https://.appspot.com for ssl. Is there a way to map this url to my existing domain name so as not to show the .appspot.com url in the browser? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to go

[google-appengine] UnicodeDecodeError in Appengine deployed version, but not in Devserver

2011-03-22 Thread Kwame
'ascii' codec can't decode byte 0x8a in position 2: ordinal not in range(128) I've read so many solutions about this problem, even Nick's Blog: http://blog.notdot.net/2010/07/Getting-unicode-right-in-Python ...which addresses the problem very well. So I've been able to resolve this unicode issue

[google-appengine] Re: UnicodeDecodeError in Appengine deployed version, but not in Devserver

2011-03-22 Thread Kwame
.request.get('description'))).encode('utf-8') but that fails on both servers On Mar 22, 1:25 pm, Geoffrey Spear wrote: > On Mar 22, 12:45 pm, Kwame wrote: > > > 'ascii' codec can't decode byte 0x8a in position 2: ordinal not in > > range(128) &g

[google-appengine] Re: UnicodeDecodeError in Appengine deployed version, but not in Devserver

2011-03-23 Thread Kwame
#x27;t producing encoded unicode, so > coercing it to unicode (either without specifying an encoding or with > one) should fail spectacularly.  Use a db.BlobProperty to store binary > data, rather than trying to convert it to unicode and storing it as > text. > > On Mar 22, 7:51 pm

Re: [google-appengine] Re: Appengine down! how to notify my app's users?

2010-02-24 Thread Kwame Iwegbue
unavailable On Feb 24, 5:48 pm, Kwame wrote: What exception hadling code can I add to my app to notify me and my users when appengine is down, so I can post an appropriate alert message? -- You received this message because you are subscribed to the Google Groups "Google App Engine&quo

[google-appengine] Re: my app suddenly shows an error! yesterday, everything OK

2009-05-11 Thread Kwame Iwegbue
Check for Updates" in > GoogleAppEngineLauncher's Help menu? > > - Jason > > On Sat, May 9, 2009 at 5:08 PM, Kwame wrote: > > I just upgraded to version 1.2.2 and I'm getting a similar error: > > Exception exceptions.SystemError: 'error return without exception s