nodeSolidServer / nodeSolidServer/node-solid-server
Get of file times out - socket disconnected
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
Node command line log of client:
Fetcher: <https://timbl.com/timbl/Public/Archive/linkeddata/chat/2019/08/23/chat.ttl> Non-HTTP fetch error: FetchError: request to https://timbl.com/timbl/Public/Archive/linkeddata/chat/2019/08/23/chat.ttl failed, reason: socket hang up
#### Error reading file Error: Fetcher: fetch failed: FetchError: request to https://timbl.com/timbl/Public/Archive/linkeddata/chat/2019/08/23/chat.ttl failed, reason: socket hang up
error object {"status":999,"statusText":"fetch failed: FetchError: request to https://timbl.com/timbl/Public/Archive/linkeddata/chat/2019/08/23/chat.ttl failed, reason: socket hang up","response":{"url":"https://timbl.com/timbl/Public/Archive/linkeddata/chat/2019/08/23/chat.ttl","status":999,"statusText":"FetchError: ECONNRESET","responseText":"request to https://timbl.com/timbl/Public/Archive/linkeddata/chat/2019/08/23/chat.ttl failed, reason: socket hang up","headers":{},"ok":false,"body":null,"bodyUsed":false,"size":0,"timeout":0}}
err.response [object Object]
err.response.status 999
Contributor guide
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
The issue names no source file or test; it only provides a Node command-line log for fetching the listed timbl.com URL. Start by reproducing the request and tracing the client’s fetch-error handling for ECONNRESET/socket hang up. Done should include a confirmed cause and a clearly defined client-side fix or explanation, but the current issue does not specify the expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- backend, cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100