error handling for showPctFull='true' when metric='all'
Open
@mhweber is already working on this.
Since Mar 24, 2026.
bug
- Dominant language
- HTML
- Stars
- 41
- Forks
- 15
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 2
Description
Requesting all metrics in StreamCatTools
df <- sc_get_data(comid='179', aoi='ws', metric='all')
Gives this appropriate warning message
Using metric='all' with a large aoi may take a considerable amount of time to return results - request may timeout if multiple AOIs are requested
However adding showPctFull='true'
df <- sc_get_data(comid='179', aoi='ws', metric='all',showPctFull='true')
Gives the warning plus an unhelpful HTTP 555 error message
Using metric='all' with a large aoi may take a considerable amount of time to return results - request may timeout if multiple AOIs are requested
An error occurred during req_perform(); the service may be down or function parameters may be mis-specified: HTTP 555.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.