Comment 14 for bug 1946407

Revision history for this message
yodatak (mryodatak) wrote :

Hi not sure if its linked but at the end of the transfer i got this error:

Traceback (most recent call last):
  File "/home/yodatak/.local/lib/python3.10/site-packages/raphodo/devicedisplay.py", line 1095, in paint
    self.deviceDisplay.paint_header(
  File "/home/yodatak/.local/lib/python3.10/site-packages/raphodo/devicedisplay.py", line 922, in paint_header
    painter.drawPixmap(x + self.padding, y + self.downloaded_icon_y, pixmap)
TypeError: arguments did not match any overloaded call:
  drawPixmap(self, QRectF, QPixmap, QRectF): argument 1 has unexpected type 'int'
  drawPixmap(self, QRect, QPixmap, QRect): argument 1 has unexpected type 'int'
  drawPixmap(self, Union[QPointF, QPoint], QPixmap): argument 1 has unexpected type 'int'
  drawPixmap(self, QPoint, QPixmap): argument 1 has unexpected type 'int'
  drawPixmap(self, QRect, QPixmap): argument 1 has unexpected type 'int'
  drawPixmap(self, int, int, QPixmap): argument 2 has unexpected type 'float'
  drawPixmap(self, int, int, int, int, QPixmap): argument 2 has unexpected type 'float'
  drawPixmap(self, int, int, int, int, QPixmap, int, int, int, int): argument 2 has unexpected type 'float'
  drawPixmap(self, int, int, QPixmap, int, int, int, int): argument 2 has unexpected type 'float'
  drawPixmap(self, Union[QPointF, QPoint], QPixmap, QRectF): argument 1 has unexpected type 'int'
  drawPixmap(self, QPoint, QPixmap, QRect): argument 1 has unexpected type 'int'