Also, I tried eliminating one of the website scraper nodes, but still got the same error. I even tried a similar flow with no website scraping and only file reading, but it also failed.
Maybe I’m just doing something wrong, but I’m curious to know what more experienced users here think. If it’s something I should send to Gumloop support through another channel, please LMK. Thanks!
Hey! The issue here is that you’re passing a website scraping step into another website scraping step. The second step expects a url and it’s getting the content from the site. If you eliminate one of them and remove loop mode, you should be able to get this running!
Hey @rvmrosas - The File Reader node expects a File input however your flow seems to be passing the website scraped content into the File input due to which the node fails.
I’d recommend reviewing some of the document processing templates here to get an idea of how the nodes work: Gumloop | Templates