View Single Post
Posts: 728 | Thanked: 1,217 times | Joined on Oct 2011
#1732
Admittedly, I haven't been able to make modrana download tiles in Sailfish for a few versions now. Finally, I got to see the logs Here they are:
Code:
2015-01-03 12:26:01,386 ERROR mod.mapTiles: exception in tile download manager thread
Traceback (most recent call last):
  File "modules/mod_mapTiles/mod_mapTiles.py", line 349, in _tileLoadingManager
    tileData = self._storeTiles.getTileData(lzxy)
  File "modules/mod_storeTiles.py", line 344, in getTileData
    result = self.getTileFromDb(lookupConn, dbFolderPath, lzxy)
  File "modules/mod_storeTiles.py", line 391, in getTileFromDb
    lookupCursor = lookupConn.cursor()
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 1366291440 and this is thread id 1359639536
Of course this could be fixed by switching sqlite off, but really don't want to do that...
 

The Following 4 Users Say Thank You to ggabriel For This Useful Post: