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

Threading error: NoneType object is not callable #167

Closed
untitaker opened this issue Jan 18, 2015 · 6 comments
Closed

Threading error: NoneType object is not callable #167

untitaker opened this issue Jan 18, 2015 · 6 comments
Labels

Comments

@untitaker
Copy link
Member

Minor UI annoyance. Unsure on how to handle those.

Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  File "/usr/lib/python2.7/threading.py", line 763, in run
  File "/opt/vdirsyncer_env/lib/python2.7/site-packages/vdirsyncer/cli/utils.py", line 475, in worker
  File "/opt/vdirsyncer_env/lib/python2.7/site-packages/vdirsyncer/cli/utils.py", line 460, in _process_job
  File "/usr/lib/python2.7/Queue.py", line 168, in get
  File "/usr/lib/python2.7/threading.py", line 333, in wait
<type 'exceptions.TypeError'>: 'NoneType' object is not callable

See #166

@untitaker
Copy link
Member Author

@flart Can you try again:

path/to/venv/bin/pip install git+https://github.com/untitaker/vdirsyncer.git

untitaker added a commit that referenced this issue Jan 18, 2015
@flart
Copy link

flart commented Jan 19, 2015

Sorry, but the exception has only slightly changed:

Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  File "/usr/lib/python2.7/threading.py", line 763, in run
  File "/opt/vdirsyncer_env/lib/python2.7/site-packages/vdirsyncer/cli/utils.py", line 463, in _worker
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'Empty'
[root@ratte ~]#

untitaker added a commit that referenced this issue Jan 19, 2015
@untitaker
Copy link
Member Author

What about now?

@flart
Copy link

flart commented Jan 19, 2015

Seem's to be gone. I tried syncing serveral times (with and without changes) and also discover.

@untitaker
Copy link
Member Author

Yay!

@flart
Copy link

flart commented Jan 19, 2015

Thank you!

untitaker added a commit that referenced this issue Jan 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants