ArgumentError: An error occurred parsing (locally or remotely) the arguments to datastore_v3.Put().

67 views
Skip to first unread message

jay

unread,
May 21, 2012, 4:18:45 PM5/21/12
to google-a...@googlegroups.com
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.

jay

unread,
May 21, 2012, 4:35:49 PM5/21/12
to google-a...@googlegroups.com
Full Trace:

           Traceback (most recent call last):
 File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 703, in __call__
   handler.post(*groups)
 File "/base/data/home/apps/s~jupitersfolly/4.357517623694016771/controller/frequest.py", line 57, in post
   request_types[request_type]()
 File "/base/data/home/apps/s~jupitersfolly/4.357517623694016771/controller/frequest.py", line 78, in order
   event, report, messages = Game.update(game_number, user_id, order)
 File "/base/data/home/apps/s~jupitersfolly/4.357517623694016771/model/game.py", line 355, in update
   event, report, game, universe, messages, updated, ended = db.run_in_transaction(Game.transactional_update, key_id, user_id, order)
 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 2433, in RunInTransaction
   return RunInTransactionOptions(None, function, *args, **kwargs)
 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 2571, in RunInTransactionOptions
   ok, result = _DoOneTry(new_connection, function, args, kwargs)
 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 2593, in _DoOneTry
   result = function(*args, **kwargs)
 File "/base/data/home/apps/s~jupitersfolly/4.357517623694016771/model/game.py", line 348, in transactional_update
   game.put()
 File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/db/__init__.py", line 1074, in put
   return datastore.Put(self._entity, **kwargs)
 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/datastore.py", line 579, in Put
   return PutAsync(entities, **kwargs).get_result()
 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 604, in get_result
   return self.__get_result_hook(self)
 File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1577, in __put_hook
   self.check_rpc_success(rpc)
 File "/base/python_runtime/python_lib/versions/1/google/appengine/datastore/datastore_rpc.py", line 1212, in check_rpc_success
   rpc.check_success()
 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_stub_map.py", line 570, in check_success
   self.__rpc.CheckSuccess()
 File "/base/python_runtime/python_lib/versions/1/google/appengine/api/apiproxy_rpc.py", line 133, in CheckSuccess
   raise self.exception
ArgumentError: An error occurred parsing (locally or remotely) the arguments to datastore_v3.Put().

jay

unread,
May 21, 2012, 4:40:54 PM5/21/12
to google-a...@googlegroups.com
Oh and the logs are chockablock full of

DeadlineExceededErrors just importing modules like random or sys.

Looks like something is going a little haywire.



On Tuesday, 22 May 2012 06:18:45 UTC+10, jay wrote:

Waleed Abdulla

unread,
Aug 1, 2012, 9:35:53 PM8/1/12
to google-a...@googlegroups.com
I'm getting this error as well, a lot. Did you find a work-around?

I opened an issue, but a quick search shows that the app engine team thinks this is fixed already!






--
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/-/ghnGv8UC7ecJ.

To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.

Jeremy Truax

unread,
Aug 25, 2012, 12:43:27 PM8/25/12
to google-a...@googlegroups.com
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.

Drake

unread,
Aug 25, 2012, 12:51:42 PM8/25/12
to google-a...@googlegroups.com

You got errors? I got “Module not found” or some similar message so my code mostly just exploded only in certain functions. It was not fun.

Reply all
Reply to author
Forward
0 new messages