github-subdomains icon indicating copy to clipboard operation
github-subdomains copied to clipboard

Client timeout error

Open Hell0Steve opened this issue 1 year ago • 6 comments

Screenshot 2024-03-03 104430

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?

Hell0Steve avatar Mar 03 '24 08:03 Hell0Steve

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

abdushams avatar May 11 '24 15:05 abdushams

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.

EricArdiansa avatar May 16 '24 16:05 EricArdiansa

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??

adhvaidhloi avatar Jul 24 '24 13:07 adhvaidhloi

image I have the same problem, a week ago it was working, now it's not.

aleksey-vi avatar Aug 12 '24 16:08 aleksey-vi

solved. In my case it helped to disable vpn

aleksey-vi avatar Aug 13 '24 11:08 aleksey-vi

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

DEMON1A avatar Dec 02 '24 11:12 DEMON1A