[google-appengine] Re: Log errors that don't make sense to me

2008-09-28 Thread Daniel

Thanks Ross, I think that was it.  I did have a logging.debug() in
there, I just didn't expect that to show up in the "error" section.
But looks like it may have been.  Thanks!

D

On Sep 28, 8:06 pm, Ross Ridge <[EMAIL PROTECTED]> wrote:
> Daniel wrote:
> > I've recently connected my appengine powered game to facebook.  I have
> > appengine serving up the facebook pages and I'm getting some errors in
> > the logs that really don't look like errors to me.. looks more like a
> > log of a transaction to facebook.  Any ideas why this would be
> > considered an error?  Makes it hard to spot real errors since these
> > are taking over my logs:
>
> It looks like those messages are generated by logging.debug() and/or
> logging.error() lines in your code.
>
>                            Ross Ridge
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Log errors that don't make sense to me

2008-09-28 Thread Ross Ridge

Daniel wrote:
> I've recently connected my appengine powered game to facebook.  I have
> appengine serving up the facebook pages and I'm getting some errors in
> the logs that really don't look like errors to me.. looks more like a
> log of a transaction to facebook.  Any ideas why this would be
> considered an error?  Makes it hard to spot real errors since these
> are taking over my logs:

It looks like those messages are generated by logging.debug() and/or
logging.error() lines in your code.

   Ross Ridge

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Log errors that don't make sense to me

2008-09-28 Thread Daniel

Thanks very much!  We weren't completely sure appengine would work out
for this sort of interactive game, but it's done quite well.


On Sep 28, 2:35 pm, iceanfire <[EMAIL PROTECTED]> wrote:
> I can't really help you with this issue. but I just wanted to say:
> Your app is amazing.
>
> On Sep 27, 8:56 pm, Daniel <[EMAIL PROTECTED]> wrote:
>
> > I've recently connected my appengine powered game to facebook.  I have
> > appengine serving up the facebook pages and I'm getting some errors in
> > the logs that really don't look like errors to me.. looks more like a
> > log of a transaction to facebook.  Any ideas why this would be
> > considered an error?  Makes it hard to spot real errors since these
> > are taking over my logs:
>
> > (I've put XXX in place of some of the id's)
>
> > #
> > 09-27 10:36AM 59.769 /fb/?
> > auth_token=ec4e556b4a12e9d1175XXX082841&installed=1 200 434ms
> > 23mcycles 4kb
> > See details
>
> > 69.63.176.88 - - [27/09/2008:10:37:00 -0700] "POST /fb/?
> > auth_token=ec4e556b4a12e9d1175XXX082841&installed=1 HTTP/1.1" 200 4668
> > - -
>
> > #
> > D 09-27 10:36AM 59.773
>
> > GotPost:POST /fb/?auth_token=ec4e556b4a12e9d1175XXX082841&installed=1
>
> > #
> > E 09-27 10:37AM 00.200
>
> > Accept: */*
>
> > #
> > E 09-27 10:37AM 00.200
>
> > Content-Length: 1149
>
> > #
> > E 09-27 10:37AM 00.200
>
> > Content-Length: 1149
>
> > #
> > E 09-27 10:37AM 00.200
>
> > Content-Type: application/x-www-form-urlencoded
>
> > #
> > E 09-27 10:37AM 00.200
>
> > Content-Type: application/x-www-form-urlencoded
>
> > #
> > E 09-27 10:37AM 00.200
>
> > Cookie:
>
> > #
> > E 09-27 10:37AM 00.200
>
> > Host:www.guessasketch.com
>
> > #
> > E 09-27 10:37AM 00.200
>
> > Pragma: no-cache
>
> > #
> > E 09-27 10:37AM 00.200
>
> > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:
> > 1.9.0.2) Gecko/2008091620 Firefox/3.0.2,gzip(gfe),gzip(gfe)
>
> > #
> > E 09-27 10:37AM 00.200
>
> > X-Fb-User-Remote-Addr: 91.111.26.224
>
> > #
> > E 09-27 10:37AM 00.200
>
> > #
> > E 09-27 10:37AM 00.200
>
> > fb_sig_in_canvas=1&fb_sig_request_method=GET&fb_sig_friends=5193X1046%2C52X536228%2CX42425600%2C5458X3876&fb_sig_position_fix=1&fb_sig_locale=en_US&fb_sig_in_new_facebook=1&fb_sig_time=1222537019.5219&fb_sig_added=1&fb_sig_profile_update_time=1222463399&fb_sig_user=613441318&fb_sig_session_key=b356d1a9f51eXXXd-686449918&fb_sig_expires=1222623419&fb_sig_api_key=a2c4XXX6976607d&fb_sig=188ee14XXX0a0ed949c531
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Log errors that don't make sense to me

2008-09-28 Thread iceanfire

I can't really help you with this issue. but I just wanted to say:
Your app is amazing.

On Sep 27, 8:56 pm, Daniel <[EMAIL PROTECTED]> wrote:
> I've recently connected my appengine powered game to facebook.  I have
> appengine serving up the facebook pages and I'm getting some errors in
> the logs that really don't look like errors to me.. looks more like a
> log of a transaction to facebook.  Any ideas why this would be
> considered an error?  Makes it hard to spot real errors since these
> are taking over my logs:
>
> (I've put XXX in place of some of the id's)
>
> #
> 09-27 10:36AM 59.769 /fb/?
> auth_token=ec4e556b4a12e9d1175XXX082841&installed=1 200 434ms
> 23mcycles 4kb
> See details
>
> 69.63.176.88 - - [27/09/2008:10:37:00 -0700] "POST /fb/?
> auth_token=ec4e556b4a12e9d1175XXX082841&installed=1 HTTP/1.1" 200 4668
> - -
>
> #
> D 09-27 10:36AM 59.773
>
> GotPost:POST /fb/?auth_token=ec4e556b4a12e9d1175XXX082841&installed=1
>
> #
> E 09-27 10:37AM 00.200
>
> Accept: */*
>
> #
> E 09-27 10:37AM 00.200
>
> Content-Length: 1149
>
> #
> E 09-27 10:37AM 00.200
>
> Content-Length: 1149
>
> #
> E 09-27 10:37AM 00.200
>
> Content-Type: application/x-www-form-urlencoded
>
> #
> E 09-27 10:37AM 00.200
>
> Content-Type: application/x-www-form-urlencoded
>
> #
> E 09-27 10:37AM 00.200
>
> Cookie:
>
> #
> E 09-27 10:37AM 00.200
>
> Host:www.guessasketch.com
>
> #
> E 09-27 10:37AM 00.200
>
> Pragma: no-cache
>
> #
> E 09-27 10:37AM 00.200
>
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:
> 1.9.0.2) Gecko/2008091620 Firefox/3.0.2,gzip(gfe),gzip(gfe)
>
> #
> E 09-27 10:37AM 00.200
>
> X-Fb-User-Remote-Addr: 91.111.26.224
>
> #
> E 09-27 10:37AM 00.200
>
> #
> E 09-27 10:37AM 00.200
>
> fb_sig_in_canvas=1&fb_sig_request_method=GET&fb_sig_friends=5193X1046%2C52X536228%2CX42425600%2C5458X3876&fb_sig_position_fix=1&fb_sig_locale=en_US&fb_sig_in_new_facebook=1&fb_sig_time=1222537019.5219&fb_sig_added=1&fb_sig_profile_update_time=1222463399&fb_sig_user=613441318&fb_sig_session_key=b356d1a9f51eXXXd-686449918&fb_sig_expires=1222623419&fb_sig_api_key=a2c4XXX6976607d&fb_sig=188ee14XXX0a0ed949c531
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---