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 just started the program its W11 platform, and I haven't got to bar in normal colors (like inactive or something), after clicking on devices, the program just turns off. Below I post screen and command line after clicking the Devices in program
PS C:\Users\SQ8M\Downloads\morseangel-main> python .\morseangel.py Torch using cpu MorseDecoderRegen.__init__: 11.0 23.0 25.0 Init zenv 50 Traceback (most recent call last): File "C:\Users\SQ8M\Downloads\morseangel-main\morseangel.py", line 374, in openAudioDialog self.audio_dialog.set_audio_devices(self.audio_devices) File "C:\Users\SQ8M\Downloads\morseangel-main\audiodialog.py", line 35, in set_audio_devices self.default_device_index = audio_devices.index(default_device) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: <PyQt5.QtMultimedia.QAudioDeviceInfo object at 0x0000024D9A8E0A50> is not in list
Best regards,
Mateusz SQ8M
The text was updated successfully, but these errors were encountered:
I just started the program its W11 platform, and I haven't got to bar in normal colors (like inactive or something), after clicking on devices, the program just turns off. Below I post screen and command line after clicking the Devices in program
PS C:\Users\SQ8M\Downloads\morseangel-main> python .\morseangel.py
Torch using cpu
MorseDecoderRegen.__init__: 11.0 23.0 25.0
Init zenv 50
Traceback (most recent call last):
File "C:\Users\SQ8M\Downloads\morseangel-main\morseangel.py", line 374, in openAudioDialog self.audio_dialog.set_audio_devices(self.audio_devices)
File "C:\Users\SQ8M\Downloads\morseangel-main\audiodialog.py", line 35, in set_audio_devices self.default_device_index = audio_devices.index(default_device)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: <PyQt5.QtMultimedia.QAudioDeviceInfo object at 0x0000024D9A8E0A50> is not in list
Best regards,
Mateusz SQ8M
The text was updated successfully, but these errors were encountered: