stepview icon indicating copy to clipboard operation
stepview copied to clipboard

unclosed socke

Open vincentclaes opened this issue 2 years ago • 0 comments

there is an unclosed socket somewhere ...

ResourceWarning: Enable tracemalloc to get the object allocation traceback
/Users/vincent/Workspace/stepview/stepview/data.py:113: ResourceWarning: unclosed <ssl.SSLSocket fd=42, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('192.168.0.219', 57577), raddr=('52.119.190.194', 443)>
  return run_for_profile(profile_name=aws_profile, period=period)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/Users/vincent/Workspace/stepview/stepview/data.py:113: ResourceWarning: unclosed <ssl.SSLSocket fd=44, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('192.168.0.219', 57578), raddr=('52.119.190.194', 443)>
  return run_for_profile(profile_name=aws_profile, period=period)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/Users/vincent/Workspace/stepview/stepview/data.py:113: ResourceWarning: unclosed <ssl.SSLSocket fd=37, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('192.168.0.219', 57586), raddr=('52.119.190.194', 443)>
  return run_for_profile(profile_name=aws_profile, period=period)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/Users/vincent/Workspace/stepview/stepview/data.py:113: ResourceWarning: unclosed <ssl.SSLSocket fd=57, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('192.168.0.219', 57587), raddr=('52.119.190.194', 443)>
  return run_for_profile(profile_name=aws_profile, period=period)

vincentclaes avatar May 07 '22 08:05 vincentclaes