Describe the issue/error/question
I have created a flow in N8N that takes a CSV file, converts it to a spreadsheet, downloads photos and videos, and saves it to Google Drive. However, I am having trouble making the request for the file.
When I run this flow, I get this error on the HTTP Request node:
“The “url” argument must be of type string.”
I have tried converting it to a string using the expression below but got the same response.
{{$node[“IF3”].json[“videoUrl”].toString()}}
What is the error message (if any)?
The “url” argument must be of type string. Received undefined
{"status":"rejected","reason":{"code":"ERR_INVALID_ARG_TYPE","cause":{"code":"ERR_INVALID_ARG_TYPE"},"error":{"code":"ERR_INVALID_ARG_TYPE"},"options":{}}}
Please share the workflow
Share the output returned by the last node
[
{
"postUrl":
"https://www.instagram.com/p/CqJyGJzr1uI/",
"description":
"1 ou 2? Comenta o seu favorito!😍 • • • • #maquiagemlovers #makeup #makeuptutorial #maquiagemperfeita #maquiagemprofissional #maquiagempararevenda #make #maquiagem #maquiagemtutorial #explorar",
"commentCount":
0,
"likeCount":
323,
"pubDate":
45009.052037037036,
"likedByViewer":
"false",
"isSidecar":
"true",
"type":
"Video",
"profileUrl":
"https://www.instagram.com/maquiagens.decorada",
"username":
"maquiagens.decorada",
"imgUrl":
"https://scontent-yyz1-1.cdninstagram.com/v/t51.2885-15/337547302_867604434333244_7791282847450897423_n.jpg?stp=dst-jpg_e15&_nc_ht=scontent-yyz1-1.cdninstagram.com&_nc_cat=104&_nc_ohc=NQegB2_UgpIAX_W1CDP&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfCc4f_MvV0fN6c2AYLMy6wsQPbAJ5dCC2aIrVb14LMXeQ&oe=641F2C52&_nc_sid=8fd12b",
"videoUrl":
"https://scontent-yyz1-1.cdninstagram.com/v/t50.2886-16/337228048_438296888493951_2576282168697214685_n.mp4?_nc_ht=scontent-yyz1-1.cdninstagram.com&_nc_cat=103&_nc_ohc=eF6VTFX7g7AAX_HieZN&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfBoVj4DET4WSi5VaPkx5CXLfspVRRk4iAigjdcLvYhCIw&oe=641F2331&_nc_sid=8fd12b",
"viewCount":
2715,
"postId":
3065200780244887000,
"timestamp":
45009.54826427083,
"query":
"https://www.instagram.com/maquiagens.decorada/"
},
{
"postUrl":
"https://www.instagram.com/p/CqJx6hnrpeP/",
"description":
"Gostou? Comenta aqui!😍 • • • • #maquiagemlovers #makeup #makeuptutorial #maquiagemperfeita #maquiagemprofissional #maquiagempararevenda #make #maquiagem #maquiagemtutorial #explorar",
"commentCount":
2,
"likeCount":
255,
"pubDate":
45009.0509375,
"likedByViewer":
"false",
"isSidecar":
"true",
"type":
"Video",
"profileUrl":
"https://www.instagram.com/maquiagens.decorada",
"username":
"maquiagens.decorada",
"imgUrl":
"https://scontent-yyz1-1.cdninstagram.com/v/t51.2885-15/337310073_192703846833614_5736235136464639403_n.jpg?stp=dst-jpg_e15&_nc_ht=scontent-yyz1-1.cdninstagram.com&_nc_cat=102&_nc_ohc=Ab7Yap4mRawAX-QqwpD&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfBbIpX1_fdxR1AtRopS_pZxfc_C5RDNRQAaKhARZKUj9Q&oe=641F4F4D&_nc_sid=8fd12b",
"videoUrl":
"https://scontent-yyz1-1.cdninstagram.com/v/t50.2886-16/329781666_1653661168387875_944566412754934320_n.mp4?_nc_ht=scontent-yyz1-1.cdninstagram.com&_nc_cat=103&_nc_ohc=_pQawp06yAUAX_0MXkH&edm=AOQ1c0wBAAAA&ccb=7-5&oh=00_AfC1p4CfSZNX7GvFH5XPl5fcCfYip8bbd_T7Wyw219vjWg&oe=641F2AEE&_nc_sid=8fd12b",
"viewCount":
2037,
"postId":
3065200236299157500,
"timestamp":
45009.54826427083,
"query":
"https://www.instagram.com/maquiagens.decorada/"
},
Information on your n8n setup
-
n8n version: 0.221.2
-
Database you’re using (default: SQLite):
-
Running n8n with the execution process [own(default), main]:
-
Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker