openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #01988
[Bug 597121] [NEW] commandline error at comparing Versions
Public bug reported:
Precondition: No Network available
Defect description:
After starting openlp from commandline, the following error occours at commandline.
Traceback (most recent call last):
File "C:\Programme\Development\Python26\lib\logging\__init__.py", line 760, in emit msg = self.format(record)
File "C:\Programme\Development\Python26\lib\logging\__init__.py", line 644, in format return fmt.format(record)
File "C:\Programme\Development\Python26\lib\logging\__init__.py", line 444, in format s = s + record.exc_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 1060: ordinal not in range(128)
Traceback (most recent call last):
File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\core\ui\mainwindow.py", line 91, in run
if remote_version[u'major'] > local_version[u'major'] or \
KeyError: u'major'
** Affects: openlp
Importance: Undecided
Status: New
--
commandline error at comparing Versions
https://bugs.launchpad.net/bugs/597121
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
Status in OpenLP - Worship Presentation Software: New
Bug description:
Precondition: No Network available
Defect description:
After starting openlp from commandline, the following error occours at commandline.
Traceback (most recent call last):
File "C:\Programme\Development\Python26\lib\logging\__init__.py", line 760, in emit msg = self.format(record)
File "C:\Programme\Development\Python26\lib\logging\__init__.py", line 644, in format return fmt.format(record)
File "C:\Programme\Development\Python26\lib\logging\__init__.py", line 444, in format s = s + record.exc_text
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 1060: ordinal not in range(128)
Traceback (most recent call last):
File "F:\Computer\Platform\pythonDev\openlp\trunk\openlp\core\ui\mainwindow.py", line 91, in run
if remote_version[u'major'] > local_version[u'major'] or \
KeyError: u'major'
Follow ups
References