Dec 21, 2020 11:16 PM
Hi! I’m new to Airtable and without much programming skills. This is what I need to do:
Is there an easy way to do this?
Dec 22, 2020 10:14 AM
Hi Alan,
I made a YouTube video showing you how to fetch company favicons using the Data Fetcher app.
I hope it’s helpful!
Dec 22, 2020 11:32 PM
Andy, you’re so awesome. Thank you so much for this. This is going to open up a whole new universe for me. You’re very kind for doing this.
Dec 23, 2020 03:04 AM
No problem. Glad it was helpful!
Dec 23, 2020 04:33 AM
Trying to make this work. I’ve followed your video… but I’m getting an error:
Request failed with status code 400: {“error”:“Unresolved domain name.”}
This is the URL I’m getting from:
http://favicongrabber.com/api/grab/TestDomain*?pretty=true
(Test = My test base, Domain = the cleaned URL)
What am I doing wrong?
Dec 23, 2020 04:47 AM
It sounds like the api simply is not find the domain name.
Have you confirmed it works with that domain name? You can test it by simple navigating to this URL in the browser:
http://favicongrabber.com/api/grab/DOMAIN_NAME?pretty=true
If that’s not the issue - make sure there are no spaces in the table or field names. That can sometimes cause issues.
Dec 23, 2020 05:23 AM
Ok, I think I have an idea of what’s going on.
I have about 7,000 records. A number of these domains aren’t loading, and some are just slow. Perhaps that’s the problem.
Is there a way to skip to the next record when a URL isn’t functioning?
Dec 23, 2020 05:59 AM
Ah I see. At the moment there isn’t a way to skip to the next record - all requests is paused on error. Sorry about that! I will definitely add that to a future version of the app though.