#FFMPeg does not work

1 messages · Page 1 of 1 (latest)

keen storm
#

For some reason disnake returns the following error when trying to play sound using the disnake.FFMPegAudio

AttributeError: 'FFmpegAudio' object has no attribute '_process'
Command raised an exception: TypeError: __init__() missing 1 required keyword-only argument: 'args'
#

Full traceback:

Traceback (most recent call last):
  File "C:\Users\user\AppData\Roaming\Python\Python38\site-packages\disnake\player.py", line 100, in __del__
    self.cleanup()
  File "C:\Users\user\AppData\Roaming\Python\Python38\site-packages\disnake\player.py", line 221, in cleanup
    self._kill_process()
  File "C:\Users\user\AppData\Roaming\Python\Python38\site-packages\disnake\player.py", line 172, in _kill_process
    proc = self._process
modest cradle
#

did u install disnake[voice] ?

keen storm
#

Yup, I figured it out, just me missing arguments 😅