You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When requesting a large timeseries (e.g. 15 years of 15 minute data....try Baldhill_Dam-Tailwater.Elev.Inst.~15Minutes.0.Raw-USGS-NGVD29), the following error occurs:
File c:\\anaconda3\envs\env-cwms\lib\site-packages\cwms\api.py:269, in get_with_paging(selector, endpoint, params, api_version)
267 first_pass = True
268 while (params["page"] is not None) or first_pass:
--> 269 temp = get(endpoint, params, api_version=api_version)
270 if first_pass:
271 response = temp
...
--> 233 raise ApiError(response)
235 try:
236 return cast(JSON, response.json())
The text was updated successfully, but these errors were encountered:
When requesting a large timeseries (e.g. 15 years of 15 minute data....try Baldhill_Dam-Tailwater.Elev.Inst.~15Minutes.0.Raw-USGS-NGVD29), the following error occurs:
The text was updated successfully, but these errors were encountered: