API request with no response

Hi guys,

I wrote a python script to fetch advanced lists from BBK12. For most of the time it works well. Recently, it randomly happens that it looks stopping and waiting for the response from the server.

From my log, it is the right way that the API request returns two lines:

“Starting new HTTPS connection (1): api.sky.blackbaud.com:443”

"https://api.sky.blackbaud.com:443 "GET /school/v1/lists/advanced/123803?page=3 HTTP/1.1" 200 42"

But for some reason, I just receive one line:

“Starting new HTTPS connection (1): api.sky.blackbaud.com:443”

and then no more information returned. And the script can't move forward.

Do you have some idea about that?

Appreciate it!