View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019020 | MMW 5 | Sync | public | 2022-04-26 21:26 | 2022-05-10 21:43 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | reopened | ||
Product Version | 5.0 | ||||
Target Version | 5.0.3 | Fixed in Version | 5.0.3 | ||
Summary | 0019020: Track deletion fails when deleting mix of local and cloud tracks | ||||
Description | This was originally specced and tested at 0015029. It may be a regression OR it may be that this usecase wasn't tested: 1 Delete multiple items including: Track 1 synced to dropbox Tracks 2-6 from network/local location --> Deletion prompt appears 2 Choose 'Delete all copies and remove from the database' --> The dropbox track is deleted, but for all other tracks: 'There was a problem synchronizing the following item(s)' Track 2 Problem while deleting file : Delete file error: 409 :{"error_summary": "path_lookup/malformed_path/..", "error": {".tag": "path_lookup", "path_lookup": {".tag": "malformed_path"}}}: \\192.168.0.147\puzzle\Music\Simple Minds\Unknown\00 - Simple Minds - Don't You Forget About Me.mp3 The same error occurs for tracks 3-6. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2621 | ||||
|
Fixed in 2618 |
|
Tested 2618. The error no longer occurs, however, deletion of the tracks other than those synced to dropbox fails (they are deleted from the DB but not from the drive). |
|
Fixed in 2620 |
|
Tested 2620 and now all the tracks delete as expected (from both the local directories and Dropbox), however, after they're deleted an error message appears for the file that had been synced to dropbox: Cannot delete <path>.mp3. Access is denied. The file may be in use or you may not have access rights. |
|
I can't replicate, but made some code changes that should most probably fix this. So tagging as fixed in 2621 |
|
I've tested Proposed cases and can't replicate, I also tried combining multiple Cloud tracks eg. Dropbox+Google drive+LAN and I can't replicate in 2621, but was able to replicate with description steps once in 2619 that I used for testing Ludek code changes. |
|
Verified 2623. |