← Back to team overview

openlp-core team mailing list archive

[Bug 1735765] [NEW] Launching OpenLP in portable mode results in a traceback

 

Public bug reported:

Here is a traceback:


~/dev/openlp/trunk 27s
env ❯ python openlp.py -p   
Traceback (most recent call last):
  File "openlp.py", line 60, in <module>
    main()
  File "/home/sim/dev/openlp/trunk/openlp/core/app.py", line 409, in main
    settings.upgrade_settings()
  File "/home/sim/dev/openlp/trunk/openlp/core/common/settings.py", line 496, in upgrade_settings
    new_value = new_rule(*old_values)
  File "/home/sim/dev/openlp/trunk/openlp/core/common/path.py", line 209, in str_to_path
    raise TypeError('parameter \'string\' must be of type str')
TypeError: parameter 'string' must be of type str

** 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/1735765

Title:
  Launching OpenLP in portable mode results in a traceback

Status in OpenLP:
  New

Bug description:
  Here is a traceback:

  
  ~/dev/openlp/trunk 27s
  env ❯ python openlp.py -p   
  Traceback (most recent call last):
    File "openlp.py", line 60, in <module>
      main()
    File "/home/sim/dev/openlp/trunk/openlp/core/app.py", line 409, in main
      settings.upgrade_settings()
    File "/home/sim/dev/openlp/trunk/openlp/core/common/settings.py", line 496, in upgrade_settings
      new_value = new_rule(*old_values)
    File "/home/sim/dev/openlp/trunk/openlp/core/common/path.py", line 209, in str_to_path
      raise TypeError('parameter \'string\' must be of type str')
  TypeError: parameter 'string' must be of type str

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


Follow ups