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

2012-08-25 Thread Drake
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.

 

From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of Waleed Abdulla
Sent: Wednesday, August 01, 2012 6:36 PM
To: google-appengine@googlegroups.com
Subject: Re: [google-appengine] Re: ArgumentError: An error occurred parsing
(locally or remotely) the arguments to datastore_v3.Put().

 

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!

 

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

 

 

 

 

On Mon, May 21, 2012 at 1:40 PM, jay  wrote:

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:

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


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
<mailto:google-appengine%2bunsubscr...@googlegroups.com> .
For more options, visit this group at
http://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-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.

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



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

2012-08-01 Thread Waleed Abdulla
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!

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





On Mon, May 21, 2012 at 1:40 PM, jay  wrote:

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

-- 
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: ArgumentError: An error occurred parsing (locally or remotely) the arguments to datastore_v3.Put().

2012-05-21 Thread jay
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:
>
> 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/-/ghnGv8UC7ecJ.
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.