Re: [appengine-java] Re: 1.2.8 SDK Prerelease - help us verify!

2009-12-05 Thread Yasuyuki BABA
2009/12/06 14:12 Dom Derrien dominique.derr...@gmail.com: Max, I've an issue probably related to my tests that recreate an environement at each step (as unit tests usually does ;). The issue is related to the re-creation of a Queue with the same name (the default one). Here is the exception

[appengine-java] Re: 1.2.8 SDK Prerelease - help us verify!

2009-12-05 Thread baba
I'm sorry for you. I have sent a strange mail because I did a wrong operation. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this

[google-appengine] SMS Verification Code error

2009-08-10 Thread Baba Ganoush
Hi, I am trying to verify my account. I entered my mobile phone and recieved an SMS message back. The only text in the message was an 8 digit number. I tried using this to verify my account in the form provided, but it only acceptes 7 characters. Not sure, am I missing something here? Any help

[google-appengine] Query string parameter encoding

2009-08-07 Thread Baba Ganoush
Hi all, please pardon my ignorance (I am new to Python and App Engine). I am encountering an issue with a query string parameter I am trying to decrypt. The following code val = self.request.get('ciph') t\x88h{\xbe\xc2\x86\...@\xf5\xf8\xaek\xbf@ len(val) 43 obj = AES.new(conf['secretKey'],

[google-appengine] Re: Query string parameter encoding

2009-08-07 Thread Baba Ganoush
Awesome thanks, that did the trick. Thanks for the help On Aug 7, 9:26 am, Nick Johnson (Google) nick.john...@google.com wrote: Hi Baba, It looks like you're trying to pass binary data through a URL by copying and pasting it. The escape sequences that Python strings use (\xxx