Re: [web2py] Re: Strange behavior storing data - web2py 2.3.2 - Mac OS X 10.7.5

2013-01-18 Thread Luciano Laporta Podazza
Hi guys, You were right, first I've removed the try/except so the error tickets appeared. birthday= datetime.strptime(data['birthday'],'%d/%m/%Y' ).strftime('%Y-%m-%d'), <---this is the problem. The issue was involved with dates format(locale), due that facebook users can be

[web2py] Re: Strange behavior storing data - web2py 2.3.2 - Mac OS X 10.7.5

2013-01-16 Thread howesc
i second the remove the try/except for debugging. I use google app engine and default timeout for a URL fetch on that system is 5 seconds (graph.get_object does a url fetch) i find that in real life facebook does not respond in under 5 seconds much more frequently then i would like - so that i

[web2py] Re: Strange behavior storing data - web2py 2.3.2 - Mac OS X 10.7.5

2013-01-14 Thread Massimo Di Pierro
You say "This was actually working and I didn't modified anything(really)." did you upgrade or did it simply stopped working? On Monday, 14 January 2013 05:19:05 UTC-6, Luciano Laporta Podazza wrote: > > Hello, > > I've been experimenting a really annoying issue that came up from nowhere > 'caus