USEPA / USEPA/StreamCatTools

error handling for showPctFull='true' when metric='all'

Open
#88 2 comments 0 reactions 1 assignee View on GitHub

@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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.