LeaPhant / flowabot

Modular Discord bot with fun features including twitch commands and advanced osu! commands. 🌷
MIT License
111 stars 33 forks source link

ffmpeg not found by default #15

Closed oSumAtrIX closed 5 years ago

oSumAtrIX commented 5 years ago

No binary of ffmpeg is beeing provided when setting up flowabot https://i.imgur.com/pr4HpXO.png You might add that to your readme

LeaPhant commented 5 years ago

The ffmpeg binary should be provided by the ffmpeg-static module, although I haven't tested it on ARM. Since you had another module error in the other issue maybe remove the node_modules folder an do npm i again.

lurr commented 5 years ago

The binaries for ARM seem to have been added in commit eugeneware/ffmpeg-static@786ca8daf8e985fc3b906e81e81374d7dd3b0c6e, which may fix the issue. Should be as simple as updating the dependency to 2.5.0, hopefully.