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

image-to-video endpoint hangs when using webhook #33

Open
briandrew4857 opened this issue Oct 8, 2024 · 1 comment
Open

image-to-video endpoint hangs when using webhook #33

briandrew4857 opened this issue Oct 8, 2024 · 1 comment

Comments

@briandrew4857
Copy link

The image-to-video endpoint works correctly without the use of a webhook. However, after adding a webhook, the process hangs at the following log:

INFO:services.image_to_video:Running FFmpeg command: ffmpeg -framerate 24 -loop 1 -i

Steps to Reproduce
Call the image-to-video endpoint without a webhook.
Result: It completes successfully.
Add a webhook to the request.
Result: The process hangs and never completes, stopping at the FFmpeg log.

@stephengpope
Copy link
Owner

can you provide the entire payload, any media URLs and the build, https response, etc?

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

No branches or pull requests

2 participants