Status Update
Comments
me...@google.com <me...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
pa...@google.com <pa...@google.com> #3
pa...@google.com <pa...@google.com>
na...@google.com <na...@google.com> #4
The Transcoder engineering team informed that the fix for this issue will be release during this week.
Any update about this, it will posted in this thread.
na...@google.com <na...@google.com> #5
The Transcoder engineering team informed that they need to add some validation; therefore the fix for this issue will be postponed. Currently there is not ETA.
Any update about this, it will posted in this thread.
ni...@stemious.com <ni...@stemious.com> #6
Whenever we are running the same failed job again with the same parameters then it is completed successfully.
Description
Problem you have encountered:
Problem is happening in Google Cloud transcoder API I am usinghttps://github.com/googleapis/nodejs-video-transcoder official nodejs module while creating jobTemplates I am providing existing project name but after job template got created unknown Id is coming.
After I tried to create a job using the id, I am getting an error saying jobTemplate not found but when tried to list the job templates they both are showing.
tried with projectId (node:35467) UnhandledPromiseRejectionWarning: Error: 5 NOT_FOUND: jobTemplate projects/<redacted project ID>/locations/us-west1/jobTemplates/my-test-template1 not found in project <redacted project ID> location us-west1
tried with projectName (node:35621) UnhandledPromiseRejectionWarning: Error: 5 NOT_FOUND: jobTemplate projects/<redacted project name>/locations/us-west1/jobTemplates/my-test-template1 not found in project <redacted project ID> location us-west1
but while listing jobTemplates projects/<redacted project ID>/locations/us-west1/jobTemplates/my-test-template1 is getting listed
What you expected to happen: const projectId = '<redacted project name>'; const location = 'us-west1'; var templateId = 'my-test-template1';
for these inputs expected: projects/<redacted project name>/locations/us-west1/jobTemplates/my-test-template actual: projects/<redacted project ID>/locations/us-west1/jobTemplates/my-test-template
when creating jobs using jobTemplate getting ERROR with both Id and name.
expected: job should have been created at least with Id or project name
Steps to reproduce: create a new project in console Enable transcoder API create a jobTemplate with projected as name
Other information (workarounds you have tried, documentation consulted, etc):