PermissionErrorPermissionError
The operation is not permitted due to insufficient file system permissions.
socket.gaierror: Name or service not knownDNS resolution failed for the specified hostname.
The hostname could not be resolved to an IP address. The hostname may be misspelled, the DNS server may be unreachable, or there is no internet connection.
Verify the hostname is correct. Check internet connectivity. Try resolving with socket.getaddrinfo(). Test DNS with nslookup or dig. Use IP address directly as a temporary workaround.
PermissionErrorThe operation is not permitted due to insufficient file system permissions.
ValueErrorA function received an argument of the right type but an inappropriate value.
ConnectionResetErrorThe connection was forcibly closed by the remote server.
ResourceWarningA warning about improper resource management, such as unclosed files or connections.
FloatingPointErrorA floating point operation failed. Rarely seen unless fpectl is enabled.
MemoryErrorThe Python interpreter ran out of available memory.