Ticket #689 (closed bug: fixed)
IpodSyncJob generate an error
| Reported by: | ikus060 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | trunk |
| Keywords: | iPod Sync | Cc: |
Description
The class IpodSyncJob? that have responsibility to save the iPod database can't be execute. It's generate this error.
Run job IpodSyncJob? Exception in thread Thread-24: Traceback (most recent call last):
File "threading.py", line 460, in bootstrap
self.run()
File "threading.py", line 440, in run
self.target(*self.args, **self.kwargs)
File "/usr/lib/listen/widget/jobs_manager.py", line 216, in run
for text, percent, pulse in self.job():
TypeError?: 'NoneType?' object is not iterable
Note : I add this line print "Run job %s"%self.class.name to know exactly witch class generate this error.
