larrywpursley / apk-downloader

Automatically exported from code.google.com/p/apk-downloader
0 stars 0 forks source link

登录成功,下载失败。 #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. 填写登陆账号密码及DeviceID
2. 启用代理(Sock5)
3. 登陆成功,在主页搜索也成功。下载提示失败。

What is the expected output? What do you see instead?
我是通过Tunnelier连接SSH账号,开的本地代理,下载时有如下��
�示信息:
11:08:36.796 (unrecognized proxy protocol) connection from 127.0.0.1:4358 
failed: Unsupported client protocol; the client may be expecting a regular HTTP 
proxy.

What version of the product are you using? On what operating system?
XP 系统,APK Downloader版本1.1.1

Please provide any additional information below.
请问是不是不支持Sock5代理的关系,可以增加Sock5支持吗?

Original issue reported on code.google.com by apris...@gmail.com on 16 Feb 2013 at 3:19

GoogleCodeExporter commented 8 years ago
13-02-16 11:08:36 [ERROR] 
com.chenfei.android.apk.downloader.ui.common.DownloadWorker<doInBackground>>(?) 
- Download app error.
java.net.SocketException: Unexpected end of file from server
    at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
    at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
    at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
    at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
    at java.net.HttpURLConnection.getResponseCode(Unknown Source)
    at com.chenfei.android.apk.downloader.session.Session.downloadApp(Unknown Source)
    at com.chenfei.android.apk.downloader.ui.common.DownloadWorker.doInBackground(Unknown Source)
    at com.chenfei.android.apk.downloader.ui.common.DownloadWorker.doInBackground(Unknown Source)
    at javax.swing.SwingWorker$1.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at javax.swing.SwingWorker.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

Original comment by apris...@gmail.com on 16 Feb 2013 at 3:24