mailsuren14 / queueman

Automatically exported from code.google.com/p/queueman
0 stars 0 forks source link

Force Close after authorizing with NetFlix #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Thanks Zachary!

What steps will reproduce the problem?
1.open queueman
2.Link with Netflix
3.when control is passed back to queueman - NPE

What is the expected output? What do you see instead?
Expected to see movies...
Force close instead

Please use labels and text to provide additional information.

Trace;
11-11 10:21:20.096 E/AndroidRuntime( 4156): Caused by:
java.lang.NullPointerException
11-11 10:21:20.096 E/AndroidRuntime( 4156): at
edwardawebb.queueman.core.QueueMan.retrieveAccessToken(QueueMan.java:733)
11-11 10:21:20.096 E/AndroidRuntime( 4156): at
edwardawebb.queueman.core.QueueMan.onStart(QueueMan.java:395)
11-11 10:21:20.096 E/AndroidRuntime( 4156): at
android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1205)
11-11 10:21:20.096 E/AndroidRuntime( 4156): at
android.app.Activity.performStart(Activity.java:3519)
11-11 10:21:20.096 E/AndroidRuntime( 4156): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2373)
11-11 10:21:20.096 E/AndroidRuntime( 4156): ... 11 more

Original issue reported on code.google.com by OlliTech on 12 Nov 2009 at 10:05

GoogleCodeExporter commented 9 years ago
This issue is caused because Android is killing QueueMan in the background when 
the
browser launches. QueueMan must remain active for the linking process to work.

==Solution==  
  *Force close all applications using settings, or something like TasKiller.
  *Then run QueueMan and it should work.

Note:  Both users reporting this issue are using Cyangonen's builds...but it may
apply to true Android systems as well.

Original comment by OlliTech on 13 Nov 2009 at 10:03

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r38.

Original comment by OlliTech on 14 Nov 2009 at 9:53

GoogleCodeExporter commented 9 years ago

Original comment by OlliTech on 15 Nov 2009 at 5:38