Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating in.gif... Something went wrong. Removing temporary files... #5

Open
RobinFen opened this issue Feb 15, 2019 · 2 comments
Open
Assignees
Labels

Comments

@RobinFen
Copy link

hello!

I'm trying to get your bash scripts to work on xUbuntu. They look like exactly what I need, so I was pretty excited to find them.

I have imagemagick and gifsicle installed, and coreutils is up to date.
However when I run

../gifsy.sh in.jpg

I get the following error:

Creating in.gif...
Something went wrong.
Removing temporary files...

I can see in the file manager that it is attempting to create the output file, but then it fails.
I have tried using a very small input image to test if it is a memory problem, but that didn't make any difference.
If you've got any ideas I'd really appreciate it!
Thank you!

@RobinFen
Copy link
Author

another detail - in order to run ./gifsy.sh I had to add this shebang to the top of the script: #!/bin/bash

as in xubuntu the default sh simlink points to dash, and this was throwing a syntax error.

@alexadam alexadam self-assigned this Feb 16, 2019
@alexadam alexadam added the bug label Feb 16, 2019
@alexadam
Copy link
Owner

Thanks for reporting this. I'll take a look on it asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants