Getting an Invalid URL format code. I’m getting this error even when I use https://www.google.com . I’m new to this and also am a tech idiot so any help would be appreciated. https://www.gumloop.com/pipeline?run_id=YUeXuxdJXuAUgkxjBz9eFu&workbook_id=ejJNJjSGwiKccgkuitq8i7&tab=2
Hey @willthack! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.
-
Find your run link on the history page. Format:
https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
-
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
-
Provide details about the issue—more context helps us troubleshoot faster.
You can find your run history here: https://www.gumloop.com/history
Hey @willthack – Can you share your workflow and explain exactly what you’re trying to do with the Google URL?
Hey @wasay-gumloop-Will you see if this is now shareable? The flow, (my first one in case nobody could tell) is supposed to scrape all mp3 URLs from a specific web page, and then transcribe them, title them and store in google sheets doc.
Hey @willthack thanks for sharing!
A couple of notes here:
-
The website scraper expects a valid website link that you want to scrape. In your case, it looks like you’re passing in “google.com” along with an input node, which together isn’t a valid URL.
-
The website scraper node can scrape and output the site’s content, but it can’t fetch file objects directly from the site unless the MP3 files you want to scrape are actual MP3 links. If that’s the case, it might work.
I’d recommend removing the input node, manually adding the website URL in the website scraper node, and pairing it with the ‘Extract Data’ node instead of ‘Ask AI.’ This way, you’ll get more structured output from the scraped content.
Thanks for the advice, I’ll give this a try!
I’ve gone in and added the website scraper node but I continue to get errors and gummie has recommended adding nodes on top of nodes. Could you please look at my flow and tell me what I’m doing wrong? Still trying to get my first working flow. https://www.gumloop.com/pipeline?workbook_id=ejJNJjSGwiKccgkuitq8i7&tab=2&run_id=6XiBQQBVhJR8tnTMiawpks
Hey @willthack – This is great progress! There seems to be some extra lines in the URL
input parameter of the Speech to Text
node. Do you mind removing them and running the flow again please?
Let me know if that works
Unfortunately still no luck. https://www.gumloop.com/pipeline?workbook_id=ejJNJjSGwiKccgkuitq8i7&tab=3&run_id=iDCBZPpg8u5jdW2VtEBAkE
That is strange, the Speech to Text
node is somehow not recognizing the MP3 file. I’ll cut a ticket to fix this, really sorry for the trouble here!
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.