Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task name displayed as None in the tasks tab view #64

Closed
vinayjain404 opened this issue Apr 5, 2013 · 1 comment
Closed

Task name displayed as None in the tasks tab view #64

vinayjain404 opened this issue Apr 5, 2013 · 1 comment

Comments

@vinayjain404
Copy link

Screen Shot 2013-04-05 at 11 49 57 AM 2
![Screen Shot 2013-01-22 at 12 15 32 PM](https://f.cloud.githu
![Screen Shot 2013-04-05 at 11 49 57 AM 2 ]%28https://f.cloud.github.com/assets/361370/345409/ac425040-9e21-11e2-9866-58b23ee72a8b.png%29
b.com/assets/361370/345408/a19d9f64-9e21-11e2-9aff-ac4c86ff52ab.png)
Stacktrace:
It looks like you have found a bug! You can help to improve Celery Flower by opening an issue in https://github.com/mher/flower/issues

Traceback (most recent call last):
File "/opt/stow/python-2.7.2/lib/python2.7/site-packages/tornado/web.py", line 1042, in _execute
getattr(self, self.request.method.lower())(_args, *_kwargs)
File "/opt/stow/python-2.7.2/lib/python2.7/site-packages/tornado/web.py", line 1809, in wrapper
return method(self, _args, *_kwargs)
File "/opt/stow/python-2.7.2/lib/python2.7/site-packages/flower/views/tasks.py", line 18, in get
self.render("task.html", task=task)
File "/opt/stow/python-2.7.2/lib/python2.7/site-packages/flower/views/init.py", line 25, in render
super(BaseHandler, self).render(_args, *_kwargs)
File "/opt/stow/python-2.7.2/lib/python2.7/site-packages/tornado/web.py", line 500, in render
html = self.render_string(template_name, **kwargs)
File "/opt/stow/python-2.7.2/lib/python2.7/site-packages/tornado/web.py", line 607, in render_string
return t.generate(**namespace)
File "/opt/stow/python-2.7.2/lib/python2.7/site-packages/tornado/template.py", line 261, in generate
return execute()
File "task_html.generated.py", line 111, in _execute
_tmp = task.name # task.html:29 (via base.html:52)
AttributeError: 'TaskModel' object has no attribute 'name'

@mher
Copy link
Owner

mher commented Apr 5, 2013

Thanks, this issue has already been fixed in the master

@mher mher closed this as completed Apr 5, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants