1. Subsonic stops playing, always at the end of a song.
2. The screen no longer turns on when I press the power button.
There's nothing particularly interesting in the Android log, as far as I can tell:
- Code: Select all
04-11 11:06:27.988: DEBUG/KeyguardViewMediator(251): wakeWhenReadyLocked(26)
04-11 11:06:27.988: INFO/power(251): *** set_screen_state 1
04-11 11:06:27.998: DEBUG/AK8973(207): Compass Start
04-11 11:06:28.078: DEBUG/battery_widget_monitor(919): bmw_watcher got intent: android.intent.action.SCREEN_ON
04-11 11:06:28.078: VERBOSE/battery_widget_monitor(919): No need to refresh data
04-11 11:06:28.088: DEBUG/NetworkCollector(4486): moved
04-11 11:06:28.088: DEBUG/WifiService(251): ACTION_SCREEN_ON
04-11 11:06:28.119: VERBOSE/NotificationService(251): Active profile: Default
04-11 11:06:28.119: VERBOSE/ProfileManager(251): No active group, returning default: Other
04-11 11:06:28.119: VERBOSE/NotificationService(251): Pkg: ccc71.bmw.icons.tma group: Other
However, it seems that Subsonic stopped playing because my WiFi connection dropped out for some reason:
- Code: Select all
04-11 11:06:20.031: DEBUG/CancellableTask(1812): Stopping thread for DownloadTask (Leave Me Alone (I'm Lonely))
04-11 11:06:20.841: INFO/DownloadServiceImpl(1812): Buffering /mnt/sdcard/subsonic/music/Pink/Funhouse Tour/08-Leave Me Alone (I'm Lonely).320.partial.ogg (1993447/2587367, false)
04-11 11:06:21.842: INFO/DownloadServiceImpl(1812): Buffering /mnt/sdcard/subsonic/music/Pink/Funhouse Tour/08-Leave Me Alone (I'm Lonely).320.partial.ogg (1993447/2587367, false)
04-11 11:06:21.902: DEBUG/CancellableTask(1812): Starting thread for DownloadTask (Leave Me Alone (I'm Lonely))
04-11 11:06:21.912: DEBUG/RESTMusicService(1812): Connections in pool: 2
04-11 11:06:21.912: INFO/RESTMusicService(1812): Using URL http://bemymonkey.dyndns.org:8080/rest/stream.view?u=admin&p=enc:707265736172696f35373731&v=1.2.0&c=android&id=473a5c4d757369635c50696e6b5c46756e686f75736520546f75725c50696e6b202d2046756e686f75736520546f757220284c69766520696e204175737472616c696129202d203038202d204c65617665204d6520416c6f6e65202849276d204c6f6e656c79292e666c6163&maxBitRate=320
04-11 11:06:21.912: DEBUG/RESTMusicService(1812): Socket read timeout: 69868 ms.
04-11 11:06:21.922: WARN/RESTMusicService(1812): Got IOException (1), will retry
04-11 11:06:21.922: WARN/RESTMusicService(1812): java.net.UnknownHostException: bemymonkey.dyndns.org
04-11 11:06:21.922: WARN/RESTMusicService(1812): at java.net.InetAddress.lookupHostByName(InetAddress.java:497)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at java.net.InetAddress.getAllByNameImpl(InetAddress.java:294)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at java.net.InetAddress.getAllByName(InetAddress.java:256)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:136)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:359)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:487)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.service.RESTMusicService.executeWithRetry(RESTMusicService.java:600)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.service.RESTMusicService.getResponseForURL(RESTMusicService.java:563)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.service.RESTMusicService.getDownloadInputStream(RESTMusicService.java:487)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.service.CachedMusicService.getDownloadInputStream(CachedMusicService.java:173)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.service.DownloadFile$DownloadTask.execute(DownloadFile.java:205)
04-11 11:06:21.922: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.util.CancellableTask$1.run(CancellableTask.java:74)
04-11 11:06:22.843: INFO/DownloadServiceImpl(1812): Buffering /mnt/sdcard/subsonic/music/Pink/Funhouse Tour/08-Leave Me Alone (I'm Lonely).320.partial.ogg (1993447/2587367, false)
04-11 11:06:23.854: INFO/DownloadServiceImpl(1812): Buffering /mnt/sdcard/subsonic/music/Pink/Funhouse Tour/08-Leave Me Alone (I'm Lonely).320.partial.ogg (1993447/2587367, false)
04-11 11:06:23.924: DEBUG/RESTMusicService(1812): Socket read timeout: 104802 ms.
04-11 11:06:23.934: WARN/RESTMusicService(1812): Got IOException (2), will retry
04-11 11:06:23.934: WARN/RESTMusicService(1812): java.net.UnknownHostException: bemymonkey.dyndns.org
04-11 11:06:23.934: WARN/RESTMusicService(1812): at java.net.InetAddress.lookupHostByName(InetAddress.java:497)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at java.net.InetAddress.getAllByNameImpl(InetAddress.java:294)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at java.net.InetAddress.getAllByName(InetAddress.java:256)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:136)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:359)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:487)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.service.RESTMusicService.executeWithRetry(RESTMusicService.java:600)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.service.RESTMusicService.getResponseForURL(RESTMusicService.java:563)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.service.RESTMusicService.getDownloadInputStream(RESTMusicService.java:487)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.service.CachedMusicService.getDownloadInputStream(CachedMusicService.java:173)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.service.DownloadFile$DownloadTask.execute(DownloadFile.java:205)
04-11 11:06:23.934: WARN/RESTMusicService(1812): at net.sourceforge.subsonic.androidapp.util.CancellableTask$1.run(CancellableTask.java:74)
Any ideas?
