hands-on icon indicating copy to clipboard operation
hands-on copied to clipboard

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

Open akhilkuchil opened this issue 4 years ago • 2 comments
trafficstars

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 avatar May 18 '21 15:05 akhilkuchil

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.

akhilkuchil avatar May 19 '21 07:05 akhilkuchil

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

markov1100 avatar Nov 30 '21 20:11 markov1100