Ticket #689 (closed bug: fixed)

Opened 16 months ago

Last modified 5 months ago

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.

Change History

Changed 5 months ago by theli

  • status changed from new to closed
  • resolution set to fixed

Ipod code have massively changed in listen (trunk-0.6) I close the bug

Note: See TracTickets for help on using tickets.