3nids / quickfinder

Quick Finder is a QGIS 2.x plugin offering a single place to perform searches on project layers and online remote services
http://3nids.github.io/quickfinder/
Other
8 stars 14 forks source link

Uncaught AttributeError: 'NoneType' object has no attribute 'cursor' #55

Open peter-shr opened 7 years ago

peter-shr commented 7 years ago

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:/Users/user/.qgis2/python/plugins\quickfinder\gui\refresh_dialog.py", line 119, in refresh
    self.project_finder.optimize()
  File "C:/Users/user/.qgis2/python/plugins\quickfinder\core\project_finder.py", line 290, in optimize
    cur = self.conn.cursor()
AttributeError: 'NoneType' object has no attribute 'cursor'

quickfinder 3.3.0, QGIS 2.14.7-Essen on Windows 10