issue_comments: 864477138
This data as json
| html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://github.com/pydata/xarray/issues/1068#issuecomment-864477138 | https://api.github.com/repos/pydata/xarray/issues/1068 | 864477138 | MDEyOklzc3VlQ29tbWVudDg2NDQ3NzEzOA== | 29051639 | 2021-06-19T23:51:09Z | 2021-06-19T23:51:09Z | CONTRIBUTOR | I'm also getting the same error when running I'm using pydap==3.2.2 and xarray==0.18.0, any help would be much appreciated! ```python import xarray as xr from pydap.client import open_url from pydap.cas.urs import setup_session username = "my_username" password= "my_password" session = setup_session(username, password, check_url=url) pydap_ds = open_url(url, session=session) store = xr.backends.PydapDataStore(pydap_ds) ds = xr.open_dataset(store) ``` ```html HTTPError: 302 Found <html><head> <title>302 Found</title> </head><body>FoundThe document has moved here. </body></html>``` |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
186169975 |