URL parameter must be a string, got object

Hello, I’m having a problem with the penultimate node.
The error it returns is: URL parameter must be a string, got object
I’ve been trying to solve it for three days, and I’ve also changed the settings.
I’m hoping for help; I’ll attach a link to the working project.

Hi @soni, welcome!

I’d like to take a guess here :slight_smile:

Look at this expression:

image

You are probably missing .result_url, it should likely look like this:

{{ $('1080 p').item.json.data.result_url || $('Check Video Status (Fixed URL)').item.json.data.response.resultUrls[0] }}

I don’t understand what’s missing, I ask the neural network, it doesn’t help either.

Can you just try this expression?

1 Like

It worked, thank you so much!!!
But now there’s a new error…

1 Like

As the error says:
image

Try creating a manual title first just for testing,
If it works, then your title expression needs editing, make it shorter or remove some characters, etc..

2 Likes

Good job)
Thanks for your help, everything worked out!)))

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.