Skip to content
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

SSLError #107

Open
Niuhao1998 opened this issue May 10, 2023 · 0 comments
Open

SSLError #107

Niuhao1998 opened this issue May 10, 2023 · 0 comments

Comments

@Niuhao1998
Copy link

I run the example code like this:

from intern import array
em = array("bossdb://mulcahy2022/15h_L1/em")
data = em[2300:2301, 15000:16024, 12000:13024]

However,there are some bugs here.
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='s3.amazonaws.com', port=443): Max retries exceeded with url: /bossdb-open-data/mulcahy2022/15h_L1/em/info (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1129)')))

when I debug the code in intern.
array.py:(1150)self._channel = self.volume_provider.get_channel(
uri.channel, uri.collection, uri.experiment
)
the bug is here.
I want to know how to get the data.Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant