[google-appengine] Launching Filtering on the Versions Page

2017-03-22 Thread 'Cody Bratt' via Google App Engine
Hi App Engine Community!

I'm a Product Manager on the Google Cloud Platform Console. I wanted to let
you know that we've been working on improving the filtering experience in
the Console and have started rolling out our first new filtering experience
on the the App Engine Versions Page.

Here is a screenshot of it in action:


It's got autocomplete functionality on both the keys and values and should
help you construct queries and filter the table faster.

Some of you may already have this new filtering and everyone should see it
over the next week or two.

As you use it, we'd love any feedback you have, specifically:

   - If there is anything we could do to the filtering or table interface
   itself to make it more useful
   - If there are other tables or pages (not limited just to App Engine)
   that you'd like to see this functionality integrated with soon
   - If you encounter any unusual behavior or problems on the Versions page

Please feel free to reply with any feedback or contact me directly!

Thanks for your time!
Cody

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CA%2BZfmZoNmZZ_NoWpZez5-W2xXiZX2K_YT3O%2B3yF0m7hWR9Ev0A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Cron job retry parameter for Python

2016-04-19 Thread Cody Li
Following this link 
https://cloud.google.com/appengine/docs/python/config/cron

At the Cron Retries section, isn't the format for retry_parameter wrong?
I can't deploy my project with the given retry parameter.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0e955c11-8f76-485a-b3fc-7c360140215b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Incorrect Geolocation lookup resulting in 403 errors

2015-10-27 Thread Cody Rowland
Hello,

We have a WordPress plugin that makes an API call to App Engine and a few 
days ago we started getting reports that a handful of customers were 
receiving Forbidden errors. After looking into the issue we discovered that 
all of the affected customers use InMotion Hosting and that all of the 
affected systems were connecting to App Engine from a specific block of IP 
addresses managed by InMotion: 198.46.80.0/20. According to InMotion 
support all of the affected servers are physically located in the greater 
Los Angeles area. 

When we run a curl that makes a simple api call from one of the servers 
having issues this is the response we get. Note: I've highlighted the text 
that makes me believe this might be a geolocation error of some kind:

* About to connect() to my.leadpages.net port 443 (#0)
*   Trying 72.14.249.204... connected
* Connected to my.leadpages.net (72.14.249.204) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
*   CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none
* SSL connection using TLS_RSA_WITH_RC4_128_SHA
* Server certificate:
* subject: CN=*.leadpages.net,OU=IT,O="Avenue 81, Inc.",L=Minneapolis,ST
=Minnesota,C=US
* start date: Nov 07 00:00:00 2014 GMT
* expire date: Apr 11 23:59:59 2016 GMT
* common name: *.leadpages.net
* issuer: CN=Symantec Class 3 Secure Server CA - G4,OU=Symantec Trust 
Network,O=Symantec Corporation,C=US
> POST /api/ HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.19.
1 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
> Host: my.leadpages.net
> Accept: */*
> Content-Length: 80
> Content-Type: application/x-www-form-urlencoded
> 
} [data not shown]
< HTTP/1.1 403 Forbidden
< Date: Wed, 21 Oct 2015 17:45:08 GMT
< Content-Type: text/html
< Server: Google Frontend
< Content-Length: 2046
< Alt-Svc: quic=":443"; p="1"; ma=604800
< 
{ [data not shown]
* Connection #0 to host my.leadpages.net left intact
* Closing connection #0
Error 
403 
(Forbidden)!!1*{margin:0;padding:0}html,code{font:15px/22px 
arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% 
auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > 
body{background:url(//www.google.com/images/errors/robot.png) 100% 5px 
no-repeat;padding-right:205px}p{margin:11px 0 
22px;overflow:hidden}ins{color:#777;text-decoration:none}a 
img{border:0}@media screen and 
(max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/errors/logo_sm_2.png)
 
no-repeat}@media only screen and 
(min-resolution:192dpi){#logo{background:url(//www.google.com/images/errors/logo_sm_2_hr.png)
 
no-repeat 0% 0%/100% 
100%;-moz-border-image:url(//www.google.com/images/errors/logo_sm_2_hr.png) 
0}}@media only screen and 
(-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/errors/logo_sm_2_hr.png)
 
no-repeat;-webkit-background-size:100% 
100%}}#logo{display:inline-block;height:55px;width:150px}403. That’s an error.
*Your client does not have permission to get URL /api/ from 
this server.  (Client IP address: 198.46.81.10)We're sorry, but 
this service is not available in your country.*







  That’s all we know.

Am I on the right track in thinking this is a geolocation issue of some 
kind? If so, how can we resolve it? Any help or guidance you can provide 
would be greatly appreciated! 

Thank you,
Cody Rowland
Technical Support Specialist
LeadPages.net

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5f0b3849-fcc0-47ae-9e83-ef832ec32f70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Incorrect Geolocation lookup resulting in 403 errors

2015-10-27 Thread Cody Rowland
Thank you very much Nick! I appreciate the assist.

On Tuesday, October 27, 2015 at 3:02:08 PM UTC-7, Nick (Cloud Platform 
Support) wrote:
>
> This sounds like an issue which should be reported to the Public Issue 
> Tracker <http://code.google.com/p/google-appengine/issues/list> as "
> type-production", since it affects specifically your deployment and needs 
> a close look by engineers. Feel free to make a posting and it'll be triaged 
> quite quickly.
>
> On Tuesday, October 27, 2015 at 12:50:39 PM UTC-4, Cody Rowland wrote:
>>
>> Hello,
>>
>> We have a WordPress plugin that makes an API call to App Engine and a few 
>> days ago we started getting reports that a handful of customers were 
>> receiving Forbidden errors. After looking into the issue we discovered that 
>> all of the affected customers use InMotion Hosting and that all of the 
>> affected systems were connecting to App Engine from a specific block of IP 
>> addresses managed by InMotion: 198.46.80.0/20. According to InMotion 
>> support all of the affected servers are physically located in the greater 
>> Los Angeles area. 
>>
>> When we run a curl that makes a simple api call from one of the servers 
>> having issues this is the response we get. Note: I've highlighted the text 
>> that makes me believe this might be a geolocation error of some kind:
>>
>> * About to connect() to my.leadpages.net port 443 (#0)
>> *   Trying 72.14.249.204... connected
>> * Connected to my.leadpages.net (72.14.249.204) port 443 (#0)
>> * Initializing NSS with certpath: sql:/etc/pki/nssdb
>> *   CAfile: /etc/pki/tls/certs/ca-bundle.crt
>>   CApath: none
>> * SSL connection using TLS_RSA_WITH_RC4_128_SHA
>> * Server certificate:
>> * subject: CN=*.leadpages.net,OU=IT,O="Avenue 81, Inc.",L=Minneapolis
>> ,ST=Minnesota,C=US
>> * start date: Nov 07 00:00:00 2014 GMT
>> * expire date: Apr 11 23:59:59 2016 GMT
>> * common name: *.leadpages.net
>> * issuer: CN=Symantec Class 3 Secure Server CA - G4,OU=Symantec Trust 
>> Network,O=Symantec Corporation,C=US
>> > POST /api/ HTTP/1.1
>> > User-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/
>> 3.19.1 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2
>> > Host: my.leadpages.net
>> > Accept: */*
>> > Content-Length: 80
>> > Content-Type: application/x-www-form-urlencoded
>> > 
>> } [data not shown]
>> < HTTP/1.1 403 Forbidden
>> < Date: Wed, 21 Oct 2015 17:45:08 GMT
>> < Content-Type: text/html
>> < Server: Google Frontend
>> < Content-Length: 2046
>> < Alt-Svc: quic=":443"; p="1"; ma=604800
>> < 
>> { [data not shown]
>> * Connection #0 to host my.leadpages.net left intact
>> * Closing connection #0
>> > content="initial-scale=1, minimum-scale=1, width=device-width">Error 
>> 403 
>> (Forbidden)!!1*{margin:0;padding:0}html,code{font:15px/22px 
>> arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% 
>> auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > 
>> body{background:url(//www.google.com/images/errors/robot.png) 100% 5px 
>> no-repeat;padding-right:205px}p{margin:11px 0 
>> 22px;overflow:hidden}ins{color:#777;text-decoration:none}a 
>> img{border:0}@media screen and 
>> (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//
>> www.google.com/images/errors/logo_sm_2.png) no-repeat}@media only screen 
>> and (min-resolution:192dpi){#logo{background:url(//
>> www.google.com/images/errors/logo_sm_2_hr.png) no-repeat 0% 0%/100% 
>> 100%;-moz-border-image:url(//
>> www.google.com/images/errors/logo_sm_2_hr.png) 0}}@media only screen and 
>> (-webkit-min-device-pixel-ratio:2){#logo{background:url(//
>> www.google.com/images/errors/logo_sm_2_hr.png) 
>> no-repeat;-webkit-background-size:100% 
>> 100%}}#logo{display:inline-block;height:55px;width:150px}> www.google.com/>> aria-label=Google>403. That’s an error.
>> *Your client does not have permission to get URL /api/ from 
>> this server.  (Client IP address: 198.46.81.10)We're sorry, but 
>> this service is not available in your country.*
>>   
>> 
>>     
>> 
>&

[google-appengine] Re: Request was aborted after waiting too long to attempt to service your request. sprees

2015-04-13 Thread Cody Landgrebe
Kaan,

Looking at the SDK release notes and current version of GAE console app 
engine release 1.9.19 notes have not been published yet; but from research 
my assumption is that the logging level was changed from info to error in 
the latest version. If you look through your logs prior to the move to .19 
I assume that you will have the same messages but logged as info.

On Saturday, April 11, 2015 at 12:02:34 PM UTC-5, Kaan Soral wrote:

 Request was aborted after waiting too long to attempt to service your 
 request.

 I've been seeing these messages a lot lately, momentarily many requests 
 log these errors, it floods the error logs

 Anyone else?


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c45d987d-83d3-4714-bde9-20f88ea089d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Can I deploy something running automatically on GAE such as a crawler?

2010-05-07 Thread Cody Swann
If by automatically, you mean you want to be able to have a process
happen every on a regular schedule, yes, cron jobs can do this

On May 7, 1:29 pm, Awaken awake...@gmail.com wrote:
 I'm not sure whether Cron Job can do this. Anyway, is there any other
 solution?

 --
 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...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/google-appengine?hl=en.

-- 
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...@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: Outage

2010-04-28 Thread Cody Swann
Doesn't appear to have started yet.

On Apr 28, 1:09 pm, vivpuri v...@vivekpuri.com wrote:
 Has the outage started?

 --
 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...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/google-appengine?hl=en.

-- 
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...@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: 500 severe error Question!

2009-09-17 Thread CODY

Hi Jeff!

Issue has been resolved!
my filename caused the exception
filename is 'time.py',the same as time module,so it's cause the
exception...

it's a stupid mistake..
but i hope  GAE can give me some tips nextime..

thx you!

On Sep 17, 5:25 am, Jeff S (Google) j...@google.com wrote:
 Hi Cody,
 Could you send us the full stack trace and show more of your code? I imagine
 that the exception is actually cause further on in your example.

 Thank you,

 Jeff

 On Mon, Sep 14, 2009 at 6:45 PM, CODY rockcody...@hotmail.com wrote:

  hello,everyone!
  the data i put in datastore follows:

  User:
  ID/Name Date user
  4029 2009-09-09 00:57:40.532377 cody

  and i would like to do the following:

  q = db.GqlQuery(SELECT * FROM User WHERE Date  date(2009,09,10))
  result = q.fetch(5)

  or:

  q = db.GqlQuery(SELECT * FROM User WHERE Date :1,date(2009,09,10))
  result = q.fetch(5)

  The idea is to find a row that has been stored earlier...

  but every time i  get a  500 severe error...

  type 'exceptions.TypeError': 'module' object is not callable
  Traceback (most recent call last):

  How can I solve this??

  Thanks in advance,CODY
--~--~-~--~~~---~--~~
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] 500 severe error Question!

2009-09-15 Thread CODY

hello,everyone!
the data i put in datastore follows:

User:
ID/Name Date user
4029 2009-09-09 00:57:40.532377 cody

and i would like to do the following:

q = db.GqlQuery(SELECT * FROM User WHERE Date  date(2009,09,10))
result = q.fetch(5)

or:

q = db.GqlQuery(SELECT * FROM User WHERE Date :1,date(2009,09,10))
result = q.fetch(5)

The idea is to find a row that has been stored earlier...

but every time i  get a  500 severe error...

type 'exceptions.TypeError': 'module' object is not callable
Traceback (most recent call last):

How can I solve this??

Thanks in advance,CODY




--~--~-~--~~~---~--~~
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: Cron Jobs Not Running (July 20th)

2009-07-21 Thread Cody

Yep, mine stopped this morning around 8am CST.

On Jul 20, 8:23 pm, Vignesh vignesh.isqu...@gmail.com wrote:
 same problem here ... ny crons on multyple applications have stopped
 running... and it has been around 6 hours...

 On Jul 20, 5:50 pm, Bill Mers bill.w.m...@gmail.com wrote:



  we are having the same problem on all of our production applications.
  existing cron jobs have stopped running, and new cron jobs never
  execute.

  Bill

  On Jul 21, 8:56 am, vivpuri vivpu...@gmail.com wrote:

   cron jobs for one of my application are also not running.

   Vivek

   On Jul 20, 7:00 pm, Brian bsmcconn...@gmail.com wrote:

Is anyone else having a problem with cron today? None of my cron jobs
have run for several hours (task queues are working fine).

Note to Google: you should include information about cron, and task
queues in the status page.

--~--~-~--~~~---~--~~
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] Phone problems

2008-12-18 Thread Cody

I am trying to activate my phone, but cant.
I am using Google Apps Standard with the New Zealand, Telecom Mobile,
0275444990 or internationally +64275444990

Using the url: http://www.appspot.com/a/codynz.com, I then click
start, and then get sent to: http://appengine.google.com/permissions/smssend,
where I enter my international phone number, and get the error
message: The phone number has been sent too many messages or has
already been used to confirm an account.

I have used it with my GMail account as well, could this be the
problem??

--~--~-~--~~~---~--~~
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] Having problems starting up the app server itself, please help me!

2008-12-18 Thread Cody

I am having trouble trying to start the app server, I am using Python
2.5 on Windows XP SP3, and am trying to start it with the command:
dev_appserver.py helloworld.every time the error seems to be
different, but the command window just closes and doesnt bind to
localhost:8080.

Any help would be appreciated.
Thanks,
--Cody
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---