You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Python 2.7.3 and Celerymon 1.0.3
celerymon was installed with pip install -U celerymon
The error I get is AttributeError: 'NoneType' object has no attribute 'conf'
./manage.py celerymon --settings=settings.prod
Traceback (most recent call last):
File "./manage.py", line 14, in <module>
execute_manager(settings)
File "/home/django/domains/everplaces.com/everplaces.com/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 459, in execute_manager
utility.execute()
File "/home/django/domains/everplaces.com/everplaces.com/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/django/domains/everplaces.com/everplaces.com/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 261, in fetch_command
klass = load_command_class(app_name, subcommand)
File "/home/django/domains/everplaces.com/everplaces.com/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 69, in load_command_class
module = import_module('%s.management.commands.%s' % (app_name, name))
File "/home/django/domains/everplaces.com/everplaces.com/local/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module
__import__(name)
File "/home/django/domains/everplaces.com/everplaces.com/local/lib/python2.7/site-packages/djcelery/management/commands/celerymon.py", line 31, in <module>
class Command(CeleryCommand):
File "/home/django/domains/everplaces.com/everplaces.com/local/lib/python2.7/site-packages/djcelery/management/commands/celerymon.py", line 34, in Command
+ (mon and mon.get_options() + mon.preload_options or ()))
File "/home/django/domains/everplaces.com/everplaces.com/local/lib/python2.7/site-packages/celerymon/bin/celerymon.py", line 113, in get_options
conf = self.app.conf
File "/home/django/domains/everplaces.com/everplaces.com/local/lib/python2.7/site-packages/celery/local.py", line 169, in __getattr__
return getattr(self._get_current_object(), name)
AttributeError: 'NoneType' object has no attribute 'conf'
The text was updated successfully, but these errors were encountered:
I have Python 2.7.3 and Celerymon 1.0.3
celerymon was installed with
pip install -U celerymon
The error I get is AttributeError: 'NoneType' object has no attribute 'conf'
The text was updated successfully, but these errors were encountered: