I\'m making multiple connection to API. Making delete query. I got that error on a 3000\'th query.
Something like this:
def delete_request(self,pat
The error comes from Windows itself, see Avoiding TCP/IP Port Exhaustion. To fix the error close your connection, you are not calling opener.close() hence leaking sockets.