Error with sound when starting script

Hi,

I have a script that displays a sound half way through, this works on one laptop, however, when I change it to another laptop the script immediately breaks with the following errors;

File “C:\Users\maitland-local\Desktop\DASH\DASH Task_lastrun.py”, line 1315, in
run(
File “C:\Users\maitland-local\Desktop\DASH\DASH Task_lastrun.py”, line 426, in run
sound_1 = sound.Sound(
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\sound\backend_ptb.py”, line 334, in init
self.setSound(value, secs=self.secs, octave=self.octave,
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\sound\backend_ptb.py”, line 442, in setSound
_SoundBase.setSound(self, value, secs, octave, hamming, log)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\sound_base.py”, line 209, in setSound
self._setSndFromFile(p)
File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\sound\backend_ptb.py”, line 448, in _setSndFromFile
self.sndFile = f = sf.SoundFile(filename)
File “C:\Users\maitland-local\AppData\Roaming\Python\Python38\site-packages\soundfile.py”, line 658, in init
self._file = self._open(file, mode_int, closefd)
File “C:\Users\maitland-local\AppData\Roaming\Python\Python38\site-packages\soundfile.py”, line 1216, in _open
raise LibsndfileError(err, prefix="Error opening {0!r}: ".format(self.name))
soundfile.LibsndfileError: Error opening ‘bleep-41488.mp3’: Error : bad data offset.
################# Experiment ended with exit code 1 [pid:5808] #################

I have tried changing the audio library but not no effect.

Thank you for any help.

This issue was is that I needed to change the sound file to 16bit, 44,1000 Hz. This I did via audacity. Follow link below to where I found the solution.