Hi, I’m trying to create my own newsfeed in Discord from RSS. About ~100 links per day but get error:
Problem in node ‘Discord‘
Cannot read properties of undefined (reading ‘error’)
To reduce the quantity of links per webhook, I tried a Loop Over Item but it will only run once.
Thanks for the guidance. ‘Discord’ shows the error of posting more than 9 items. ‘9 item for loop’ shows my batch size, but will not loop for another batch.
Hi there, i think you need to check closely about the data coming from the split out node before the loop over items node
Do you confirm that the data from the split out are standardized and have all those fieelds that you want to use in the discord node?
Because it might be the issue, like on the 9th items, it is missing some fields that you are trying to use in the discord node, which makes it stop and failed, because the variable you are trying to use is not there, therefore the error says the data is undefined