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
When we open the plugin we encounter the following error:
2024-10-11T11:31:55 WARNING Traceback (most recent call last):
File "C:\Users/sjo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\instantprint\InstantPrintTool.py", line 166, in __selectLayout
self.__createRubberBand()
File "C:\Users/sjo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\instantprint\InstantPrintTool.py", line 176, in __createRubberBand
self.rubberband.setToCanvasRectangle(self.__canvasRect(self.rect))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/sjo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\instantprint\InstantPrintTool.py", line 251, in __canvasRect
return QRect(p1.x(), p1.y(), p2.x() - p1.x(), p2.y() - p1.y())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: arguments did not match any overloaded call:
QRect(): too many arguments
QRect(aleft: int, atop: int, awidth: int, aheight: int): argument 1 has unexpected type 'float'
QRect(atopLeft: QPoint, abottomRight: QPoint): argument 1 has unexpected type 'float'
QRect(atopLeft: QPoint, asize: QSize): argument 1 has unexpected type 'float'
QRect(a0: QRect): argument 1 has unexpected type 'float'
The text was updated successfully, but these errors were encountered:
When we open the plugin we encounter the following error:
2024-10-11T11:31:55 WARNING Traceback (most recent call last):
File "C:\Users/sjo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\instantprint\InstantPrintTool.py", line 166, in __selectLayout
self.__createRubberBand()
File "C:\Users/sjo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\instantprint\InstantPrintTool.py", line 176, in __createRubberBand
self.rubberband.setToCanvasRectangle(self.__canvasRect(self.rect))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/sjo/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\instantprint\InstantPrintTool.py", line 251, in __canvasRect
return QRect(p1.x(), p1.y(), p2.x() - p1.x(), p2.y() - p1.y())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: arguments did not match any overloaded call:
QRect(): too many arguments
QRect(aleft: int, atop: int, awidth: int, aheight: int): argument 1 has unexpected type 'float'
QRect(atopLeft: QPoint, abottomRight: QPoint): argument 1 has unexpected type 'float'
QRect(atopLeft: QPoint, asize: QSize): argument 1 has unexpected type 'float'
QRect(a0: QRect): argument 1 has unexpected type 'float'
The text was updated successfully, but these errors were encountered: