View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012609 | MMW v4 | Synchronization | public | 2015-02-20 15:21 | 2015-03-10 22:22 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.1.6 | ||||
Target Version | 4.1.6 | Fixed in Version | 4.1.6 | ||
Summary | 0012609: Wi-Fi sync: terminates prior to completion | ||||
Description | When syncing MMA 398 vs MMW 1733, Wi-Fi sync operations on large playlists (e.g. 2500+ tracks) terminate before the sync has completed, and the user must sync again to get it to complete. MMA debug log: BS81P5K0YF A user at http://www.mediamonkey.com/forum/viewtopic.php?f=21&t=79200#p402578 is also complaining of this and has submitted logs. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1736 | ||||
|
Note: in my case, the problem was that the Wi-Fi connection was somehow compromised by doing a wi-fi sync (disabling and re-enabling wi-fi sync solved the problem). My guess is that it's a problem with the wi-fi drivers rather than with MMA. So just have a look at the user's logs. |
|
Yes it is probably connection failure. I am not able to see it because he made two other syncs that were successful and I do not see the failure. We should probably improve the way how to handle it. Now we try to reconnect twice on lowest level and then we terminate. We also check the wifi but it will always interrupt whole sync. Better solution will be to pause the sync when connection fails and try to get more info about what happened. 1. Wifi was disabled (but was enabled at the beginning of sync) - ask user to re-enable it. - interrupt on decline 2. IP is not reachable - show some dialog about waiting for server (similarly to e.g.Skype - TRYING TO RECONNECT) - try repeatedly (each 5 seconds) to ping the IP - interrupt whole sync after e.g. 2 minutes 3. File is not reachable, IP is reachable - file doesn't exist but server is ok - skip and continue This can be implemented to 1.1.1 |
|
I asked user for another log to be sure about it... |
|
Logs submitted at: http://www.mediamonkey.com/forum/viewtopic.php?f=21&t=79200#p402578 Note, according Marek, this is most likely an MMW issue: "MMW builds a sync list according free space on device. So this synclist is too short. I am not sure where the problem is but most probably it is caused by autoconverted tracks where MMW has to guess final track size..." possibly specific to WMA (I've never observed this problem with auto-conversion to MP3). |
|
By a quick look at the debug log it really seems related to optimization re 0012138 The user have all songs in WAV format and converts to WMA (VBR) files, there is most probably inaccurate estimation for WMA Pro, VBR (Quality 60%), Sample rate 44100Hz, Channels - Stereo. The workaround is to perform another sync. |
|
yes, it is definetly bad estimation for "WMA Pro", VBR (Quality 60%), it shows only 4KB as resulted size for 5MB source WAV file. This is not the case for standard WMA |
|
Fixed in 4.1.6.1736 |
|
Veified 1736 1.7 GB calculated size of 972 WMA files from FLAC and WAV previously in 1735 size was 12MB :) (Range from 4-12KB) Space on my Moto G was 2.1GB so it finshed without problems FLAC/WAV Total Size 23.9GB prior to Sync space calculations. |