TaylorSMarks / playsound

Pure Python, cross platform, single function module with no dependencies for playing sounds.
Other
517 stars 114 forks source link

Error While playing sound playsound.PlaysoundException: playbin.set_state returned <enum GST_STATE_CHANGE_FAILURE of type Gst.StateChangeReturn> #71

Open Lankapatii opened 3 years ago

Lankapatii commented 3 years ago

Traceback (most recent call last): File "/home/kali/Documents/iantpy/sou.py", line 3, in playsound("/home/kali/Documents/iantpy/songs/judai.mp3") File "/home/kali/.local/lib/python3.9/site-packages/playsound.py", line 105, in _playsoundNix raise PlaysoundException( playsound.PlaysoundException: playbin.set_state returned

while playing my audio i'm getting this error Can someone help me with this