lingochamp / lingochamp/FileDownloader
Buly捕获的错误, java.net.SocketException,Software caused connection abort com.liulishuo.filedownloader.c.g.b(FetchDataTask.java:141)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 11.1k
- Forks
- 2.2k
- PR merge metrics
- No merged PRs in 30d
Description
1 java.net.SocketInputStream.socketRead0(Native Method)
2 java.net.SocketInputStream.socketRead(SocketInputStream.java:119)
3 java.net.SocketInputStream.read(SocketInputStream.java:176)
4 java.net.SocketInputStream.read(SocketInputStream.java:144)
5 com.android.okhttp.okio.Okio$2.read(Okio.java:136)
6 com.android.okhttp.okio.AsyncTimeout$2.read(AsyncTimeout.java:211)
7 com.android.okhttp.okio.RealBufferedSource.read(RealBufferedSource.java:50)
8 com.android.okhttp.internal.http.Http1xStream$FixedLengthSource.read(Http1xStream.java:393)
9 com.android.okhttp.okio.RealBufferedSource$1.read(RealBufferedSource.java:371)
10 java.io.InputStream.read(InputStream.java:101)
11 com.liulishuo.filedownloader.c.g.b(FetchDataTask.java:141)
12 com.liulishuo.filedownloader.c.e.run(DownloadRunnable.java:121)
13 java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
14 java.util.concurrent.FutureTask.run(FutureTask.java:266)
15 java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
16 java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
17 java.lang.Thread.run(Thread.java:764)
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
The report only provides a stack trace, with the failure reaching com.liulishuo.filedownloader.c.g.b(FetchDataTask.java:141). Start by inspecting that read path and determine the expected handling for this SocketException; no reproduction steps, requested change, or completion criterion are provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100