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.
This is the error I get when I create a new QuickFinder file. The file is being created despite it.
Traceback (most recent call last): File "/home/user/.qgis2/python/plugins/quickfinder/gui/configuration_dialog.py", line 120, in create_QFTS_file create_FTS_file(filepath) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 56, in create_FTS_file cur.executescript(sql) OperationalError: table quickfinder_info already exists
Then when I load this file and perform a project search I get:
Traceback (most recent call last): File "/home/user/.qgis2/python/plugins/quickfinder/gui/project_search_dialog.py", line 76, in process ok, message = self.project_finder.recordSearch(self.projectSearch) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 219, in recordSearch self.deleteSearch(searchId, False) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 192, in deleteSearch cur.execute("DELETE FROM quickfinder_data WHERE search_id = '{0}';".format(searchId)) OperationalError: no such table: quickfinder_data
The result of search appears in the table though.
I haven't tested other functionalities.
The text was updated successfully, but these errors were encountered:
This is the error I get when I create a new QuickFinder file. The file is being created despite it.
Traceback (most recent call last): File "/home/user/.qgis2/python/plugins/quickfinder/gui/configuration_dialog.py", line 120, in create_QFTS_file create_FTS_file(filepath) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 56, in create_FTS_file cur.executescript(sql) OperationalError: table quickfinder_info already exists
Then when I load this file and perform a project search I get:
Traceback (most recent call last): File "/home/user/.qgis2/python/plugins/quickfinder/gui/project_search_dialog.py", line 76, in process ok, message = self.project_finder.recordSearch(self.projectSearch) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 219, in recordSearch self.deleteSearch(searchId, False) File "/home/user/.qgis2/python/plugins/quickfinder/core/project_finder.py", line 192, in deleteSearch cur.execute("DELETE FROM quickfinder_data WHERE search_id = '{0}';".format(searchId)) OperationalError: no such table: quickfinder_data
The result of search appears in the table though.
I haven't tested other functionalities.
The text was updated successfully, but these errors were encountered: