[google-appengine] DOS error

2010-04-22 Thread Jairo Vasquez Moreno
Hi,

I deleted my dos.yaml file and I update. Then when I go to blacklists it
shows GAE error page.

Also It seems my content is blocked from some parts

Any idea?

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
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] Cron Schedule Format

2010-03-29 Thread Jairo Vasquez Moreno
Hi,

I'm getting this error when I update my app:

Unable to assign value 'every day 04:00' to attribute 'schedule'

But the cron seems to work properly.

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
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] HTTPS in GAE

2010-03-26 Thread Jairo Vasquez Moreno
Hi,

When can we have expect to have HTTPS with different domains (Google
apps)  than appspot.com :S Please

Thanks a lot

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
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] Timezones in properties

2010-03-10 Thread Jairo Vasquez Moreno
Hi,

Is there a clean way (without having to change TZ environment
variable) to set the timezone of a property using auto_now so eveytime
my entity is updated time is in the timezone I need.

Thanks in advance

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
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] Quota error HELP!

2010-03-08 Thread Jairo Vasquez Moreno
Im getting this error:

Request was aborted after waiting too long to attempt to service your
request. Most likely, this indicates that you have reached your
simultaneous dynamic request limit. This is almost always due to
excessively high latency in your app. Please see
http://code.google.com/appengine/docs/quotas.html for more details.

App id: paymentez

PLS HELP

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
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] More developers

2010-03-02 Thread Jairo Vasquez Moreno
Hi all,

Is there a way to increase the limit 15 developers?

Thanks in advance

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
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] Python inheritance vs Polymodel

2010-02-25 Thread Jairo Vasquez Moreno
Hi all,

I would like to refactor all my models but I need some assistance. Now I
have 4 separated models, each of them has a rate of 2 per second creation of
the entity.  From how I'm modeling the new scheme of models there is a new
parent model that have 4 childs. The problem is that with the current write
rate of those models I started to see too much contention error, I think
that is caused because for each write GAE create index entries.

I know that if I create a polymodel all four kind of entities will be stored
in GAE as one model kind (parent) so I think for each child index everything
will go now to the same entity so everything will go worst.

Is it better if I just use db.Model for the parent model and use python
inheritance for childs? What do I lost from GAE functions or something if I
don't user polymodel? Am I wrong about indexes and contention for
polymodel-child entities?

Thanks in advance

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
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] GAE Bug about memcache

2010-02-24 Thread Jairo Vasquez Moreno
Hi all,

I moved my models to another folder and then when I uploaded those changes,
there was a memcache error saying that model was not found. I had to do
flush_all and everything started to work. Is that a memcache bug? Is
memcache using the path of the model for data saved in memcache?

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
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] Value indexed when None?

2010-02-23 Thread Jairo Vasquez Moreno
Hi Nick,

I know every write to Datastore creates an index entry for each indexable
value. But when a value is not set (None) will an index entry be created?

My doubt is, is it better to let a property None and then filter by
property=None or set the with something e.g property=-1 and then filter by
property=-1. Because I'm leaving a property as None and then doing some
stuff with those entity with None but this is generating more
DeadLineExcedeed errors as expected (even decreasing the number of entities
to fetch) so I think maybe the filter is getting to much time and I don't
know what else could be.

Thanks in advance.

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
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] Delete developer users

2010-02-11 Thread Jairo Vasquez Moreno
Hi,

I'm trying to delete developer users using the dashboard and It is just not
working. Unless is there a way to get increased the 15 limitation?

Thanks

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

-- 
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] weird TemplateDoesNotExist error

2009-11-18 Thread Jairo Vasquez Moreno
Hi,

I'm getting a lot of TemplateDoesNotExist errors (It's not always,
sometimes GAE raise it). And this is not because a statir dir. It's
weird because the template works but sometimes I see that error, so
it's not about that it doesnt exist. I have like 40 request per second
that fetch the template, maybe that's the reason? Is there a way to
optimize the rendering of a template? maybe using memcache?

Thanks a lot

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

--

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=.




[google-appengine] import os

2009-11-03 Thread Jairo Vasquez Moreno

Hi,

Im getting a google.appengine.runtime.DeadlineExceededError error when
I call import os.

Is this an error?

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

--~--~-~--~~~---~--~~
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] DownloadError: ApplicationError: 5 - Urgent

2009-10-29 Thread Jairo Vasquez Moreno

Hi all,

In last few I've seen an important increment of this error:

DownloadError: ApplicationError: 5
..
.
File /base/python_lib/versions/1/google/appengine/api/urlfetch.py,
line 241, in fetch
   return rpc.get_result()
 File /base/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py,
line 478, in get_result
   return self.__get_result_hook(self)
 File /base/python_lib/versions/1/google/appengine/api/urlfetch.py,
line 331, in _get_fetch_result
   raise DownloadError(str(err))
DownloadError: ApplicationError: 5

That happens when I make post requests, is there any problem with the
urlfetch api, please I need to know this

Thanks in advance

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com
Medellin - Colombia

--~--~-~--~~~---~--~~
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] Access to create applications

2009-10-01 Thread Jairo Vasquez Moreno

Hi,

I'm not in US and Im trying to create an app but Im not receiving the
sms, could someone from google give me access to create applications?
I think my carrier is not supported.

Thanks in advance

-- 
Jairo Vasquez Moreno
Mentez Developer
www.mentez.com

--~--~-~--~~~---~--~~
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] Indexes are not updating in my application

2009-08-24 Thread Jairo Vasquez Moreno
Hi,
My indexes are not updating. It always give me Server Error (500) but
application is updated. I need to updates my indexes. Could you please reset
my indexes?

Application ID: maravilhas09

Please, regards,

-- 
Jairo Vasquez Moreno
Mentez Developer

--~--~-~--~~~---~--~~
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] PagerQuery - generate bookmark from entity

2009-08-13 Thread Jairo Vasquez Moreno
Hi,

Im using this efficient pager:

http://appengine-cookbook.appspot.com/recipe/efficient-paging-for-any-query-and-any-model/?id=ahJhcHBlbmdpbmUtY29va2Jvb2tylwELEgtSZWNpcGVJbmRleCI8YWhKaGNIQmxibWRwYm1VdFkyOXZhMkp2YjJ0eUZ3c1NDRU5oZEdWbmIzSjVJZ2xFWVhSaGMzUnZjbVVNDAsSBlJlY2lwZSI-YWhKaGNIQmxibWRwYm1VdFkyOXZhMkp2YjJ0eUZ3c1NDRU5oZEdWbmIzSjVJZ2xFWVhSaGMzUnZjbVVNNDIM

But I have a problem,

I need to fetch results and start from one particular object (not from
results beginning), so I need to generate the bookmark for a particular
object, I tried it but its not working when I set and ordering ... Im
generating bookmark in this way:

query = PagerQuery(Photo)
bookmark = encode_bookmark(query._get_bookmark_values(photo))
prev, photos, next = query.fetch(1, bookmark)

but when I order the query it is giving me an empty list

query = PagerQuery(Photo).order(-date)

Does anyone can help me??

-- 
Jairo Vasquez Moreno

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---