Daap Plugin fails to load

Bug #188451 reported by Nicholas Omann
2
Affects Status Importance Assigned to Milestone
Exaile
Fix Released
Medium
Adam Olsen

Bug Description

When trying to use the daap plugin i get these wonderful lines of errors.

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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

Exception in thread Thread-3:
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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

Exception in thread Thread-4:
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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

Exception in thread Thread-5:
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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

Exception in thread Thread-6:
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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

Exception in thread Thread-8:
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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

Exception in thread Thread-7:
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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

Exception in thread Thread-9:
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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

Exception in thread Thread-10:
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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

Exception in thread Thread-11:
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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

Exception in thread Thread-12:
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 "/home/nick/.exaile/plugins/daap-share.exz/daap-share.py", line 447, in load_tree
    collection.CollectionPanel.load_tree(self, event)
  File "/usr/local/lib/exaile/xl/panels/collection.py", line 484, in load_tree
    self.model.clear()
AttributeError: 'NetworkPanel' object has no attribute 'model'

reacocard (reacocard)
Changed in exaile:
importance: Undecided → Medium
milestone: none → 0.2.12
status: New → Triaged
Revision history for this message
von_klatka (von-klatka) wrote :

same problem, using exaile 0.2.12b (.deb). the error occurs at startup and everytime I click on the shared location. not a server problem, Banshee works fine.

Adam Olsen (arolsen)
Changed in exaile:
assignee: nobody → arolsen
status: Triaged → Fix Committed
Changed in exaile:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.