LeaPhant / flowabot

Modular Discord bot with fun features including twitch commands and advanced osu! commands. 🌷

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ffmpeg not found by default

oSumAtrIX opened this issue · comments

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

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.

commented

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