← Back to team overview

openlp-core team mailing list archive

[Bug 1390986] [NEW] Worship Assistent import gives traceback

 

Public bug reported:

Importing from file attached here:
http://support.openlp.org/scp/tickets.php?id=2570

Traceback (most recent call last):
  File "/home/tgc/OpenLP/openlp/trunk/openlp/core/ui/wizard.py", line 223, in on_current_id_changed
    self.perform_wizard()
  File "/home/tgc/OpenLP/openlp/trunk/openlp/plugins/songs/forms/songimportform.py", line 354, in perform_wizard
    importer.do_import()
  File "/home/tgc/OpenLP/openlp/trunk/openlp/plugins/songs/lib/importers/worshipassistant.py", line 121, in do_import
    self.parse_author(record['AUTHOR'])
  File "/home/tgc/OpenLP/openlp/trunk/openlp/plugins/songs/lib/importers/songimport.py", line 254, in parse_author
    for author in text.split(','):
AttributeError: 'NoneType' object has no attribute 'split'


Additionally there's an issue with importing verse orders, see: http://support.openlp.org/scp/tickets.php?id=2571

** Affects: openlp
     Importance: Undecided
         Status: New

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

Title:
  Worship Assistent import gives traceback

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  Importing from file attached here:
  http://support.openlp.org/scp/tickets.php?id=2570

  Traceback (most recent call last):
    File "/home/tgc/OpenLP/openlp/trunk/openlp/core/ui/wizard.py", line 223, in on_current_id_changed
      self.perform_wizard()
    File "/home/tgc/OpenLP/openlp/trunk/openlp/plugins/songs/forms/songimportform.py", line 354, in perform_wizard
      importer.do_import()
    File "/home/tgc/OpenLP/openlp/trunk/openlp/plugins/songs/lib/importers/worshipassistant.py", line 121, in do_import
      self.parse_author(record['AUTHOR'])
    File "/home/tgc/OpenLP/openlp/trunk/openlp/plugins/songs/lib/importers/songimport.py", line 254, in parse_author
      for author in text.split(','):
  AttributeError: 'NoneType' object has no attribute 'split'

  
  Additionally there's an issue with importing verse orders, see: http://support.openlp.org/scp/tickets.php?id=2571

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


Follow ups

References