You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. 打开程序,会显示登陆成功。
2. 在搜索框中输入'google',右下角显示‘搜索失败’。
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Ver 1.3.0
Please provide any additional information below.
----------------------------------------
error.log
----------------------------------------
13-04-22 18:01:34 [ERROR]
com.chenfei.android.apk.downloader.ui.home.search.SearchWorker<doInBackground>>(
?) - 搜索错误
java.lang.RuntimeException: java.lang.RuntimeException:
java.lang.RuntimeException: Response code = 400, msg = Bad Request
at com.gc.android.market.api.MarketSession.executeProtobuf(Unknown Source)
at com.gc.android.market.api.MarketSession.flush(Unknown Source)
at com.chenfei.android.apk.downloader.session.Session.searchApps(Unknown Source)
at com.chenfei.android.apk.downloader.ui.home.search.SearchWorker.doInBackground(Unknown Source)
at com.chenfei.android.apk.downloader.ui.home.search.SearchWorker.doInBackground(Unknown Source)
at javax.swing.SwingWorker$1.call(SwingWorker.java:277)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at javax.swing.SwingWorker.run(SwingWorker.java:316)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Response
code = 400, msg = Bad Request
at com.gc.android.market.api.MarketSession.executeRawHttpQuery(Unknown Source)
... 12 more
Caused by: java.lang.RuntimeException: Response code = 400, msg = Bad Request
... 13 more
---------------------------------------
debug.log
---------------------------------------
13-04-22 18:01:29 [DEBUG]
com.chenfei.android.apk.downloader.APKDownloader<main>>(?) - Application
started.
13-04-22 18:01:30 [DEBUG]
com.chenfei.android.apk.downloader.config.ConfigUtil<loadConfig>>(?) - Load
config starting.
13-04-22 18:01:31 [DEBUG]
com.chenfei.android.apk.downloader.session.Session<login>>(?) - Begin login.
13-04-22 18:01:32 [DEBUG]
com.chenfei.android.apk.downloader.session.Session<login>>(?) - Login success.
13-04-22 18:01:32 [DEBUG]
com.chenfei.android.apk.downloader.session.Session<login>>(?) - End login.
13-04-22 18:01:32 [DEBUG]
com.chenfei.android.apk.downloader.APKDownloader<main>>(?) - Application
startup success.
Original issue reported on code.google.com by [email protected] on 22 Apr 2013 at 10:05
Original issue reported on code.google.com by
[email protected]
on 22 Apr 2013 at 10:05Attachments:
The text was updated successfully, but these errors were encountered: