Hello! I have workflow that’s been running flawlessly for months. I checked on it today and noticed a lack of updates in my MongoDB, which is hosted on the free tier at https://cloud.mongodb.com. I don’t see any error in my workflow, and no notifications from Mongodb.com suggesting that I hit any limits. It’s not a lot of data, and my insert rate is very low.
I really have no idea how to troubleshoot this. Any direction would be much appreciated.
Oh, sorry. I think that this doesn’t have to do with n8n after all. I think that I may have run up on YouTube’s API quota, or Google forgot my developer status. The youtube video information is getting inserted into n8n, but a different workflow that summarizes the video and inserts the summary into the database isn’t working. I’ll have to dive into this deeper tomorrow.
Apparently, one pesky YouTube video was removed between the collection and summation stages, which caused the second workflow’s “get video” call to YouTube to return an empty set. This caused my workflow to stop.
Unfortunately since that video was not processed, every time my workflow ran, it tried again. I added an IF block to skip videos if they cannot be found on YouTube, which solved the problem.
Hi @sinchana , Unfortunately I don’t have an immediate answer for you. Your question is a bit different than mine because it involves not only uploading a file, but also opening and reading the file. I briefly looked into it, but didn’t find way to read the uploaded file on n8n cloud.
I might recommend that you post this question as a new question to the n8n Questions category to get more assistance.