Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting request failed: unsupported protocol scheme error. #65

Open
urakesh661 opened this issue Apr 13, 2020 · 7 comments
Open

Getting request failed: unsupported protocol scheme error. #65

urakesh661 opened this issue Apr 13, 2020 · 7 comments

Comments

@urakesh661
Copy link

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

@giany
Copy link

giany commented Apr 22, 2020

Probably you don't have the scheme properly set.

@storenth
Copy link

@giany provide with example please, because I got the same issue too.

@storenth
Copy link

I think we need to use httprobe first to construct hostFiles with http/https
Suggest to close the issue

@m0nk3y-s3c
Copy link

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

@rajeshk28
Copy link

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

@junnlikestea
Copy link

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.

@mhassani97
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants