2010-3-25

15:17 rickardb
yepp, that fixed it!
15:18 asksol
strange
15:18 asksol
I thought the jsons wanted unicode
15:18 padt
fwiw, json accepts any unicode char, so having a json function that only does str would be a spec violation of sorts
15:22 rickardb
hmm yes
15:22 rickardb
Deserialize s (a str or unicode instance containing a JSON document) to a Python object.
15:54 regadas
Hi there! any tips on how to get celery beat to work on windows? i'm getting 'NoneType' object has no attribute 'terminate' on multiprocessing\process.py :(
15:54 asksol
regadas: do you have an exception (pastie.org)
15:56 regadas
15:57 asksol
weird
15:58 asksol
oh, it's the pipe that is None
15:58 asksol
so everything is working fine except for shutdown?
16:00 regadas
humm ... if i start celery without the --beat everything works great ... otherwise this error occurs right at the start
16:00 asksol
oh
16:01 asksol
but running celerybeat and celeryd separately works?
16:02 regadas
humm didn't try that ... let me check ... 1 sec :)
16:07 regadas
yes! :) it works
16:18 regadas
asksol: thanks
16:19 regadas
for the tip
16:19 regadas
however i think that this is really odd
16:20 regadas
i'll give a look more later
16:20 asksol
it would be nice if you did
16:20 asksol
open up an issue at github maybe
16:20 asksol
(at our github tracker)
16:21 asksol
I'll add an entry to the FAQ
16:21 regadas
ok i'll do that
16:21 asksol
I rarely have time to debug windows issues :(
Page 2 of 2   ← Previous  (127 total)