openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #07346
[Bug 738706] Re: First Time Wizard fails when there is no internet connection
** Changed in: openlp
Status: Confirmed => Fix Committed
** Changed in: openlp
Assignee: Raoul Snyman (raoul-snyman) => Andreas Preikschat (googol-hush)
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/738706
Title:
First Time Wizard fails when there is no internet connection
Status in OpenLP - Worship Presentation Software:
Fix Committed
Bug description:
Hello
System does not matter, was able to reproduce on XP as well as on
xubuntu.
When there is no internet connection while running the first time
wizard, the exception dialog opens with a traceback [1]. If you close
the exception dialog, openlp will crash/close. There is no way around
this, next time you run openlp the wizard starts again. The only way
to pass this is to create and set the "has run wizard" to true.
Cheers
log: http://pastebin.com/vTXPb5aR
[1]
Traceback (most recent call last):
File "openlp.pyw", line 298, in <module>
main()
File "openlp.pyw", line 292, in main
sys.exit(app.run())
File "openlp.pyw", line 195, in run
self.mainWindow.firstTime()
File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 683, in firstTime
plugin.firstTime()
File "/home/andreas/Projekte/openlp/trunk/openlp/plugins/songs/songsplugin.py", line 234, in firstTime
for sfile in os.listdir(db_dir):
OSError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/tmp/openlp'
References