[google-appengine] Re: AssertionError: No api proxy found for service urlfetch! Was a default api proxy provided?

2013-04-01 Thread Venkatesh Shukla
I got this as response ... What should I do?? Traceback (most recent call last): File "", line 1, in apiproxy_stub_map.apiproxy.RegisterStub('urlfetch',urlfetch_stub.URLFetchServiceStub()) NameError: name 'urlfetch_stub' is not defined On Wednesday, 9 April 2008 00:41:33 UTC+5:30, ryan wr

Re: [google-appengine] I want to host my website on google app engine

2010-07-30 Thread Venkatesh Rangarajan
Lucky, Currently Appengine supports Java and Python. So if I am understanding your question right, you cannot how .Net code on Google Appengine. Rgds -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to goo

Re: [google-appengine] 8Mb in datastore, yet I have maxed out my free quota :-(

2010-07-30 Thread Venkatesh Rangarajan
Google Please answers questions on how "total data" is calculated. I am on the same boat. I have 1 GB of raw data, which is being calculated as 28GB in the dashboard. That is 28X ?? I have just one index. Rgds On Thu, Jul 29, 2010 at 10:27 PM, tonywestonsfsdffs wrote: > Hi, > > My total stored

Re: [google-appengine] Re: Help with data-store statistics

2010-07-29 Thread Venkatesh Rangarajan
Here is the exact query results = models.Jobs.all().search(keyword.lower()) Rgds Venakatesh -- 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 g

Re: [google-appengine] Re: Help with data-store statistics

2010-07-29 Thread Venkatesh Rangarajan
data, sitting on my hard-disk which i am afraid to upload, since I am not sure it would scale. rgds, Venkatesh -- 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 u

[google-appengine] Help with data-store statistics

2010-07-29 Thread Venkatesh Rangarajan
I have uploaded about 1GB of text data. It shows as 28GB on the dashboard. Here are the statistics Breakdown by Property Type Property TypeSize String825 MBytes Integer8 MBytes Date/Time42 KBytes Float3 KBytes Metadata6 GBytes Total number of entitiesSize of all entities 1:50:59 a

[google-appengine] Vacuum Index : Resource is currently experiencing a short-term quota limit.

2010-07-29 Thread Venkatesh Rangarajan
I am getting this message in my dashboard. "Resource is currently experiencing a short-term quota limit." The dashboard shows Workflow Backend Index Task Count [image: 0%] 0%381 of 9,223,372,036,854,775,808 I am trying to delete un-used indexes. Is there a problem happening while deleting thes

Re: [google-appengine] Re: Datatsore statistics : Datatsore Metadata is 6 GB ??

2010-07-28 Thread Venkatesh Rangarajan
I have an index that has errored out. Any idea how I can delete it ? -- 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 goog

[google-appengine] Datatsore statistics : Datatsore Metadata is 6 GB ??

2010-07-28 Thread Venkatesh
Here is the statistics from my dashboard Breakdown by Property Type Property Type Size String 825 MBytes Integer 8 MBytes Date/Time42 KBytes Float3 KBytes Metadata 6 GBytes 6 GB of Metadata ? its like 90% of the data ? I addition, the main dashboard shows 28.29GB of dat

[google-appengine] BadKeyError: Name must be string type, not Key

2010-07-25 Thread Venkatesh
Its been a while since ( about a year) since I looked at one of the app that i built. Getting this error now on the following statement, which was working previously BadKeyError: Name must be string type, not Key results = models.Visa.all().search(keyword.lower()) Is this deprecated or somethin

[google-appengine] Help : Cant log into console and all apps are down

2009-07-02 Thread Venkatesh Rangarajan
http://gurlx.com Please help. Rgds, Venkatesh --~--~-~--~~~---~--~~ 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

[google-appengine] Help on Optimizing Search and Timeout issues

2008-10-28 Thread Venkatesh Rangarajan
this gets fixed, I cannot add any new functionality. Would appreciate if i could get help on fixing these errors. Rgds, Venkatesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" gro

[google-appengine] Re: How can I know the version I am running in Production?

2008-10-22 Thread Venkatesh Rangarajan
Doesn't the version in appengine dashboard do just that ? On Wed, Oct 22, 2008 at 6:49 PM, Mariano Benitez <[EMAIL PROTECTED]> wrote: > > I would like to do some stuff (reset caches, for example) when I > deploy a new version, and I would also like to know which version of > the files I am using

[google-appengine] HTTP response was too large

2008-10-16 Thread Venkatesh Rangarajan
I am getting this error. and can't load my page at all. HTTP response was too large: 1081869. The limit is: 1048576. Please help..can't get to the home page of my app --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[google-appengine] Re: 1000 file limit

2008-10-10 Thread Venkatesh Rangarajan
thentication with expiration time. > Proxy through GAE will limit file size to 1M and triple the network > usage. > > On Oct 10, 4:24 pm, "Venkatesh Rangarajan" > <[EMAIL PROTECTED]> wrote: > > Well, > > > > If you do that, then you have to Open m

[google-appengine] Re: 1000 file limit

2008-10-10 Thread Venkatesh Rangarajan
you can have stats/ ads and any other functionality you want. Rgds, Venkatesh On Fri, Oct 10, 2008 at 12:05 PM, yejun <[EMAIL PROTECTED]> wrote: > > Why not serve file from S3 directly? > > On Oct 10, 1:38 pm, "Venkatesh Rangarajan" > <[EMAIL PROTECTED]> wrote

[google-appengine] Re: 1000 file limit

2008-10-10 Thread Venkatesh Rangarajan
to upload files to S3. Its as simple as FTP. Link : https://addons.mozilla.org/en-US/firefox/addon/3247 https://addons.mozilla.org/en-US/firefox/addon/3247 Rgds, Venkatesh On Fri, Oct 10, 2008 at 9:54 AM, Barry Hunter <[EMAIL PROTECTED]>wrote: > > Couple of options: > > Host

[google-appengine] Erratic and Random timeout errors

2008-10-08 Thread Venkatesh Rangarajan
caching if the query won't return results the first time. I would appreciate if you guys could say that this Searchable query can/cannot scale for this kind of app...i can start looking at SimpleDB for storage and Appengine for rendering. rgds, Venkatesh --~--~-~--~~~-

[google-appengine] Re: TypeError: 'NoneType' object is unsubscriptable

2008-10-07 Thread Venkatesh Rangarajan
errors. I am doing everything as per "documentation". At this time I am at less than 30% of the actual volume of data that I can potentially upload. Please guide me on what I can do to improve my app ? I would prefer a little latency in page loading than milli second timeouts. Rgds, Ven

[google-appengine] Re: Timeout : how to get rid of timeouts ?

2008-10-06 Thread Venkatesh Rangarajan
not doing any writes, only reads, getting 100 entities per query, using memcache I am using searchable model and I have a suspicion that search itself is broken. I would appreciate if you guys would give me some pointers on how to get this thing to work. Rgds, Venkatesh

[google-appengine] Re: Retrieving More than 1000 entities

2008-10-02 Thread Venkatesh Rangarajan
10 Rgds, Venkatesh On Thu, Oct 2, 2008 at 8:04 PM, Tony Arkles <[EMAIL PROTECTED]> wrote: > > Theo, I don't think that will work. From what I understand, the 1000 > entity limit is applied before the offset is considered. > > > > On Oct 2, 8:46 pm, theo <[EMA

[google-appengine] Retrieving More than 1000 entities

2008-10-02 Thread Venkatesh Rangarajan
Is it possible to retrieve more than 1000 entities ? Has anyone figured a way to do this ? --~--~-~--~~~---~--~~ 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

[google-appengine] Resuming Bulk Upload

2008-10-02 Thread Venkatesh Rangarajan
r-for.html rgds, Venkatesh --~--~-~--~~~---~--~~ 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,

[google-appengine] Timeout : how to get rid of timeouts ?

2008-10-01 Thread Venkatesh Rangarajan
Hello there, Question 1 : I have an entity with 700K records. I am running search queries on those and keep getting timeout error consistently. Please advice on how I could avoid getting into these errors ? I have added and __searchable_text_index and its is "building" for more than 24 hours. Qu

[google-appengine] Re: TypeError: 'NoneType' object is unsubscriptable

2008-09-30 Thread Venkatesh Rangarajan
Its a search able model ? The documentation says they don't need indexes. Can you please advice me what index I should add ? Here is my query below. def db_visas(keyword, offset): visas=[] query = search.SearchableQuery('Visa') query.Search(keyword) for result in query.Get(101, offset): vis

[google-appengine] Re: Too Many Versions (403)

2008-09-30 Thread Venkatesh Rangarajan
Okay. I deleted all the versions ( from appengine console in PROD). Now I was able to create a new version. Rgds, Venkatesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To po

[google-appengine] Re: TypeError: 'NoneType' object is unsubscriptable

2008-09-30 Thread Venkatesh Rangarajan
And yes, my model is defined as a searchable entity. Using the default bulk-loader code with no tweaking. def HandleEntity(self, entity): ent = search.SearchableEntity(entity) return ent --~--~-~--~~~---~--~~ You received this message because you are subscr

[google-appengine] Re: Too Many Versions (403)

2008-09-30 Thread Venkatesh Rangarajan
ve hit some sort of > upper limit on _minor_ versions?) > > Aral > > On Sep 30, 7:34 pm, "Venkatesh Rangarajan" > <[EMAIL PROTECTED]> wrote: > > Hi, > > I am getting the following error when I try to upload my a

[google-appengine] Re: TypeError: 'NoneType' object is unsubscriptable

2008-09-30 Thread Venkatesh Rangarajan
://payrate.appspot.com/?keyword=Google+Software+Development+Engineer . This fails with the same error While http://payrate.appspot.com/?keyword=Google+Engineer works fine. I have noticed that if I increase the number of keywords passed for the search, it fails with this error. Please help. Rgds, Venkatesh

[google-appengine] Too Many Versions (403)

2008-09-30 Thread Venkatesh Rangarajan
--- Too Many Versions (403) The application already has the maximum number of versions. --- end server output --- Rgds, Venkatesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: Resuming a Partially Loaded Bulk Load

2008-09-29 Thread Venkatesh Rangarajan
, create_content_generator=ContentGenerator, post_entities=PostEntities): I have added skip as a parameter to "exclude" previous uploads. I print every record that is uploaded and pass that as a param ( skip) when I resume the upload. Rgds, Venkatesh On Fri, Se

[google-appengine] Re: Terrible

2008-09-29 Thread Venkatesh Rangarajan
"Google App Engine Launcher" ??? What is that ? I never updated my SDK because of bunch of tweaking that i did to SDK source files...Is there a GUI in the new releases ? Rgds --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[google-appengine] Suggestions for Improving performance : SearchableEntity

2008-09-29 Thread Venkatesh Rangarajan
appengine quota error every once in a while. This request used a high amount of CPU, and was roughly 1.3 times over the average request CPU limit. High CPU requests have a small quota, and if you exceed this quota, your app will be temporarily disabled. Rgds,

[google-appengine] Re: TypeError: 'NoneType' object is unsubscriptable

2008-09-29 Thread Venkatesh Rangarajan
Sample Error : http://payrate.appspot.com/?keyword=Lead+Programmer On Thu, Sep 25, 2008 at 10:15 AM, Venkatesh Rangarajan < [EMAIL PROTECTED]> wrote: > Hi, > > I am running a simple query > >keyword = self.request.get('keyword') > >if len(keyword

[google-appengine] Re: SearchableQuery and OffSet

2008-09-26 Thread Venkatesh Rangarajan
yword).filter("name >", index) > > where index, is the name (or whatever you're searchijng for) of the > last person on the current page? > > > > On Sep 23, 12:12 pm, "Venkatesh Rangarajan" > <[EMAIL PROTECTED]> wrote: > > Folks, > > &

[google-appengine] TypeError: 'NoneType' object is unsubscriptable

2008-09-25 Thread Venkatesh Rangarajan
t;, line 885, in _Run *datastore_index.CompositeIndexForQuery(pb)[:-1]) TypeError: 'NoneType' object is unsubscriptable Any idea on how to handle these and what is causing it? And why does it happen only for certain keywords Rgds, Venkatesh --~--~-~--~~~---

[google-appengine] Re: BadRequestError: Salary search with over 500K records

2008-09-25 Thread Venkatesh Rangarajan
like: items = > > Item.filter('key >', request.get('start')).fetch(1000), and pass the > > key of the last item as the start parameter. > > > > On Sep 25, 6:45 am, "Venkatesh Rangarajan" > > > > <[EMAIL PROTECTED]> wrote: &

[google-appengine] BadRequestError: Salary search with over 500K records

2008-09-24 Thread Venkatesh Rangarajan
on the last page. I display 100 records per page. Sample : http://payrate.appspot.com/?keyword=Engineer&page=800 Any ideas on how I can update all the records with Index ? I know I could do that using "page refreshes", but looking for some

[google-appengine] SearchableQuery and OffSet

2008-09-23 Thread Venkatesh Rangarajan
ented for "SearchablQuery" . Any ideas on how I can implement pagination for such a scenario. Rgds, Venkatesh --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post