Traceback on exit with py36
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenLP |
Confirmed
|
Medium
|
Raoul Snyman |
Bug Description
Steps to reproduce:
1. Activate songusage plugin
2. Song song live.
3. Exit OpenLP.
Confirmed on 2.4.4 and trunk
Python: 3.6.0
PyQt5 5.7.1
sqlalchemy 1.1.5
alembic 0.8.10
I tried to delete the songusage db, but it didn't help.
Traceback (most recent call last):
File "/usr/lib/
context)
File "/usr/lib/
cursor.
sqlite3.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/
self.clean_up()
File "/home/
self.
File "/home/
raise e
File "/home/
return func(*args, **kwargs)
File "/home/
plugin.
File "/home/
self.
File "/home/
engine.
File "/usr/lib/
return connection.
File "/usr/lib/
return self._execute_
File "/usr/lib/
statement, parameters
File "/usr/lib/
context)
File "/usr/lib/
exc_info
File "/usr/lib/
reraise(
File "/usr/lib/
raise value.with_
File "/usr/lib/
context)
File "/usr/lib/
cursor.
sqlalchemy.
Changed in openlp: | |
milestone: | none → 2.4.5 |
assignee: | nobody → Raoul Snyman (raoul-snyman) |
Changed in openlp: | |
milestone: | 2.4.5 → none |
Changed in openlp: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
I can confirm this running on Archlinux using the same versions as mentioned above.