[google-appengine] Re: Model.key().id() not working in 1.7.6 (old_dev_appserver.py)

2013-03-21 Thread Bryce Cutt
If you want an older version just copy the download URL for the current version, change the version number in the URL to the one you want, then open that URL. They keep a lot of older versions available for download. On Wednesday, March 20, 2013 4:04:03 PM UTC-7, jay wrote: > > Also, quick ques

[google-appengine] Re: Model.key().id() not working in 1.7.6 (old_dev_appserver.py)

2013-03-20 Thread jay
OK, my mistake, I found where a case where I was letting json.stringify mush my id's. Thanks very much to Mahron for putting me on the right track! On Thursday, March 21, 2013 9:36:13 AM UTC+10, Mahron wrote: > > Maybe you have a similar problem to this : > > > https://groups.google.com/group/g

[google-appengine] Re: Model.key().id() not working in 1.7.6 (old_dev_appserver.py)

2013-03-20 Thread jay
Marhron, looking closer at the numbers I think you might be right! They are getting rounded but somewhere inside the sdk! On Thursday, March 21, 2013 9:36:13 AM UTC+10, Mahron wrote: > > Maybe you have a similar problem to this : > > > https://groups.google.com/group/google-appengine/browse_thre

[google-appengine] Re: Model.key().id() not working in 1.7.6 (old_dev_appserver.py)

2013-03-20 Thread jay
Thanks for the suggestion Mahron, but the issue seems to be all just on the server. If I do pass them to and from the js client i use strings and cast to long before calling get_by_id On Thursday, March 21, 2013 9:36:13 AM UTC+10, Mahron wrote: > > Maybe you have a similar problem to this : >

[google-appengine] Re: Model.key().id() not working in 1.7.6 (old_dev_appserver.py)

2013-03-20 Thread Mahron
Maybe you have a similar problem to this : https://groups.google.com/group/google-appengine/browse_thread/thread/afb2f6987dd5ccbc# the 000 at the end of the id was the problem in my case since after a round trip to the client, the id was rounded since the flash player does not support such large

[google-appengine] Re: Model.key().id() not working in 1.7.6 (old_dev_appserver.py)

2013-03-20 Thread jay
Also, quick question. Is it possible to find and old download and roll back to a previous version 1.7.5 from February? I would like to be able to keep working. On Thursday, March 21, 2013 8:59:07 AM UTC+10, jay wrote: > > Hi Folks, > > First of all I would like to say that I'm attempting to work