Hey everyone,
I am a beginner and I was following a template from YT.
Here is the video: https://www.youtube.com/watch?v=yUVv7XHqvpA&t=871s
But I got stuck when I connect CloudConvert with Apify.
I bought more credits on CloudConvert but there is nothing to do. I ran the sequence just before adding cloud convert and everything worked well.
In the video there is no problem at this point and I did not find solutions by myself so I am really open to some help !
Thanks in advance
Welcome to the Make community!
It appears that the videoUrl variable from module 2 is empty.
If you need further assistance, please provide the following:
1. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Uploading it here will look like this:
blueprint.json (12.3 KB)
2. And most importantly, Output bundles
Please provide the output bundles of the Get Dataset Items module by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select âDownload input/output bundlesâ.
A.
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
Uploading them here will look like this:
module-1-output-bundle.txt (12.3 KB)
B.
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:
-
Either add three backticks ```
before and after the code, like this:
```
input/output bundle content goes here
```
-
Or use the format code button in the editor:
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
samliew â request private consultation
Join the Make Fans Discord server to chat with other makers!
1 Like
Hey,
indeed the video url was empty but I tried with input irl and it doesnât work as I got an error saying this conversion type was not accepted.
Here is the sequence:
blueprint-2.json (15.9 KB)
The output bundle is empty so here is the input bundle:
[
{
âexportâ: {
âdownloadFileâ: true
},
âimportâ: {
âurlâ: âhttps://www.instagram.com/nomadatoast/reels/â,
âimportTypeâ: âurlâ
},
âoptionsâ: {
âfilenameâ: âIGscrap.mp3â,
âuseInputTypeâ: ânoâ,
âoutput_formatâ: âmp3â
}
}
]
Thatâs not a direct link to a media file. You need to provide the full direct link to a media file including file extension, that when opened in your web browser, it plays by itself and is not framed in another page.
If you search for previous posts I made, I have an example somewhere on this forum about getting information from Instagram, or you can hire me to build it for you.
samliew â request private consultation
Join the unofficial Make Discord server to chat with us!
1 Like