Transferring data between Rhino (2.21.4) and QGIS (2.20.2)

I uploaded a layer to Speckle in Rhino, but in QGIS I am not even able to select an account to receive the data from. Is this because the connector versions aren’t compatible?

Hi @Selma_Sinanovic_Gabr ! Some screenshots would help :raised_hands: If you could select accounts in Rhino, QGIS should also automatically pick them up for you

I get this error message in qgis

could this be the reason it doesnt find my account?

Could you please open “Log Messages Panel” via right-click somewhere in QGIS panels, and see if there is any more information under Speckle tab?
image

Yes, there is this:

2025-02-20T15:59:29     WARNING    warning:C:\PROGRA~1\QGIS33~1.0\apps\Python39\lib\site-packages\osgeo\gdal.py:315: FutureWarning: Neither gdal.UseExceptions() nor gdal.DontUseExceptions() has been explicitly called. In GDAL 4.0, exceptions will be enabled by default.
              warnings.warn(
             
             traceback: File "C:\Users\SelmaSinanovicGabral\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\speckle-qgis\speckle_qgis.py", line 1121, in run
              self.dockwidget.createMappingDialog(self)
              File "C:\Users\SelmaSinanovicGabral\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\speckle-qgis\speckle\ui_widgets\dockwidget_main.py", line 41, in createMappingDialog
              self.mappingSendDialog.runSetup()
              File "C:\Users\SelmaSinanovicGabral\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\speckle-qgis\speckle\ui_widgets\widget_transforms.py", line 40, in runSetup
              self.populateTransforms()
              File "C:\Users\SelmaSinanovicGabral\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\speckle-qgis\speckle\ui_widgets\widget_transforms.py", line 289, in populateTransforms
              self.transformDropdown.addItem(item)
              File "C:\Users\SelmaSinanovicGabral\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\speckle-qgis\speckle\ui_widgets\widget_transforms.py", line 224, in populateLayersByTransform
              ds = gdal.Open(layer.source(), gdal.GA_ReadOnly)
              File "C:\PROGRA~1\QGIS33~1.0\apps\Python39\lib\site-packages\osgeo\gdal.py", line 6030, in Open
              _WarnIfUserHasNotSpecifiedIfUsingExceptions()
              File "C:\PROGRA~1\QGIS33~1.0\apps\Python39\lib\site-packages\osgeo\gdal.py", line 315, in _WarnIfUserHasNotSpecifiedIfUsingExceptions
              warnings.warn(

This is a warning, it should not case an error from the previous message, are there any more messages in that panel?

Also, I noticed, this warning is referencing the line from an outdated codebase :thinking: But from the previous screenshots I can see that the plugin version is the 2.20.2, which is correct. Could you try uninstalling from Speckle Manager and install again?

1 Like