-
Notifications
You must be signed in to change notification settings - Fork 4
Programmatically-created jobs never finish #45
Comments
Hello, |
I added a check for no space in several entities name. |
@xpouyat - noted similar issues where jobs would hang when using job names that were too long. Worked fine after shortening the name as well. Don't remember length restriction for jobs though. I believe it is < 64 characters for the job name, 63 characters max. Had this issue with content key policy, container names, and streaming locators that wouldn't create properly as well, with different lengths. |
Thank you @xpouyat. I have re-created these jobs without spaces and they completed successfully. I have another issue with the API, where enqueued "audio analysis" jobs ( I recognise that this is not an issue with this library, so I would just like to check with you before I raise an issue - do you want an issue to be raised, or should I just raise it with MediaKind directly? |
@simonmckenzie I think the audio analysis has not been implemented yet in MK/io. It is in their roadmap for H1 2024 https://docs.io.mediakind.com/docs/feature-release-roadmap |
I agree, but this library and the API still allow you to create audio analysis jobs, they just do nothing. Should they? |
Actually, it is noted that only BuiItinStandardEncoderPreset is supported currently. |
Just an FYI - I also contacted MediaKind support about the "spaces in names" problem, and they are going to update their API to reject these invalid requests. This will be released in the second week of May. Thanks again for your quick fix for the library :) |
Hi,
I know this probably isn't an issue with this package, but I thought I may as well ask.
I am testing MKIO as a replacement for AMS, and am trying to encode some content. While the jobs do create correctly, they never complete (one has been in the "processing" state for three days):
My code is quite simple - it is trying to do a video encode (or an audio transcribe, neither one works) against files in existing assets (migrated from AMS using the commandline tool) - this is the essence of it:
Is there anything obvious I'm missing? I assume that there must be some problem in the platform too, if the jobs never complete or return errors.
The text was updated successfully, but these errors were encountered: