Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: arguments did not match any overloaded call #84

Open
asynctdm opened this issue Dec 24, 2022 · 1 comment
Open

TypeError: arguments did not match any overloaded call #84

asynctdm opened this issue Dec 24, 2022 · 1 comment

Comments

@asynctdm
Copy link

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
@ghostop14
Copy link
Owner

Hi asynctdm. Try a fresh pull from git. This issue came up late last year and I pushed updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants