Silently stops scheduler means the scheduler process is terminated and you
get the control back to the "console" (i.e., you could launch another
scheduler in the same "window") or the process gets stuck doing nothing ?
Could you try to reproduce with web2py.py -K yourapp -D 0 (activating also
DEBUG logging on logging.conf) and post here (or send it to my mail) the
output ?
On Wednesday, October 10, 2012 7:18:08 PM UTC+2, David Marko wrote:
>
> Tried with standalone scheduler(without TK widget), and this silently
> stops scheduler process with no traceback ... completely nothing.
>
> I cant create some simple demo as I load data from JSON service using
> requests library, then when I print a complete data as JSON, it works, when
> I iterate JSON data and print just one field without utf8 encoding,
> it failes this way ...
>
> I looked to data comming as JSON and those look OK, strings have 'u'
> at the beggining so its interpreted correctly e.g. {u'city_t': u'Bohum\xedn
> 1200'} . I'm sending the data to Apache SOLR server and UTF8 encoding is
> fine there as well.
>
>
>
--