Hi all! I have been trying to load an image during runtime using the “download image” node. However, when I append a string to include a parameter, which is connected to the ‘url’ portion, it doesnt load and would print ‘failed’. but if i were to write the parameters out manually within the append string node, it works.
my parameter is coming from a php script, which i have already made sure to trim.
echo trim($url);
so I was wondering if there is anything else I can check for? or how would I print out why it failed using the blueprints? thanks in advance!