-
Notifications
You must be signed in to change notification settings - Fork 56
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
Unable to send image #148
Comments
Within the Go app, it invokes exec.Command on the transcoding script, so it shouldn't be dependent on path environment. From a terminal within the running container, can you confirm the file is present and executable? Is this running the container from the recent PR? |
from inside the container
I just figured it out. I was using @lil5 new containers and they don't have
|
Really sorry about this, going to be self hosting an instance of databag from tonight 🤞 @balzack Do you have a community databag server? Great for testing federation, email me at li@last.nl |
I run several different instances for various testing scenarios. I also host databag.coredb.org for people browsing the repo test out, would this work for you? |
Attempting to send an image results in a failure.
I have databag deployed using docker compose.
Logs:
The
/opt/databag/transform/transform_ilg.sh
is present in the container. I think that the error could be coming from the process and the args that it is invoked with.The text was updated successfully, but these errors were encountered: