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
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
The text was updated successfully, but these errors were encountered:
I am not able to access telemetry window at all , have installed all the dependencies in the documentation . Any help appreciated
The text was updated successfully, but these errors were encountered: