Client timeout error
Receiving this error after couple of uses. I think it indicates GitHub's rate limit although I do use GitHub tokens. Any idea what could be the problem?
hello .. i was having the same issue and i updated it to the last version and it is now working . just run : go install github.com/gwen001/github-subdomains@latest
hello.. i was trying your suggestion to updated the binary to the latest version, but its still not working. maybe this cause by my GitHub token? because i see the token i get when i create the token is totally different from what i see in tutorial.
hello.. i was trying your suggestion to updated the binary to the latest version, but its still not working. maybe this cause by my GitHub token? because i see the token i get when i create the token is totally different from what i see in tutorial.
where did you find tutorial??
I have the same problem, a week ago it was working, now it's not.
solved. In my case it helped to disable vpn
Hey there, The problem is that Github's API takes almost 8 seconds to respond and github-subdomains have a timeout of 5 seconds in the client, which always triggers a timeout error
I created a fork with custom timeout to fix this problem, 10 seconds or higher is good to go https://github.com/DEMON1A/github-subdomains