[google-appengine] Google Checkout with GAE?

2010-03-27 Thread bvelasquez
Recently, has anyone had success integrating GAE with Google Checkout and Subscriptions using a Python wrapper? I looked at gchecky but see no example of integrating that with GAE or the beta subscription option. I'm searching for an example implementation before I dive in and figure it all out f

[google-appengine] Deployment error.

2010-05-14 Thread bvelasquez
I've been getting this for a while in trying to deploy my app. google_appengine/google/appengine/tools/https_wrapper.py", line 136, in https_open return self.do_open(http_class_wrapper, req) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/urllib2.py", line 1082, in do_

[google-appengine] TransientError adding to queue..

2010-05-20 Thread bvelasquez
Specific error is below. I am continually getting this error now. Additionally, 500 errors deploying to app engine when it gets to the CRON/Index phase. Any clues what the transient error is and why I might be getting this now? Barry [ADD TASK] exception adding task. Traceback (most recent call

[google-appengine] Re: App Engine Serious Trouble Started 10 minutes ago

2010-05-20 Thread bvelasquez
I'm getting TransientError exceptions also. 500 errors on deploy. Barry On May 20, 1:35 pm, Waleed Abdulla wrote: > Checked my other app and it's having the same issue. Task queue tasks are > being executed but the dashboard thinks they're not, and the datastore is > returning A TON of failures

[google-appengine] Re: App Engine Serious Trouble Started 10 minutes ago

2010-05-20 Thread bvelasquez
this error message and the query that caused it. On May 20, 1:53 pm, Waleed Abdulla wrote: > Looks like it's back to normal now. The issues started at 12:54pm and lasted > until 1:35pm. A total of 41 minutes. > > Waleed > > > > > > On Thu, May 20, 2010 at 1:4

[google-appengine] App Engine having issues again?

2010-05-24 Thread bvelasquez
http://www.jacobsix.com (jacob-6) is down again. Anyone else having issues with GAE? Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. -- You

[google-appengine] Re: 500 errors

2010-05-24 Thread bvelasquez
Yes, just posted on this. My site is down, both the app and the admin. 500's and the following: Internal Server Error ControllerInitError: Initialize Session Error! Traceback Traceback (most recent call last): dispatcher.py:126 in dispatch File "/base/data/home/apps/jacob-6/ release.342093

[google-appengine] Errors and quotas..

2009-07-15 Thread bvelasquez
Hello, I'm curious if returning an error on a request still counts towards your quota? I have a request that is being made, which is not authorized based on my sites security. I return an error immediately. However, does this request still count? Could someone basically make repeated requests

[google-appengine] Is it a bad GAE day??

2009-08-18 Thread bvelasquez
All of my apps are timing out or returning deadline exceeded errors. I know they just had maintenance, but it seems like my apps are not recovering. So far, my apps are non-functional. Anyone else experiencing this? --~--~-~--~~~---~--~~ You received this messag

[google-appengine] Re: AppEngine Crashing

2009-08-18 Thread bvelasquez
My applications also are deadline exceeding and timing out. Running slooww... Why does this always happen when I just push out a new app and start marketing it to users?? :) Barry On Aug 18, 12:24 pm, Frank wrote: > same here... > > google? anyone listening? > > On Aug 18, 12:19 pm, vivpuri

[google-appengine] Question on increasing performance..

2009-08-23 Thread bvelasquez
http://pastie.org/592489 If you can help me answer this question, I would appreciate it. The above code takes the following ~ time: 1370ms 1725cpu_ms 670api_cpu_ms. Changing the query to return the Actions bumps it up to : 2311ms 3050cpu_ms 1018api_cpu_ms Changing the Action.get() to use the l

[google-appengine] Performance of site seems much slower after maintenance.

2009-09-02 Thread bvelasquez
Hello, My application (ID: jacob-6) seems to be performing worse after the maintenance of yesterday. I have not made any significant changes that would affect performance to this degree, but I definitely see a change since yesterday. Requests are taking much longer and is unpredictable. For e

[google-appengine] Re: Performance of site seems much slower after maintenance.

2009-09-03 Thread bvelasquez
-Original Message- > From: google-appengine@googlegroups.com > > [mailto:google-appeng...@googlegroups.com] On Behalf Of Sylvain > Sent: Thursday, September 03, 2009 12:03 AM > To: Google App Engine > Subject: [google-appengine] Re: Performance of site seems much slower aft

[google-appengine] Re: Performance of site seems much slower after maintenance.

2009-09-03 Thread bvelasquez
in > Sent: Thursday, September 03, 2009 12:03 AM > To: Google App Engine > Subject: [google-appengine] Re: Performance of site seems much slower after > maintenance. > > For my part, all seem faster... > > On Sep 3, 4:01 am, bvelasquez wrote: > > Hello, > > >

[google-appengine] Re: Performance of site seems much slower after maintenance.

2009-09-03 Thread bvelasquez
my side. Very frustrating. Barry On Sep 3, 8:35 am, Dennis wrote: > i'm getting a similar response: 16 sec the first time, then sub-second > after that. > wonder if it has anything to do with the gmail maintenance and > subsequence downtime that occurred a a few days ago... &g

[google-appengine] XMPP not working for me..

2009-09-03 Thread bvelasquez
Hello, I gave the XMPP API a try and it does not work for me. The bot is active and in my IM contact list. I created the post handler following the API instruction: class XmppHandler(webapp.RequestHandler): def post(self): logging.info("XMPP Received.")

[google-appengine] Re: XMPP not working for me..

2009-09-04 Thread bvelasquez
; service in order to receive messages ? > See:http://code.google.com/intl/fr-FR/appengine/docs/python/xmpp/overview... > > -- > Jeremy > > On Sep 4, 7:21 am, bvelasquez wrote: > > > > > Hello, > > > I gave the XMPP API a try and it does not work for me

[google-appengine] Re: XMPP not working for me..

2009-09-04 Thread bvelasquez
script: main.py inbound_services: - xmpp_message I added the url /_ah/xmpp/message/chat/.* to point to bot.py. Maybe it should be /_ah/xmpp/message/.*? I'll try that. This needs to run alongside my current site. On Sep 4, 6:56 am, "Nick Johnson (Google)" wrote: > Hi bvel

[google-appengine] Re: XMPP not working for me..

2009-09-04 Thread bvelasquez
someone else has an app ID of jacob6?? Why did it go active? Barry On Sep 4, 11:24 am, bvelasquez wrote: > Hello Nick, > > Sorry for the confusion.  I meant to say that even the default > unknown_command is not responding with the default response.  I'm sure > it'

[google-appengine] Re: DeadlineExceededError Errors for 5% of all Requests Since 9-2 4AM

2009-09-05 Thread bvelasquez
/project/userlist/agdqYWNvYi02cg4LEgdQcm9qZWN0GIUQDA 200 22522ms 1299cpu_ms 94api_cpu_ms Currently, my response times are horrible. This request usually takes 200ms or less, and I optimized it to use memcache as much as possible. Now, this simple request is taking 22 seconds! This seems to be

[google-appengine] Re: DeadlineExceededError Errors for 5% of all Requests Since 9-2 4AM

2009-09-08 Thread bvelasquez
I received my first DeadlineExceeded after many responses taking 25 seconds or more at http://www.jacobsix.com (jacob-6) These responses normally take 200-300ms to complete. I'm sure there is a reasonable explanation for this behavior given the complexity of the Google network. I just wish some

[google-appengine] Re: Poor app performance: periods of very high latency

2009-09-18 Thread bvelasquez
I'm experiencing this also (app: jacob-6). 2 Sept. is when I started noticing the issue. Mostly in the morning (PST). Later in the day, the app is very fast, and responses come back after 200ms. In the morning, these same requests can take up 2ms. Barry On Sep 18, 9:28 am, johnP wrote:

[google-appengine] What changed? Site is completely down.

2009-10-12 Thread bvelasquez
datastore_types.py:641File "/base/python_lib/versions/1/google/ appengine/api/datastore_types.py", line 641, in __str__ if self._str is None: AttributeError: 'Key' object has no attribute '_str' I am getting this error across the site now. Nothing on my end has changed. I cannot conver

[google-appengine] Re: What changed? Site is completely down.

2009-10-12 Thread bvelasquez
> > And yes, we're working on a real fix too right now. > > On Mon, Oct 12, 2009 at 3:47 PM, bvelasquez wrote: > > > datastore_types.py:641    File "/base/python_lib/versions/1/google/ > > appengine/api/datastore_types.py", line 641, in __str__ > &g

[google-appengine] Re: What changed? Site is completely down.

2009-10-14 Thread bvelasquez
McAlister wrote: > > > It's an issue in the 1.2.6 release we're pushing out to the backends > > today. If you tell me your app id (off-list is ok) I can move your app > > to a 1.2.5 appserver and that will fix this your app. > > > And yes, we're working o

[google-appengine] Re: AttributeError: 'Key' object has no attribute '_str'

2009-10-14 Thread bvelasquez
Just checking the status of this. My app was moved to the 1.2.5 server yesterday after this started happening. The 1.2.6 release is out, so I'm wondering if my app (jacob-6) is on 1.2.6 or still on 1.2.5? Barry On Oct 13, 5:24 pm, RollingCircle wrote: > At the moment, even a quick "Whoops - w

[google-appengine] Error every time I make a change to mail_handlers.InboundMailHandler code

2009-10-15 Thread bvelasquez
I get the following error each time I make a change to the code when I attempt to test it through the Development Console. The link below the error is the code that I am using to test the new receive email API. If I stop and restart the development server, the error goes away. I change one line

[google-appengine] Associating receive email address with account.

2009-10-15 Thread bvelasquez
Hello, I would like to send mail as the same address I expect replies for the Email Receiver. For example, the email for receiving is jacob...@jacob-6.appspotmail.com. This is not a registered administrator of the application and I'm not sure you can do this. Can I send as this address successfu

[google-appengine] AttributeError _key again? Seeing this again. Any ideas?

2009-10-23 Thread bvelasquez
# 1. 10-22 03:41PM 17.934 /action/delete/ agdqYWNvYi02cg0LEgZBY3Rpb24Y5UcM 500 595ms 787cpu_ms 651api_cpu_ms 0kb Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5,gzip(gfe),gzip(gfe) See details 12.104.144.2 - - [22/Oct/2009

[google-appengine] Re: App Engine Down Now? 2:55pm PT

2009-11-09 Thread bvelasquez
Yes, my app also (http://www.jacobsix.com app-id: jacob-6). Gone..gone..gone.. Barry On Nov 9, 2:57 pm, Scott wrote: > Hitting our app and getting 500 Server Error 100% of the time. > > It is 2:55pm PT on Monday, 11/9. > > Anybody else seeing issues? --~--~-~--~~~--

[google-appengine] Re: App Engine Down Now? 2:55pm PT (over quote being reported when no traffic is going to the site , ie only one or two requests in the logs)

2009-11-09 Thread bvelasquez
"Request was aborted after waiting too long to attempt to service your request. Most likely, this indicates that you have reached your simultaneous active request limit. This is almost always due to excessively high latency in your app. Please see http://code.google.com/appengine/docs/quotas.html

[google-appengine] Re: App Engine Down Now? 2:55pm PT (over quote being reported when no traffic is going to the site , ie only one or two requests in the logs)

2009-11-09 Thread bvelasquez
"Request was aborted after waiting too long to attempt to service your request. Most likely, this indicates that you have reached your simultaneous active request limit. This is almost always due to excessively high latency in your app. Please see http://code.google.com/appengine/docs/quotas.html

[google-appengine] Re: App Engine Down Now? 2:55pm PT (over quote being reported when no traffic is going to the site , ie only one or two requests in the logs)

2009-11-09 Thread bvelasquez
Yeah, I'm back. On Nov 9, 4:30 pm, Ben Wu wrote: > We appear to be live again --www.onshortnotice.com. > > On Nov 9, 4:21 pm, Ben from He3 wrote: > > > I am having the same issue for my application id 'my-web-brain' > > > "Error: Server Error > > The server encountered an error and could not co

[google-appengine] Keyword search in TextProperty

2009-11-16 Thread bvelasquez
Hello, I have an existing TextProperty, and I would like to implement keyword search. Can anyone suggest a method or point me to an article on the best way to achieve this using GAE. Thanks in advance. Barry -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Loading static image into images.Image()??

2008-10-11 Thread bvelasquez
Hello, Hope you all can help me with this problem. There may be a simple way of doing this that is escaping me given my limited experience in the GAE/Python world. I'd like to respond with an Image stored with a Guest record. If the guest has not uploaded an avatar yet, I'd like to respond wit

[google-appengine] Chat room about Google App Engine...

2008-10-30 Thread bvelasquez
If anyone is interested, I put up a room on TaPingYa (which is my use of Google App Engine), to chat live about Google App Engine development. Of course, I'd love any feedback on the site also. http://tapingya.appspot.com/room?room_id=3704 If anyone has had issues with high CPU usage, or knows

[google-appengine] Re: Chat room about Google App Engine...

2008-10-30 Thread bvelasquez
e channel, #appengine on freenode.net IRC. > > > > On Thu, Oct 30, 2008 at 8:22 PM, bvelasquez <[EMAIL PROTECTED]> wrote: > > > If anyone is interested, I put up a room on TaPingYa (which is my use > > of Google App Engine), to chat live about Google App Engine >

[google-appengine] Re: Anchors to other pages.

2008-11-02 Thread bvelasquez
Your handlers "get" method for the "otherPage" will be called. You would then do whatever you need to do, such as render the new page. Barry ~ Google App Engine Chat http://tapingya.appspot.com/room?room_id=3704 On Nov 2, 6:07 am, Massimiliano Giovine <[EMAIL PROTECTED]> wrote: > does i

[google-appengine] Re: Chat room about Google App Engine...

2008-11-04 Thread bvelasquez
ou have them, > and respond when you see someone else. i can only say that adding > different channels or chatrooms wont help to increase the traffic in > any of them. > > > > On Fri, Oct 31, 2008 at 1:59 AM, bvelasquez <[EMAIL PROTECTED]> wrote: > > > I went to the

[google-appengine] Sending email's to multiple recipients..

2008-11-05 Thread bvelasquez
Hello, I would like to send an email to multiple recipients with one call. Is there a way to make sure the other email addresses are hidden without sending an individual email to each? Barry --~--~-~--~~~---~--~~ You received this message because you are subscribe

[google-appengine] Re: Sending email's to multiple recipients..

2008-11-15 Thread bvelasquez
Oh! So obvious, thank you. On Nov 5, 2:10 pm, "David Symonds" <[EMAIL PROTECTED]> wrote: > On Wed, Nov 5, 2008 at 9:57 AM, bvelasquez <[EMAIL PROTECTED]> wrote: > > I would like to send an email to multiple recipients with one call. > > Is there a way to ma

[google-appengine] Re: Best way to implement an app which collects info from the net?

2008-11-24 Thread bvelasquez
GAE has limits on how long a request can take before it times out, so long running collection processes within a GAE request wouldn't work. Additionally, there is no scheduler service in GAE at this time, so there is no way to periodically go out and collect the data. You would have to do this ex

[google-appengine] Re: How to open .html in .py file?

2008-11-24 Thread bvelasquez
- url: /static static_dir: static I do the above. Then, any html file I want to display directly I path to static. So, if I had an index.html, the url would be: http://myapp.appspot.com/static/index.html Barry http://tapingya.appspot.com On Nov 22, 10:47 pm, "[EMAIL PROTECTED]" <[EMAIL PRO

[google-appengine] Re: Data Store Timeouts

2008-12-08 Thread bvelasquez
Hello, I am getting the same errors across my site. It is effectively down for the count right now. This usually clears itself up, but it has been going on for quite a while now. Anyone else seeing this today? Barry On Dec 8, 12:51 pm, gee <[EMAIL PROTECTED]> wrote: > An additional error we

[google-appengine] Googe App Engine and Friend Connect...

2008-12-15 Thread bvelasquez
I added Google's Friend Connect to my GAE application. Now, there are two sign in steps on my site. One to authenticate using GAE users and the other for Friend Connect. This is not desirable and I was wondering if anyone knew of the method for integrating the two so there is only one sign-in.

[google-appengine] Re: Googe App Engine and Friend Connect...

2008-12-16 Thread bvelasquez
Connect or Facebook Connect or OpenId > etc... > > That way a user would have the possibility to log in via different > auth providers and different accounts but link this different logins > to one user profile in your application. > > Hope that helps. > > On 16 Dez., 03

[google-appengine] I cannot deploy, anyone else having this?

2009-04-15 Thread bvelasquez
2009-04-15 15:23:07,473 ERROR appcfg.py:1235 An unexpected error occurred. Aborting. Traceback (most recent call last): File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ GoogleAppEngine-default.bundle It deployed fine earlier today. Minor changes to source code only. Any idea

[google-appengine] Entire site down now..

2009-04-15 Thread bvelasquez
Error: Not Found The requested URL / was not found on this server. My entire site is gone now. http://www.tapingya.com or http://tapingya.appspot.com Is this just me or a GAE issue? Barry --~--~-~--~~~---~--~~ You received this message because you are subscribed

[google-appengine] Re: Entire site down now..

2009-04-15 Thread bvelasquez
> The timing of this is TERRIBLE for me.  Biggest few hours of the year > for my particular application are about to happen between 4pm and 10pm > PST tonight.  PLEASE Google help! > > Ben > > On Apr 15, 3:32 pm, bvelasquez wrote: > > > Error: Not Found > > The reques

[google-appengine] Re: Entire site down now..

2009-04-15 Thread bvelasquez
Ok, the version of the application (the only version I have) was not "default." I clicked the "Make Default" button and now the site is running again. I did not change this, so I'm not sure why this affected my app. today. Barry On Apr 15, 3:39 pm, bvelasquez wrot

[google-appengine] Re: Site down again..

2009-05-01 Thread bvelasquez
This is all I get when I try to access the dashboard. Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. On May 1, 12:11 pm, bvelasquez wrote

[google-appengine] Site down again..

2009-05-01 Thread bvelasquez
My site http://www.tapingya.com is down again. Server errors. I cannot even reach the dashboard. Anyone else in this situation? Barry --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To p

[google-appengine] Receiving 503 errors today..

2009-05-27 Thread bvelasquez
All day http://www.tapingya.com is receiving 503 errors on requests. This is different than the usual "timeout" I always get during the day. I checked the system status and there does not seem to be any outages reports. Just wondering if anyone else is experiencing issues today. Barry --~--~---

[google-appengine] Garbled response...

2009-05-27 Thread bvelasquez
On some responses, I receive a garbled page, example below. This began today, as well as an increase in 503 errors. What the?? I'm digging into any changes I may have made to cause this. However, from yesterday to today, there were not many. The logs do not show anything unusual. Anyone have

[google-appengine] Re: Receiving 503 errors today..

2009-05-27 Thread bvelasquez
Server Error The service you requested is not available at this time.Service error -27. This is the error I'm receiving. Happens every 4-5 requests. Barry On May 27, 2:46 pm, bvelasquez wrote: > All dayhttp://www.tapingya.comis receiving 503 errors on requests. > This is differe

[google-appengine] Re: Receiving 503 errors today..

2009-05-27 Thread bvelasquez
BTW. AppID is : tapingya The log does not show these 503 errors. On May 27, 4:45 pm, bvelasquez wrote: > Server Error > The service you requested is not available at this time.Service > error -27. > > This is the error I'm receiving.  Happens every 4-5 requests. > >

[google-appengine] Re: Receiving 503 errors today..

2009-06-04 Thread bvelasquez
Receiving the 503 errors again today. Nothing in the log to indicate why. Any ideas? Barry On May 27, 4:48 pm, bvelasquez wrote: > BTW.  AppID is : tapingya > > The log does not show these 503 errors. > > On May 27, 4:45 pm,bvelasquez wrote: > > > Server Error >

[google-appengine] Re: Garbled response...

2009-06-04 Thread bvelasquez
n image)? My first guess > would be that the Content-Type header in the response is incorrect so the > browser is not correctly interpreting the response from the server. > > Cheers, > > Jeff > > On Wed, May 27, 2009 at 3:32 PM, bvelasquez wrote: > > On some responses, I

[google-appengine] Frequent Timeouts - do they count towards quota??

2009-06-24 Thread bvelasquez
Now that the quota has been reduced for free accounts, I am much more concerned over the timeouts and if the CPU time for these timeouts count towards the quota. The CPU time used when a timeout occurs is much longer than a successful request. I have yet to figure out why I get timeouts on certa