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

Infinite rendering when provided negative percentage value

ILW8 opened this issue · comments

When rendering a beatmap, putting something like -100% as an argument will cause flowabot to infinitely render frames until either it is restarted or /tmp/frames runs out of space.

Screenshot
Screenshot2

I think either sanitizing input (only positive values) or implementing reverse playback solves the issue. Obviously, the former's easier than the latter.

Closed by 2ae69fe