but it stands to reason it should work I think, and I can't really see how it could break things too horribly...)| The Following User Says Thank You to Shadowdog For This Useful Post: | ||




Traceback (most recent call last):
File "modules/gui_modules/gui_qt5/gui_qt5.py", line 302, in _selectImageProviderCB
return self._imageProviders[providerId].getImage(imageId, requestedSize)
File "modules/gui_modules/gui_qt5/gui_qt5.py", line 599, in getImage
log.exception()
TypeError: exception() missing 1 required positional argument: 'msg'
2015-08-13 00:53:58,644 ERROR mod.gui.qt5: tile image provider: loading tile failed
2015-08-13 00:53:58,652 ERROR mod.gui.qt5: mainMap/mapnik/13/4094/2727
2015-08-13 00:53:58,655 ERROR mod.gui.qt5: (-1, -1)
2015-08-13 00:53:58,658 ERROR mod.gui.qt5: image loading failed, imageId: tile/mainMap/mapnik/13/4094/2727
Traceback (most recent call last):
File "modules/gui_modules/gui_qt5/gui_qt5.py", line 579, in getImage
download=False)
File "modules/mod_mapTiles/mod_mapTiles.py", line 211, in getTile
tileData = self._storeTiles.getTileData(lzxy)
File "modules/mod_storeTiles.py", line 369, in getTileData
return self._getTileDataFromSqlite(lzxy)
File "modules/mod_storeTiles.py", line 385, in _getTileDataFromSqlite
result = self.getTileFromDb(lookupConn, dbFolderPath, lzxy)
File "modules/mod_storeTiles.py", line 455, in getTileFromDb
(z, x, y))
sqlite3.OperationalError: database is locked

(And others should too!)