Getting request failed: unsupported protocol scheme error.
Hi,
I am getting request failed: unsupported protocol scheme error for all the hosts even though they are alive and resolve when accessed through browser.
Error :
request failed: Get sadsa.test.com*: unsupported protocol scheme ""
Can you please suggest.
Thanks
Probably you don't have the scheme properly set.
@giany provide with example please, because I got the same issue too.
I think we need to use httprobe first to construct hostFiles with http/https Suggest to close the issue
Same issue here. I have a list of alive hosts with both http https schems. and i'm getting the same error. request failed: Get alive.subdomain.com/: unsupported protocol scheme ""
Thanks
Same issue here. I have used httprobe which will have http and https but and i'm getting the same error. request failed: Get "/robots.txt": unsupported protocol scheme "" request failed: Get "": unsupported protocol scheme ""
Any fix here? seems to be many users are reporting
I had the same error on Void Linux. I changed the hosts.txt,paths.txt to hosts and paths without the extension. This fixed the problem for me.
you can use this bash script
for domain in $(cat hosts | httpx); do meg -concurrency 20 /robots.txt "http://$domain" ; done;
You Should Install httpx Also . (Optional)