I created a scenario that rund on demand. It asks for a YouTube URL, then it calls the YouTube API, downloads the subtitles, generates chapters and updates the video description.
It worked a few times. Today, if I try to run it, it stays stuck at the first module, regardless of which module I choose.
Why do you think this happens?
Here’s the blueprint:
blueprint (7).json (64.0 KB)
And here’s the log

The last log message says “Requesting execution”.
This means that your scenario run is currently on the low-priority queue as Make’s server is handling higher priority scenario executions at the moment, so it is unable to handle the “Request” to run the scenario.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
After many attempts I found out it is a problem with the YouTube connection. I have to reauthorize it almost at every run. Sometimes, instead of returning an error, the scenario gets stuck.