waasilzamri / scrobbledroid

Automatically exported from code.google.com/p/scrobbledroid
MIT License
0 stars 0 forks source link

Application crashes when playing a song without album metadata #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Everytime I try to run Scrobble Droid, just as the song is ending, I get a 
message that says 
'The application Scrobble Droid (process net.jjc1138.android.scrobbler) has 
stopped 
unexpectedly. Please try again.' Then my only option is to 'Force Close.' Could 
this have 
something to do with my settings? Before, it started force closing, it was 
telling me that my 
password was incorrect. I retyped it, tried reinstalling the application, even 
cleared my 
history and cookies, still having same problem. Help?

Original issue reported on code.google.com by xjamiejx on 3 Dec 2008 at 1:40

GoogleCodeExporter commented 9 years ago
Thank you for your report.

It would be really useful if you could send me the log file from the phone, 
because
that tells me exactly why the crash happened. Unfortunately you have to connect 
the
phone to your computer and install a special driver to do this, so the process 
is a
bit laborious:

1) On the phone go to Settings / Applications / Development and switch on the 
option
"USB debugging".
2) On your PC download this file:
http://jjc1138.net/AndroidLogFetcher.zip
and unzip it to a directory somewhere.
3) Connect your G1 to the PC. The "Found New Hardware Wizard" should appear.
4) Select "No, not this time" / Next / "Install from a list or specific location
(Advanced)" / Next
5) Select "Search for the best driver in these locations" and "Include this 
location
in the search:" and then "Browse" and find wherever you unzipped the file above.
6) Click "Finish" and wait for the driver to install.
7) Run Scrobble Droid on your phone and play a song so that it crashes.
8) On your PC run the file "Fetch Log.cmd".
9) In a second or two that should generate a new file "Log.txt". Please e-mail 
me
that file (bugs at scrobbledroid.com).

If you do that then I should be able to track down the bug very quickly. Thank 
you
very much!

Original comment by jjc1...@gmail.com on 3 Dec 2008 at 4:45

GoogleCodeExporter commented 9 years ago

Original comment by jjc1...@gmail.com on 4 Dec 2008 at 8:43

GoogleCodeExporter commented 9 years ago
E/AndroidRuntime( 1552): java.lang.RuntimeException: Unable to start service
net.jjc1138.android.scrobbler.ScrobblerService@43505b98 with Intent {
comp={net.jjc1138.android.scrobbler/net.jjc1138.android.scrobbler.ScrobblerServi
ce}
(has extras) }: java.lang.NullPointerException
E/AndroidRuntime( 1552):        at
android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2565)
E/AndroidRuntime( 1552):        at
android.app.ActivityThread.access$3100(ActivityThread.java:112)
E/AndroidRuntime( 1552):        at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1753)
E/AndroidRuntime( 1552):        at 
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime( 1552):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 1552):        at
android.app.ActivityThread.main(ActivityThread.java:3948)
E/AndroidRuntime( 1552):        at 
java.lang.reflect.Method.invokeNative(NativeMethod)
E/AndroidRuntime( 1552):        at 
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime( 1552):        at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
E/AndroidRuntime( 1552):        at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:540)
E/AndroidRuntime( 1552):        at dalvik.system.NativeStart.main(Native Method)

E/AndroidRuntime( 1552): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 1552):        at
net.jjc1138.android.scrobbler.Track.<init>(ScrobblerService.java:117)
E/AndroidRuntime( 1552):        at
net.jjc1138.android.scrobbler.ScrobblerService.handleIntent(ScrobblerService.jav
a:670)
E/AndroidRuntime( 1552):        at
net.jjc1138.android.scrobbler.ScrobblerService.onStart(ScrobblerService.java:801
)
E/AndroidRuntime( 1552):        at
android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2557)
E/AndroidRuntime( 1552):        ... 10 more

Caused by playing a track on an album that hadn't been recognized properly by 
the
music scanner.

Original comment by jjc1...@gmail.com on 28 Apr 2009 at 1:06

GoogleCodeExporter commented 9 years ago
E/AndroidRuntime(  643): java.lang.RuntimeException: Unable to start service
net.jjc1138.android.scrobbler.ScrobblerService@432a3e60 with Intent {
cmp=net.jjc1138.android.scrobbler/.ScrobblerService (has extras) }:
java.lang.NullPointerException
E/AndroidRuntime(  643):        at
android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2784)
E/AndroidRuntime(  643):        at
android.app.ActivityThread.access$3400(ActivityThread.java:116)
E/AndroidRuntime(  643):        at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1855)
E/AndroidRuntime(  643):        at 
android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(  643):        at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(  643):        at
android.app.ActivityThread.main(ActivityThread.java:4203)
E/AndroidRuntime(  643):        at java.lang.reflect.Method.invokeNative(Native 
Method)
E/AndroidRuntime(  643):        at 
java.lang.reflect.Method.invoke(Method.java:521)
E/AndroidRuntime(  643):        at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:791)
E/AndroidRuntime(  643):        at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:549)
E/AndroidRuntime(  643):        at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime(  643): Caused by: java.lang.NullPointerException
E/AndroidRuntime(  643):        at
net.jjc1138.android.scrobbler.Track.<init>(ScrobblerService.java:119)
E/AndroidRuntime(  643):        at
net.jjc1138.android.scrobbler.ScrobblerService.handleIntent(ScrobblerService.jav
a:675)
E/AndroidRuntime(  643):        at
net.jjc1138.android.scrobbler.ScrobblerService.onStart(ScrobblerService.java:806
)
E/AndroidRuntime(  643):        at
android.app.ActivityThread.handleServiceArgs(ActivityThread.java:2776)
E/AndroidRuntime(  643):        ... 10 more

Original comment by jjc1...@gmail.com on 23 Oct 2009 at 5:37