open-reblock / localco.de

http://beta.openreblock.org
3 stars 2 forks source link

runtopology() got an unexpected keyword argument 'data' #9

Closed cesandoval closed 9 years ago

cesandoval commented 9 years ago

Seems like we are running into the same issue on the server install. Celery wont recognize the argument for the runtopology() task.

image

panthersuper commented 9 years ago

This error is because the runtopology function in tasks is changed, try to update tasks and should be solved On Jul 3, 2015 2:37 PM, "Carlos Sandoval Olascoaga" < notifications@github.com> wrote:

Seems like we are running into the same issue on the server install. Celery wont recognize the argument for the runtopology() task.

[image: image] https://cloud.githubusercontent.com/assets/1952351/8505024/136db9c2-2191-11e5-81ee-e3664cfd5dab.png

— Reply to this email directly or view it on GitHub https://github.com/open-reblock/localco.de/issues/9.

cesandoval commented 9 years ago

great, updated tasks and syncdb. I'll close it