I think this is because you have a open layer plugin layer open and the Google plugin is trying to handle selection changed on that layer. The OpenLayers layer is a fake layer so it doesn't have a dataProvider. Try without having any OpenLayers layers loaded.
- Nathan On Sat, Oct 19, 2013 at 10:24 PM, KLGan <[email protected]> wrote: > Hi, > > I got this error when I start this plugin...., It's by Google, and since > they don't usually reply to emails, I have uninstalled the plugin for now. > Any else seen the same problem? > > Thanks > > KLGan > > --------------- > > An error has occured while executing Python code: > > *Traceback (most recent call last): > File > "C:\Users\XXXXXX/.qgis2/python/plugins\GoogleMapsEngineConnector\googlemapsengineconnector.py", > line 266, in handleSelectionChange > gmeMap, gmeLayers = self.getAssetsFromLayer(currentLayer) > File > "C:\Users\XXXXXX/.qgis2/python/plugins\GoogleMapsEngineConnector\googlemapsengineconnector.py", > line 311, in getAssetsFromLayer > if self.isGmeConnectorLayer(layer): > File > "C:\Users\XXXXXX/.qgis2/python/plugins\GoogleMapsEngineConnector\googlemapsengineconnector.py", > line 294, in isGmeConnectorLayer > provider = layer.dataProvider() > AttributeError: 'OpenlayersLayer' object has no attribute 'dataProvider' > > Python version: > 2.7.4 (default, Apr 6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] > > > QGIS version: > 2.0.1-Dufour Dufour, 34139bc > > Python path: > ['C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins\\processing', > 'C:\\Users\\XXXXXX\\.qgis2\\python\\plugins\\GeoCoding', > 'C:/PROGRA~1/QGISDU~1/apps/qgis/./python', > 'C:\\Users\\XXXXXX/.qgis2/python', > 'C:\\Users\\XXXXXX/.qgis2/python/plugins', > 'C:/PROGRA~1/QGISDU~1/apps/qgis/./python/plugins', > 'C:\\PROGRA~1\\QGISDU~1\\bin\\python27.zip', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27\\DLLs', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27\\lib', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27\\lib\\plat-win', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27\\lib\\lib-tk', > 'C:\\PROGRA~1\\QGISDU~1\\bin', 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27\\lib\\site-packages', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27\\lib\\site-packages\\PIL', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27\\lib\\site-packages\\win32', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27\\lib\\site-packages\\win32\\lib', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27\\lib\\site-packages\\Pythonwin', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode', > 'C:\\Users\\XXXXXX\\.qgis2\\python\\plugins\\DigitizingTools\\tools', > 'C:\\Users\\XXXXXX\\.qgis2\\python\\plugins\\mmqgis/forms', '.', > 'C:\\Users\\XXXXXX\\.qgis2\\python\\plugins\\QuickMultiAttributeEdit/forms', > 'C:\\PROGRA~1\\QGISDU~1\\apps\\qgis\\python\\plugins\\fTools\\tools']* > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user >
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
