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
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
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
3 matches
Mail list logo