Skip to content

CLN: Use https for @tm.network #36480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 19, 2020

Conversation

alimcmaster1
Copy link
Member

AssertionError: Caused unexpected warning(s): [('ResourceWarning', ResourceWarning("unclosed <ssl.SSLSocket fd=18, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('10.20.0.43', 54722), raddr=('172.217.204.95', 443)>"), ),

This is a google address -> which leads me to believe this resource warning is coming from our network function in _testing.py since it calls urllib.request.urlopen("https://www.google.com")

Note: this doesn't solve the problem but we should use https. (Avoids a redirect)

@jreback jreback added this to the 1.2 milestone Sep 19, 2020
@jreback jreback added the IO Network Local or Cloud (AWS, GCS, etc.) IO Issues label Sep 19, 2020
@jreback jreback merged commit 4236c86 into pandas-dev:master Sep 19, 2020
@jreback
Copy link
Contributor

jreback commented Sep 19, 2020

thanks @alimcmaster1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean IO Network Local or Cloud (AWS, GCS, etc.) IO Issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants