uutils / uutils/uutils.github.io
bug: a large string of command trigger an unhandled IO error
Open
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 18
- Forks
- 11
- Avg merge
- 3h
- Merged PRs (30d)
- 8
Description
Hi, @sylvestre and in general uutils mainteners
i want let you known, i used a very long url
>>> req = requests.get(f"https://uutils.github.io/playground/?cmd={'%0B%0Bls%0B%0Bls%0B%0Bls%0B%0Bls%0B%0Bls%0B%0Bls%0B%0Bls%0B%0Bls'*9999}")
>>> print(req.text)
I/O error
>>>
as i see an unhandled I/O error sended by the playground
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.
Research direction
No source file, test, or entry point is identified. Reproduce the request against the playground with the long cmd value, then trace how that input is handled and define completion as avoiding an unhandled I/O error for this case.
Written by the indexing model from the issue text.
Assessment
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100