[web2py] Re: Issue with store() method on GAE

2013-03-03 Thread montgomery . global
Just noticed a bug in my code that was overwriting the path and causing the runtime error. After fixing it, the file is still not being inserted, but at least there is no runtime error. On Sunday, March 3, 2013 4:56:28 AM UTC+8, montgome...@gmail.com wrote: > > Thanks. Please keep me posted. >

[web2py] Re: Issue with store() method on GAE

2013-03-02 Thread montgomery . global
Thanks. Please keep me posted. On Saturday, March 2, 2013 11:15:17 PM UTC+8, Massimo Di Pierro wrote: > > Now I understand. Thanks for the clarification. I think there is a bug in > store on GAE. There is already an open ticket about this. Will take a look > asap. > > On Saturday, 2 March 2013 0

[web2py] Re: Issue with store() method on GAE

2013-03-02 Thread montgomery . global
Sorry if that didn't make sense, let me try again. I have small ( < 100 kb) audio files that I am getting on the fly via the gluon.tools.fetch method from a third party API. I want to insert them into the uploads folder and create entries for them in the database (as if they were data uploaded

[web2py] Re: Issue with store() method on GAE

2013-03-01 Thread montgomery . global
I just discovered that the insert works with the SQLform, but not manually. Any idea why that would be? On Friday, March 1, 2013 12:35:08 PM UTC+8, montgome...@gmail.com wrote: > > So my app is getting some small audio files via the gluon.tools fetch > method, and then storing them manually i

[web2py] Issue with store() method on GAE

2013-03-01 Thread montgomery . global
So my app is getting some small audio files via the gluon.tools fetch method, and then storing them manually in the upload folder via the store() method. While this works fine on a local server, it doesn't seem to work on GAE. It's throwing a runtime error: "you must specify a Field(...,upload