question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Celery 3.0.9 AttributeError: 'NoneType' object has no attribute 'conf'

See original GitHub issue

I am getting the following error after installing Celery==3.0.9 and trying to run ./manage.py celery worker

...
/local.py", line 169, in __getattr__
    return getattr(self._get_current_object(), name)
AttributeError: 'NoneType' object has no attribute 'conf'

Issue Analytics

  • State:closed
  • Created 11 years ago
  • Comments:14 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
askcommented, Sep 21, 2012

Thanks,

I’ve fixed this in django-celery master, could you try that and I if it works I will release a new version:

$ pip install https://github.com/celery/django-celery/zipball/master
0reactions
sikendermdcommented, Oct 16, 2015

Hi all,

I am using oracle-soa-plugin-1.3.1.xldp plugin and when i try to run sun soaDeploy.py and it shows me the attribute error.

runScriptFromDaemon(“/tmp/ot-20151002T004427254/soaDeploy.py”) Disconnected from weblogic server: AdminServer Processing [HelloWorld] Traceback (most recent call last): File “/tmp/ot-20151002T004428123/daemon.py”, line 350, in ? exec command File “<string>”, line 1, in ? File “/tmp/ot-20151002T004428123/daemon.py”, line 277, in runScriptFromDaemon execfile(scriptPath) File “/tmp/ot-20151002T004427254/soaDeploy.py”, line 497, in ? managedServerUrl=“t3://”+deployed.container.host.address+“:”+str(deployed.container.port) AttributeError: ‘NoneType’ object has no attribute ‘address’

Could anyone help me how to avoid this error please.

Read more comments on GitHub >

github_iconTop Results From Across the Web

django - Celery unable to use redis - Stack Overflow
Trying to start Celery first time but issues error as below, i have ... Redis): AttributeError: 'NoneType' object has no attribute 'Redis'.
Read more >
AttributeError: 'NoneType' object has no attribute 'channel'
AttributeError : 'NoneType' object has no attribute 'channel'.
Read more >
Change history for Celery 3.0 — Celery 5.2.7 documentation
Fixed race condition in Proxy object where it tried to delete an attribute twice, resulting in AttributeError . Task methods now works with...
Read more >
Error using Flask with Celery: AttributeError: 'NoneType' object ...
I am really trying hard but cannot figure out how to make Celery work. ... with Celery: AttributeError: 'NoneType' object has no attribute...
Read more >
unexpected error - 'NoneType' object has no attribute 'flush ...
AttributeError : 'NoneType' object has no attribute 'flush'. 2022-01-31 16:02:40,219 DEBUG: Adding 'C:\senseen-datasets-repos.dvc\config.local' to gitignore ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found