Youtube processor issue [SOLVED]
-
- Posts: 106
- Joined: Wed Dec 27, 2017 3:21 am
Youtube processor issue [SOLVED]
Noticed a possible bug when this vimeo URL was submitted. It seemed odd that the next MXF processor could not deal with a mp4 or mkv that usually gets downloaded by youtube-dl. I built a test workflow with a branch that copied the direct output of the Youtube processor, instead of media it output another URL file. There was *not* an error on the youtube process, the MXF encoder block tried to treat the new .url file as media and that is where the workflow failed. When I take that same URL and run "youtube-dl.exe https://vimeo.com/412284840" it downloads media without issue.
Last edited by crispyjones on Mon May 11, 2020 11:18 pm, edited 1 time in total.
Re: Youtube processor issue
Hi crispyjones,
This bug is already fixed in the upcoming 1.0.0.5 bug fix release. Stay tuned.
-steinar
This bug is already fixed in the upcoming 1.0.0.5 bug fix release. Stay tuned.
-steinar
-
- Posts: 106
- Joined: Wed Dec 27, 2017 3:21 am
Re: Youtube processor issue [SOLVED]
The upgrade to 1.0.0.5 fixed this issue. Thank you.