Skip to content

TypeError: arguments did not match any overloaded call #84

Description

@asynctdm

I am not able to access telemetry window at all , have installed all the dependencies in the documentation . Any help appreciated

Traceback (most recent call last):
  File "/usr/share/sparrow-wifi/sparrow-wifi.py", line 1885, in onShowTelemetry
    telemetryWindow = TelemetryDialog()
  File "/usr/share/sparrow-wifi/telemetry.py", line 158, in __init__
    self.setGeometry(self.geometry().x(), self.geometry().y(), desktopSize.width() /2,desktopSize.height() /2)
TypeError: arguments did not match any overloaded call:
  setGeometry(self, QRect): argument 1 has unexpected type 'int'
  setGeometry(self, int, int, int, int): argument 3 has unexpected type 'float'
zsh: abort      sudo sparrow-wifi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions