View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011207 | MMA | Synchronization | public | 2013-08-27 17:29 | 2022-03-12 01:25 |
Reporter | marek | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 1.0.4 | ||||
Fixed in Version | 1.0.4 | ||||
Summary | 0011207: Some tracks fail to sync over wifi | ||||
Description | There is an issue that cause sync fails during wifi sync. It is somehow related with genres. Log is attached. | ||||
Additional Information | Contact to user that has this issue: willem.Compernolle@antwerpen.be Stack: 2329 21:58:10.257 <E> UpnpItemSyncHelper java.lang.NullPointerException :UpnpItemSyncHelper.java.downloadAndInsert():124 2330 21:58:10.258 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.db.dao.MediaGenresDao.map(MediaGenresDao.java:201) :UpnpItemSyncHelper.java.downloadAndInsert():124 2331 21:58:10.260 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.db.dao.MediaGenresDao.addAll(MediaGenresDao.java:162) :UpnpItemSyncHelper.java.downloadAndInsert():124 2332 21:58:10.261 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.sync.SyncMediaHelper.insertMedia(SyncMediaHelper.java:133) :UpnpItemSyncHelper.java.downloadAndInsert():124 2333 21:58:10.262 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.sync.wifi.utils.UpnpItemSyncHelper.insert(UpnpItemSyncHelper.java:349) :UpnpItemSyncHelper.java.downloadAndInsert():124 2334 21:58:10.263 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.sync.wifi.utils.UpnpItemSyncHelper.downloadAndInsert(UpnpItemSyncHelper.java:103) :UpnpItemSyncHelper.java.downloadAndInsert():124 2335 21:58:10.265 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.sync.wifi.WifiSyncMedia.sync(WifiSyncMedia.java:351) :UpnpItemSyncHelper.java.downloadAndInsert():124 2336 21:58:10.266 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.sync.wifi.WifiSyncService$6.onComplete(WifiSyncService.java:728) :UpnpItemSyncHelper.java.downloadAndInsert():124 2337 21:58:10.267 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.sync.wifi.SyncListQuery.query(SyncListQuery.java:86) :UpnpItemSyncHelper.java.downloadAndInsert():124 2338 21:58:10.269 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.sync.wifi.WifiSyncService.syncFromServer(WifiSyncService.java:663) :UpnpItemSyncHelper.java.downloadAndInsert():124 2339 21:58:10.270 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.sync.wifi.WifiSyncService.syncStorage(WifiSyncService.java:871) :UpnpItemSyncHelper.java.downloadAndInsert():124 2340 21:58:10.271 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.sync.wifi.WifiSyncService.access$500(WifiSyncService.java:71) :UpnpItemSyncHelper.java.downloadAndInsert():124 2341 21:58:10.272 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.sync.wifi.WifiSyncService$2.onComplete(WifiSyncService.java:339) :UpnpItemSyncHelper.java.downloadAndInsert():124 2342 21:58:10.274 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.upnp.UpnpConnectionHelper$SynchronizationServerListener$1.run(UpnpConnectionHelper.java:118) :UpnpItemSyncHelper.java.downloadAndInsert():124 2343 21:58:10.275 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.common.SimpleAsyncTaskManager.processTask(SimpleAsyncTaskManager.java:18) :UpnpItemSyncHelper.java.downloadAndInsert():124 2344 21:58:10.276 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.common.AsyncTaskManager.processTaskInner(AsyncTaskManager.java:232) :UpnpItemSyncHelper.java.downloadAndInsert():124 2345 21:58:10.277 <E> UpnpItemSyncHelper at com.ventismedia.android.mediamonkeybeta.common.AsyncTaskManager$TaskThread.run(AsyncTaskManager.java:192) :UpnpItemSyncHelper.java.downloadAndInsert():124 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 157 | ||||
|
This was already fixed in build 157 |
|
Tested build 159, and a particular track within a playlist that is part of the auto-sync list always fails to sync via wi-fi: The Moshav Band - Bereishit.flac (the only file in Playlist: test b) i.e. 'test b' is synced to the device, but is empty. Log ID: NC73K0URS6 When I attempt the same sync operation via USB, the file syncs correctly. Also, when I attempt to wi-fi sync the track by syncing the _Artist_ (that contains the track), the track syncs correctly. Lastly, when I remove 'The Moshav Band' from the sync list, but keep the 'test b' playlist, and Wifi Sync --> the track is deleted from the device despite the fact that 'test b' should contain the track, i.e. 'test b' remains on the device, but is empty. Note: I tested build 156 and the problem occurs there as well, so it's not a regression. |
|
This seems to be a regression in 160. Upon synchronization, many playlists don't sync _any_ tracks. This seems to be a combination of 2 bugs: 1) The issues described earlier in this thread, in which the content of some playlists don't sync 2) Initiating synchronization immediately after modification of the Wi-Fi auto-sync list sometimes fails (possibly due to 0011073 ?). e.g. 1 Options > Sync Location/Settings for <Device> > Auto-sync server content > Playlists > <Playlist> 2 Then Back, Back, Sync Now --> Updating... appears (instead of Analyzing...), and selected playlist isn't synced. |
|
Unable to replicate. |