View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018658 | MMW 5 | Playlists (Auto) / Search / Filters | public | 2021-12-10 03:49 | 2021-12-10 20:30 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.2 | ||||
Target Version | 5.0.2 | Fixed in Version | 5.0.2 | ||
Summary | 0018658: Contextual Search (YouTube): tracks not found / assertion failure (regression 5.0.2) | ||||
Description | 1 Navigate to Depeche Mode 2 Click online 3 Type 'I feel you' to initiate a contextual search --> No results! (which is strange considering that the track 'I feel you' is in the list of tracks (though hidden). It appears that the search only applies to Albums! 4 'x' the Contextual search 5 Expand the list of tracks ('All tracks') --> 'I feel you' is displayed 6 Type 'I feel you' to initiate a contextual search --> No results! (even more surprising since it actually appears in the view)! It appears that the search only applies to Albums! 7 Click 'Show more from YouTube...' --> Assertion failure! Please triage. | ||||
Additional Information | Tested with 2526-7 Test build (it wasn't generating debug logs, but the issue is easily reproducible). | ||||
Tags | No tags attached. | ||||
Fixed in build | 2527 | ||||
|
|
|
It asserts in Michal's code in artistTracks.js line: existingTracklist.addList(UI.artistTracklist.controlClass.dataSource); because UI.artistTracklist.controlClass.dataSource is not ISongList type. Assigned to Michal to look into it. |
|
Just testing in 5.0.1 and the issue does not happen, Seems to be a regression in 5.0.2 (might be related to 0018441), just veryfiing... |
|
Fixed in 2527 |
|
Veriied 2527. |