kotlin-hands-on / hands-on

Apache License 2.0
130 stars 176 forks source link

Application runs once followed by 403 error - Introduction to Coroutines and Channels #137

Open akhilkuchil opened 3 years ago

akhilkuchil commented 3 years ago

When I download and run the main file initially with my credentials and 'BLOCKING' mode for 'kotlin' repository, it generates the results as mentioned in the tutorial. But when we see the logs, for the last few repos, it throws 403 error. And when I run the second time, it immediately fails with 403 error.

I have tried steps such as restarting the application, adding credentials again but to no avail. Although re-downloading the repo and starting it again, worked again one time but didn't work for second time.

OS - MacOS Big Sur IDE - Intellij IDEA CE

Please let me know if some more information is needed to help identify the issue.

akhilkuchil commented 3 years ago

On rechecking it today, it looks to be a rate-limiter kind of blocking (i.e., number of requests per day). Re-downloading the repo in the same day after already getting 403 didn't help.

markov1100 commented 2 years ago

bump. Same problem here. After stopping the app and running it again I get 403 when clicking on "Load contributors" .

After some period of time I got lucky and made a request. Once. After that , making the request again I met the same error