Bug report #15868

Updated by Luigi Pirelli almost 7 years ago

Using DB Manager results in occasional errors of the type[0]. Closing DB Manager and reopening it solves temporarily the issue.



[0]

<pre>

TypeError: pyqtSignal must be bound to a QObject, not 'PGVectorTable'

Traceback (most recent call last):

File

"C:/PROGRA~1/QGIS2~1.18/apps/qgis/./python/plugins\\db_manager\\db_manager.py",

line 116, in tabChanged

self.refreshTabs()

File

"C:/PROGRA~1/QGIS2~1.18/apps/qgis/./python/plugins\\db_manager\\db_manager.py",

line 142, in refreshTabs

self.preview.loadPreview(item)

File

"C:/PROGRA~1/QGIS2~1.18/apps/qgis/./python/plugins\\db_manager\\layer_preview.py",

line 62, in loadPreview

self._clear()

File

"C:/PROGRA~1/QGIS2~1.18/apps/qgis/./python/plugins\\db_manager\\layer_preview.py",

line 83, in _clear

self.item.aboutToChange.disconnect(self.setDirty)

TypeError: pyqtSignal must be bound to a QObject, not 'PGVectorTable'

</pre>

Back