Something broke when I updated and now I get this
2020/02/06 18:57:20: boot error
2020/02/06 18:57:20: A serious error occurred while trying to start the program. The error will be shown next in a window. More information may have been written to client.log.
2020/02/06 18:57:43: boot error
2020/02/06 18:57:43: Traceback (most recent call last):
File "include\ClientController.py", line 1715, in THREADBootEverything
self.InitModel()
File "include\ClientController.py", line 774, in InitModel
HydrusController.HydrusController.InitModel( self )
File "include\HydrusController.py", line 498, in InitModel
self.db = self._InitDB()
File "include\ClientController.py", line 183, in _InitDB
return ClientDB.DB( self, self.db_dir, 'client' )
File "include\ClientDB.py", line 283, in init
HydrusDB.HydrusDB.init( self, controller, db_dir, db_name )
File "include\HydrusDB.py", line 204, in init
self._RepairDB()
File "include\ClientDB.py", line 11052, in _RepairDB
( self._null_namespace_id, ) = self._c.execute( 'SELECT namespace_id FROM namespaces WHERE namespace = ?;', ( '', ) ).fetchone()
TypeError: 'NoneType' object is not iterable