Open Ch0ikyle opened 4 years ago
I solved this error by changing code:
const mp3 = fs.readFileSync();
but, fundamental problem remains.
Actually, My app stops when app calls that API. I thought this was due to EPIPE error. However, the app still stops...
I want to play music that received from my server. it works properly without error when I test it in the local, but EPIPE errors occur when I test it in the server.
It is my code and I don't know how to fix it.
why it happens???