reddit icon indicating copy to clipboard operation
reddit copied to clipboard

"Too Many Requests", "error": 429

Open lanastasov opened this issue 6 years ago • 0 comments

the http.Get() request to http://reddit.com/r/golang.json is failing with error 429 "Too Many Requests" but the browser is able to open the golang.json file.

I exposed golang.json to my web server and still the same error then moved all the source code in main.go file and it worked with golang.json placed in my server and it printed again the same error with call to http://reddit.com/r/golang.json

Any ideas how to fix the program.

lanastasov avatar Nov 27 '19 08:11 lanastasov