View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006219 | MMW v4 | Synchronization | public | 2009-12-15 12:05 | 2013-12-07 21:47 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0006219: Synchronization errors should be logged | ||||
Description | Due to number of silently failed sync operations it would make sense to log _all_ sync errors and show an error log after the sync process by using the advanced error handling and logging mechanism we used in 0004412, 0000051 and 0005884 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1668 | ||||
related to | 0000051 | closed | Ludek | Errors interrupt Caching/Normalization/Conversion/Synchronization Operations |
related to | 0004412 | closed | Ludek | Fixed failed rips should generate a single error message after rip operation |
parent of | 0005884 | closed | Ludek | Scanning errors should be logged |
parent of | 0011378 | closed | Ludek | Files with same metadata are skipped during synchronization |
related to | 0011961 | closed | Ludek | Duplicate tracks are missing from playlists |
|
Fixed in build 1301. At the end of synchronization process there is shown one log (on the assumption that there was a problem). New strings are: 'There was a problem synchronizing the following item(s):' 'File %s is inaccessible' 'File %s is not supported by the device' 'Conversion of file %s failed' 'Problem while copying file %s to %s' |
|
Verified 1317 |
|
Re-opened due to report here: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=56670 and here: http://www.mediamonkey.com/support/staff/index.php?_m=tickets&_a=viewticket&ticketid=11502 If a path/filename becomes to long it will throw an error dialog up while syncing - stopping the sync process until it is cleared. This should get logged and continue the sync process and then be displayed at the end of the sync process. |
|
Fixed in build 1369. |
|
Verified 1387 |
|
Re-opened, this hasn't been fully fixed: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=73882&start=15#p375557 These two 'File %s is inaccessible' 'File %s is not supported by the device' are logged only when user uses Send to -> Device, but are not logged when using Auto-sync! I also added one more new error string to cover the case described in issue 0011321 : 'File %s was skipped, because it points to the same device location (%s) as file %s' |
|
Fixed in build 1663. Hopefully the log after every auto-sync won't be too irritating for users that have deadlinks on sync-list or unsupported files. We may consider adding '[x] Don't show this again' checkbox to the sync log. |
|
It seems that the "error" 'File %s was skipped, because it points to the same device location (%s) as file %s' is quite common and irritating. More info: http://www.mediamonkey.com/forum/viewtopic.php?f=6&t=74149 Leaving it only as debug message when generating debug logs. Fixed in build 1668. |
|
Verified 1675 |