You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
I get the following error, when refreshing a project search:
Traceback (most recent call last):
File "C:/Users/efdbo/.qgis2/python/plugins\quickfinder\gui\refreshdialog.py", line 117, in refresh
ok, message = self.projectFinder.recordSearch(search, False)
File "C:/Users/efdbo/.qgis2/python/plugins\quickfinder\core\projectfinder.py", line 216, in recordSearch
cur = self.conn.cursor()
AttributeError: 'NoneType' object has no attribute 'cursor'
Python-version:
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
QGIS-version:
2.10.1-Pisa Pisa, d20c5b7
Any suggestions on what's wrong?
Best regards,
Dorthe
The text was updated successfully, but these errors were encountered:
Hi
I get the following error, when refreshing a project search:
Traceback (most recent call last):
File "C:/Users/efdbo/.qgis2/python/plugins\quickfinder\gui\refreshdialog.py", line 117, in refresh
ok, message = self.projectFinder.recordSearch(search, False)
File "C:/Users/efdbo/.qgis2/python/plugins\quickfinder\core\projectfinder.py", line 216, in recordSearch
cur = self.conn.cursor()
AttributeError: 'NoneType' object has no attribute 'cursor'
Python-version:
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]
QGIS-version:
2.10.1-Pisa Pisa, d20c5b7
Any suggestions on what's wrong?
Best regards,
Dorthe
The text was updated successfully, but these errors were encountered: