← Back to team overview

openlp-core team mailing list archive

[Bug 1629079] [NEW] SongSelect import throws attribute exception when importing a song

 

Public bug reported:

Traceback (most recent call last):
  File "openlp/plugins/songs/forms/songselectform.py", line 390, in on_import_button_clicked
    self.song_select_importer.save_song(self.song)
  File "openlp/plugins/songs/lib/songselect.py", line 258, in save_song
    db_song.add_topic(topic)
AttributeError: 'Song' object has no attribute 'add_topic'

** Affects: openlp
     Importance: Medium
         Status: Confirmed

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1629079

Title:
  SongSelect import throws attribute exception when importing a song

Status in OpenLP:
  Confirmed

Bug description:
  Traceback (most recent call last):
    File "openlp/plugins/songs/forms/songselectform.py", line 390, in on_import_button_clicked
      self.song_select_importer.save_song(self.song)
    File "openlp/plugins/songs/lib/songselect.py", line 258, in save_song
      db_song.add_topic(topic)
  AttributeError: 'Song' object has no attribute 'add_topic'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1629079/+subscriptions


Follow ups