Sound error: AttributeError: 'SoundPTB' object has no attribute 'isFinished'

I am having an issue adding sound to my experiments. I have been able to do so without any issues in the past. However, now I am getting the message below. The sound plays in an abnormally high pitch tone, closes, and then gives me the error message. I have installed psychopy-sounddevice via the command prompt already but still get the error message. I am not really sure how to resolve this. Any suggestions?

Thanks in advance.

Running: C:\Users\17703\Documents\SDI\SameDiff-Instruct_lastrun.py

15.1630 INFO Loaded monitor calibration from [‘2022_04_10 17:50’]
pygame 2.1.0 (SDL 2.0.16, Python 3.8.10)
Hello from the pygame community. Contribute - pygame wiki
2.0979 ERROR Support for the sounddevice audio backend is not available this session. Please install psychopy-sounddevice and restart the session to enable support.
Traceback (most recent call last):
4.2970 WARNING User requested fullscreen with size [1536 864], but screen is actually [1920, 1080]. Using actual size
1.0166 WARNING Monitor specification not found. Creating a temporary one…
File “C:\Users\17703\Documents\SDI\SameDiff-Instruct_lastrun.py”, line 985, in
elif sound_1.isFinished:
AttributeError: ‘SoundPTB’ object has no attribute ‘isFinished’
################# Experiment ended with exit code 1 [pid:2652] #################

I tried to set up auditory Oddball paradigm set and face with similar problem. Latest version have some issue. Try to use 2023.1.1 version. It solved my problem.

Unfortunately, I am using 2023.1.1 and it still occurs.

Hello! I have been having the same problem. I am using version 2023.1.3, which I have to use because of the eye-tracking components it offers. Did you ever resolve your issue?

I am brand new to PsychoPy, so after asking Google lots of questions, I have tried:

Changing the order of the components in the routine, changing the start time of the audio from 0.0 to 0.1 or 1.0, and changing from “PTB” to each of the other options in the AudioLib. I also changed the WAV file to be 44.1KHZ and put it in its own audio folder within the experiment folder. Is there something I am overlooking? Or will audio not work with the version of PsychoPy I have to use? I appreciate any updates or insight you have on the matter.