Closed Esa824 closed 1 year ago
If I were to guess, the goroutine closes immediately after your method exits and closes the file and player via defer
. If you believe this is a bug in goncurses
, please reopen this issue and provide more context like logs/errors.
Ok when I run it without goncursers its fine but when I run it with goncursers then it fails here are some logs:
I have this code
I need to run audio but whenever I run audio it doesn't work the name I change it to my mp3 name that doesn't trouble it but the code does. How do I fix this?