[google-appengine] Re: ArgumentError: An error occurred parsing (locally or remotely) the arguments to datastore_v3.Put().

2012-08-25 Thread Jeremy Truax
I'm also getting this error. Is there a workaround? It seems to be because 
I'm trying to put too much data into the datastore at once. I'm inserting 
an image blob so that's obviously the reason. I suppose I could compress 
the image but was curious if anyone knew of any other workarounds.

On Monday, May 21, 2012 1:18:45 PM UTC-7, jay wrote:

 Hey All, 

 My App started throwing this error over the last 24 hours or so and users 
 have been complaining the site is slow. 

 After doing a search I see that there was an error in the Bug DB from 
 earlier in the year but it is marked fixed. 

 AppId = jupitersfolly

 Any help tracking down what is causing the problem would be greatly 
 appreciated. 

 Jay.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/wKsDxh2q-rkJ.
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: Implemented Keyword Search

2009-07-24 Thread Jeremy Truax

Yes you're right Wooble. This works great for what I'm indexing which
is something like company names.

It would not work at all for much bigger text (such as blog posts).

In fact, I ran into the max index boundary shortly after implementing
it and had to limit it to the first 5 words only.



On Jul 22, 6:48 am, Wooble geoffsp...@gmail.com wrote:
 Jeremy,

 This is an interesting solution for properties that have very few
 keywords, but doesn't the number of required elements to your list
 explode rather badly as the number of words in the property
 increases?

 On Jul 21, 7:45 pm, Jeremy Truax trup...@gmail.com wrote:

  Hey all, just successfully implemented a keyword search. Some of you
  might have already done something like this but I thought I'd post it
  for those that haven't and/or are struggling with something like it.

 http://blog.zillinz.com/2009/07/keyword-search-on-google-app-engine.html
--~--~-~--~~~---~--~~
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: 403 Error

2009-07-24 Thread Jeremy Truax

Yah I had tried incrementing to version 2 and then 3 with no success.

I then let it sit and did something else for about 30 min.

Came back and version 3 worked.

I hate when something just works and there was no resolution as to
what was the problem.=/

On Jul 21, 5:58 pm, Rodrigo Moraes rodrigo.mor...@gmail.com wrote:
 On Tue, Jul 21, 2009 at 7:10 PM, Rodrigo Moraeswrote:

  On Tue, Jul 21, 2009 at 7:03 PM, Jeremy Truax wrote:

  I'm having it too, seems to be an old issue but unresolved:

 http://code.google.com/p/googleappengine/issues/detail?id=690

  I just had this problem too some minutes ago, for the first time. I
  have only 2 versions, and in quota details it shows 24 of 250
  deployments today - it's far under the allowed quota.

  I tried deleting version 2, and upload a new version 2 - got a 403.
  I tried creating a version 3 - got a 403.

 just an update. it fixed by itself after some time. or it was because
 of what I did: i deleted the version 2 in the admin panel, ran
 appcfg.py rollback and then deployed a new version number 3.

 not sure what is happening here or why i got the 403 previously, but well.

 -- rodrigo
--~--~-~--~~~---~--~~
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: Too Many Versions (403)

2009-07-21 Thread Jeremy Truax

Crap I just got that, it's been working fine before that today.

I did notice they changed some quota stuff as of tomorrow, I think but
it doesn't say anything about a limited number of versions.

On Jul 19, 2:33 am, j...@zenkraft.com ja...@zenkraft.com wrote:
 Yes, I just hit this too:

 Error 403:  begin server output ---

 Too Many Versions (403)
 The application already has the maximum number of versions.
 --- end server output ---

 On Jul 19, 6:33 am, TaoGOGO yuntaotian...@gmail.com wrote:

  have you solve the problems?it happened to me the same?:(
  can you help me?

  On 6月26日, 下午3时04分, dannyr danny...@gmail.com wrote:

   I'm getting the following error. I only have 1 version of the app.
   According to Quota Details, my Deployments are only 28 of 250 (11%).
   My application name is 'launchset'.

   Deploying new version.
   2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
   occurred. Abort
   ing.
   Traceback (most recent call last):
 File C:\Program Files\Google\google_appengine\google\appengine\tools
   \appcfg.p
   y, line 1234, in DoUpload
   self.Commit()
 File C:\Program Files\Google\google_appengine\google\appengine\tools
   \appcfg.p
   y, line 1106, in Commit
   self.Deploy()
 File C:\Program Files\Google\google_appengine\google\appengine\tools
   \appcfg.p
   y, line 1134, in Deploy
   version=self.version)
 File C:\Program Files\Google\google_appengine\google\appengine\tools
   \appengin
   e_rpc.py, line 344, in Send
   f = self.opener.open(req)
 File C:\Python25\lib\urllib2.py, line 387, in open
   response = meth(req, response)
 File C:\Python25\lib\urllib2.py, line 498, in http_response
   'http', request, response, code, msg, hdrs)
 File C:\Python25\lib\urllib2.py, line 425, in error
   return self._call_chain(*args)
 File C:\Python25\lib\urllib2.py, line 360, in _call_chain
   result = func(*args)
 File C:\Python25\lib\urllib2.py, line 506, in http_error_default
   raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
   HTTPError: HTTP Error 403: Forbidden
   Rolling back the update.
   Error 403: --- begin server output ---

   Too ManyVersions(403)
   The application already has themaximumnumberofversions.
   --- end server output ---
--~--~-~--~~~---~--~~
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: Too many Versions (403)

2009-07-21 Thread Jeremy Truax

I'm having the same problem. Only one version and my Daily quota of
Deployments is at a mere 12% utilization for the day. =/

On Jul 20, 11:05 am, Paul webtab...@gmail.com wrote:
 X-No-Archive: yes

 After ~100 updates without changing the version string AppEngine
 suddenly
 tells me:

  The application already has the maximum number of versions.

 Rollback or upload with other version-string did not help, the only
 version
 cant be deleted, no quote messages, after 3 days still the same.

 App-ID: w e b t a b l e t

 thanks
 Paul
--~--~-~--~~~---~--~~
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: Too Many Versions (403)

2009-07-21 Thread Jeremy Truax

Note It seems to be an old issue but not resolved:

http://code.google.com/p/googleappengine/issues/detail?id=690

On Jul 21, 2:44 pm, Jeremy Truax trup...@gmail.com wrote:
 Crap I just got that, it's been working fine before that today.

 I did notice they changed some quota stuff as of tomorrow, I think but
 it doesn't say anything about a limited number ofversions.

 On Jul 19, 2:33 am, j...@zenkraft.com ja...@zenkraft.com wrote:

  Yes, I just hit thistoo:

  Error 403:  begin server output ---

 TooManyVersions(403)
  The application already has the maximum number ofversions.
  --- end server output ---

  On Jul 19, 6:33 am, TaoGOGO yuntaotian...@gmail.com wrote:

   have you solve the problems?it happened to me the same?:(
   can you help me?

   On 6月26日, 下午3时04分, dannyr danny...@gmail.com wrote:

I'm getting the following error. I only have 1 version of the app.
According to Quota Details, my Deployments are only 28 of 250 (11%).
My application name is 'launchset'.

Deploying new version.
2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
occurred. Abort
ing.
Traceback (most recent call last):
  File C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y, line 1234, in DoUpload
self.Commit()
  File C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y, line 1106, in Commit
self.Deploy()
  File C:\Program Files\Google\google_appengine\google\appengine\tools
\appcfg.p
y, line 1134, in Deploy
version=self.version)
  File C:\Program Files\Google\google_appengine\google\appengine\tools
\appengin
e_rpc.py, line 344, in Send
f = self.opener.open(req)
  File C:\Python25\lib\urllib2.py, line 387, in open
response = meth(req, response)
  File C:\Python25\lib\urllib2.py, line 498, in http_response
'http', request, response, code, msg, hdrs)
  File C:\Python25\lib\urllib2.py, line 425, in error
return self._call_chain(*args)
  File C:\Python25\lib\urllib2.py, line 360, in _call_chain
result = func(*args)
  File C:\Python25\lib\urllib2.py, line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden
Rolling back the update.
Error 403: --- begin server output ---

   TooManyVersions(403)
The application already has themaximumnumberofversions.
--- end server output ---
--~--~-~--~~~---~--~~
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: 403 Error

2009-07-21 Thread Jeremy Truax

I'm having it too, seems to be an old issue but unresolved:

http://code.google.com/p/googleappengine/issues/detail?id=690

On Jul 12, 1:44 am, Atrus atr...@gmail.com wrote:
 I keep getting a 403 Error stating that there aretoomanyversions.
 I only have one version (and therefore unable to delete that, and
 using the rollback command does nothing.

 How can i fix this?
 Thanks in advance,
 Tim
--~--~-~--~~~---~--~~
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: Too many Versions (403)

2009-07-21 Thread Jeremy Truax

Here's the issue about it: 
http://code.google.com/p/googleappengine/issues/detail?id=744

I still am unable to get this working even with the workarounds people
have mentioned =/

On Jul 21, 2:49 pm, Jeremy Truax trup...@gmail.com wrote:
 I'm having the same problem. Only one version and my Daily quota of
 Deployments is at a mere 12% utilization for the day. =/

 On Jul 20, 11:05 am, Paul webtab...@gmail.com wrote:

  X-No-Archive: yes

  After ~100 updates without changing the version string AppEngine
  suddenly
  tells me:

   The application already has the maximum number of versions.

  Rollback or upload with other version-string did not help, the only
  version
  cant be deleted, no quote messages, after 3 days still the same.

  App-ID: w e b t a b l e t

  thanks
  Paul
--~--~-~--~~~---~--~~
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: Too many Versions (403)

2009-07-21 Thread Jeremy Truax

The issue for this is here: 
http://code.google.com/p/googleappengine/issues/detail?id=744

I'm having the same issue. I get an error Too Many Versions when I
try to appcfg.py update.

I've tried rollback as well as incrementing the version number in my
app.yaml with no resolution.

I'm on version 1 still. My daily upload quota is still at 30 of 250
for the day so it's not like that's even maxed.


On Jul 13, 5:52 pm, Jeff S (Google) j...@google.com wrote:
 Hi Tim,

 I'd be happy to look into this case more closely if you wouldn't mind
 providing your app ID. A workaround which often helps in cases like these is
 to upload a new version with a different version ID. It might be the case
 that you were over the number of uploads quotas, if that was the issue then
 it should be possible to upload today.

 Thank you,

 Jeff

 On Sat, Jul 11, 2009 at 10:31 PM, Atrus atr...@gmail.com wrote:

  I am currently unable to update anymore due to an error stating that I
  have too many versions.  In the versions section of the dashboard, I
  only have 1 version (Version 1).

  I tried the command appcfg.py rollback, but to no avail.

  Additionally, in the versions tab, the one and only version is NOT the
  default, and if I were to attempt to set it as the default (clicking
  the radio button, and click Make Default) I get a server error.
  Additionally, I cannot delete that version, as I get an error message
  stating that I am not permitted to delete the Default (which it states
  that it isn't)

  How can I fix this?
  Thanks in advance,
  Tim
--~--~-~--~~~---~--~~
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: Too Many Versions (403)

2009-07-21 Thread Jeremy Truax

The issue for this is here: 
http://code.google.com/p/googleappengine/issues/detail?id=744

I'm having the same issue. I get an error Too Many Versions when I
try to appcfg.py update.

I've tried rollback as well as incrementing the version number in my
app.yaml with no resolution.

I'm on version 1 still. My daily upload quota is still at 30 of 250
for the day so it's not like that's even maxed.


On Jul 18, 10:38 pm, TaoGOGO yuntaotian...@gmail.com wrote:
 have you solve the problems?it happened to me the same?:(
 can you help me?

 On 6月13日, 下午3时00分, Philippe philippe.cr...@gmail.com wrote:

  Hi,

  I got this error for 1 hours now :TooManyVersions(403)
  My quota stuff is green.
  I have only 1 version of my app.
  I tried making a new version, but it did not upload anything.

  I hope someone can help.
  here is the full error message:

  Deploying new version.
  2009-06-13 08:44:11,328 ERROR appcfg.py:1241 An unexpected error
  occurred. Aborting.
  Traceback (most recent call last):
  File C:\Program Files\Google\google_appengine\google\appengine\tools
  \appcfg.py, line 1234, in DoUpload self.Commit()
  File C:\Program Files\Google\google_appengine\google\appengine\tools
  \appcfg.py, line 1106, in Commit self.Deploy()
  File C:\Program Files\Google\google_appengine\google\appengine\tools
  \appcfg.py, line 1134, in Deploy version=self.version)
  File C:\Program Files\Google\google_appengine\google\appengine\tools
  \appengine_rpc.py, line 344, in Send f = self.opener.open(req)
  File C:\python25\lib\urllib2.py, line 387, in open response = meth
  (req, response)
  File C:\python25\lib\urllib2.py, line 498, in http_response 'http',
  request, response, code, msg, hdrs)
  File C:\python25\lib\urllib2.py, line 425, in error return
  self._call_chain(*args)
  File C:\python25\lib\urllib2.py, line 360, in _call_chain result =
  func(*args)
  File C:\python25\lib\urllib2.py, line 506, in http_error_default
  raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  HTTPError: HTTP Error 403: Forbidden
  Rolling back the update.
  Error 403: --- begin server output ---

 TooManyVersions(403)
  The application already has themaximumnumberofversions.
  --- end server output ---

  Thank you !
--~--~-~--~~~---~--~~
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: Too Many Versions

2009-07-21 Thread Jeremy Truax

The issue for this is here: 
http://code.google.com/p/googleappengine/issues/detail?id=744

I'm having the same issue. I get an error Too Many Versions when I
try to appcfg.py update.

I've tried rollback as well as incrementing the version number in my
app.yaml with no resolution.

I'm on version 1 still so I don't have the option of changing to
another version to try it as the default version is 1 and you cannot
delete the default version.

My daily upload quota is still at 30 of 250 for the day so it's not
like that's even maxed.


On Jul 13, 10:35 am, Matthew Blain matthew.bl...@google.com wrote:
 Typically this means an internal error occurred at some point when you
 deployed your application, and the fix is usually to go to the
 'Versions' section of the admin console and set the default version to
 something/something else, then upload again.

 --Matthew

 On Jul 13, 7:31 am, Ilya i...@labpixies.com wrote:

  Hi!

  I'm trying to update my app, but get TooManyVersions(403) error.
  My deployments quota is 125 (out of 250).
  I tried to change the version in app.yaml - same result
  My app id: labpixiesfacebook

  Please help.

  Thanks.
--~--~-~--~~~---~--~~
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] Implemented Keyword Search

2009-07-21 Thread Jeremy Truax

Hey all, just successfully implemented a keyword search. Some of you
might have already done something like this but I thought I'd post it
for those that haven't and/or are struggling with something like it.

http://blog.zillinz.com/2009/07/keyword-search-on-google-app-engine.html


--~--~-~--~~~---~--~~
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] Multiple Indexes on the same entity

2009-06-08 Thread Jeremy Truax

I've looked all over but can't seem to find out why this is
happening.

I have 2 indexes on the same entity , different properties being
selected but the same property being sorted like so:

indexes:
- kind: Beer
  properties:
  - name: first_letter
  - name: name
direction: asc

- kind: Beer
  properties:
  - name: brewer
  - name: name
direction: asc

But only the 2nd one seems to work correctly. The 1st one just returns
nothing from the query.

Now if I remove the 2nd index, the first index works just fine.

Has anyone run into something like this where multiple indexes seem to
be not working together?
--~--~-~--~~~---~--~~
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: Multiple Indexes on the same entity

2009-06-08 Thread Jeremy Truax
Well I answered my own question. I deleted all indexes and recreated them
all at the same time and this seems to have fixed the problem.
Before, I had been adding indexes in one at a time.

On Mon, Jun 8, 2009 at 4:02 PM, Jeremy Truax jer...@trupoetry.com wrote:

 Well I answered my own question. I deleted all indexes and recreated them
 all at the same time and this seems to have fixed the problem.
 Before, I had been adding indexes in one at a time.


 On Mon, Jun 8, 2009 at 3:31 PM, Jeremy Truax trup...@gmail.com wrote:

 I've looked all over but can't seem to find out why this is
 happening.

 I have 2 indexes on the same entity , different properties being
 selected but the same property being sorted like so:

 indexes:
 - kind: Beer
  properties:
  - name: first_letter
  - name: name
direction: asc

 - kind: Beer
  properties:
  - name: brewer
  - name: name
direction: asc

 But only the 2nd one seems to work correctly. The 1st one just returns
 nothing from the query.

 Now if I remove the 2nd index, the first index works just fine.

 Has anyone run into something like this where multiple indexes seem to
 be not working together?




--~--~-~--~~~---~--~~
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: Extracting a City from a PostalAddress

2009-03-23 Thread Jeremy Truax

I'd also be interested in knowing this. Having a separate
PostalAddress property seems like it comes in handy but if you can
only query on the whole Address, it is only slightly useful.

On Mar 11, 11:36 am, David Wolfe davidgameswo...@gmail.com wrote:
 The PostalAddressProperty appears to be just a string with some
 authentication (though I haven't looked into how to authenticate.)  Which
 begs the questions:

 (1)  How does one extract, say, a City from a PostalAddressProperty ?
 (2)  How does one select all Models with a postal address in, say, London?

 I assume that to accomplish (2) with a query, one first needs to have
 attached the City before saving a Model reducing the problem of solving
 (2) to solving (1).

 Thanks!

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