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
{{ message }}
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
Describe the bug
Running guiscrcpy from pip installation, exits with error when clicking start
To Reproduce
Steps to reproduce the behavior:
Open guiscrcpy
Select device
Click on start
Expected behavior
Opens scrcpy with chosen device
Screenshots
Traceback (most recent call last):
File "/home/rcristiano/.local/lib/python3.10/site-packages/guiscrcpy/launcher.py", line 926, in start_act
progress = self.progress(progress)
File "/home/rcristiano/.local/lib/python3.10/site-packages/guiscrcpy/launcher.py", line 806, in progress
self.progressBar.setValue(val)
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
Desktop (please complete the following information):
Describe the bug
Running guiscrcpy from pip installation, exits with error when clicking start
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Opens scrcpy with chosen device
Screenshots
Desktop (please complete the following information):
Linux
Distribution: Fedora Linux 35 (Workstation Edition) x86_64
Desktop Environment: GNOME 41.1
Architecture: Intel 64-bit
Additional context
Python: 3.10
The text was updated successfully, but these errors were encountered: