runtime-23.10.000.072 fails at the basic tasks for db configuration

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

JuergenB
Posts: 141
Joined: Thu Dec 05, 2019 9:03 pm

runtime-23.10.000.072 fails at the basic tasks for db configuration

Post by JuergenB »

This beta is very special, it falls flat on its face even with the simplest tasks.

Code: Select all

Please choose entry name to change (Blank => Back):
 > dbms
Please enter new value for key 'dbms' (Allowed values are 'mariadb', 'mysql'):
 > mariadb
Traceback (most recent call last):
  File "/home/openemm/tomcat10/bin/OMT.py", line 163, in <module>
    main()
  File "/home/openemm/tomcat10/bin/OMT.py", line 154, in main
    menu.show()
  File "/home/openemm/tomcat10/bin/EMT_lib/Menu.py", line 48, in show
    intermediateStartMenu.show(startMenu)
  File "/home/openemm/tomcat10/bin/EMT_lib/Menu.py", line 48, in show
    intermediateStartMenu.show(startMenu)
  File "/home/openemm/tomcat10/bin/EMT_lib/Menu.py", line 167, in show
    self.actionParameters = self.action(self.actionParameters)
  File "/home/openemm/tomcat10/bin/EMT_lib/DbManagementMenu.py", line 150, in dbcfgMenuAction
    Environment.unsavedDbcfgChanges.pop("sid")
KeyError: 'sid'