ThatOneCalculator / Among-Us-Dumpy-Gif-Maker

A tool to make dumpy among us GIFS
https://dumpy.t1c.dev
Other
520 stars 25 forks source link

Discord Bot seems to show images from other servers #15

Closed deesnuhtz closed 3 years ago

deesnuhtz commented 3 years ago

The Discord bot seems to be showing incorrect images, which may be from other discord servers. E2fiSxOWUAIc2ov

ThatOneCalculator commented 3 years ago

Could you please send the message ID of this message? image

deesnuhtz commented 3 years ago

sure! the message ID is 847892000874954762

ThatOneCalculator commented 3 years ago

Ok! I've done some investigation, and the image is downloaded fine, but the output got swapped for whatever reason. attach_847892000874954762.png attach_847892000874954762

dumpy847892000874954762.gif dumpy847892000874954762

I'm going to look into this further and see what I can do :)

ThatOneCalculator commented 3 years ago

I think I found the issue @deesnuhtz !

I'm going to change line 169 in sus.java from

runCmd("convert -delay 1x20 ./F_* -loop 0 " + output);

to

runCmd("convert -delay 1x20 ./F_*" + extraoutput + ".png -loop 0 " + output);

which should help track the intermediary files

ThatOneCalculator commented 3 years ago

I tested it by running 2 at once, it should be fine now. I would love if you could take down or correct the Tweets that highlight this issue, now that it's resolved.

If you enjoy this project, a star would be wonderful!

If you don't have any further questions, I'll close the issue

ThatOneCalculator commented 3 years ago

Closing, assuming everything is fine

deesnuhtz commented 3 years ago

thank you!