View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017370 | MMW 5 | Main Panel | public | 2021-01-13 02:52 | 2021-01-14 20:40 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0017370: Wikipedia metadata lookup fails and leads to crash | ||||
Description | 1) Run MediaMonkey 2) Switch between a couple of nodes (may not be necessary) 3) Navigate to Music > Artists > Adam Ant [Browser view] --> Wikipedia lookup proceeds endlessly without returning data 4) Close MM --> Crash 3C804969 or 3C804256 This occurs consistently. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2294 | ||||
|
Further testing shows that this can be replicated in RC-2 just by opening MM in Artist > Artistname [Browser] |
|
This error happens, when http(s) request (e.g. getting data about artist, but can happen anywhere) lasts too long and user closes application during this. Then the thread getting such data can cause this error, when closing timeout is up a http GET is still not finished. |
|
Note that network connectivity was working correctly for all other applications. The network problem was solely in MediaMonkey, but restarting MediaMonkey had no effect. Even running a different instance of MediaMonkey didn't solve the problem. The only way to solve the problem was to reboot. |
|
Fixed in 2294 ( + the timeout is lowered to 10 seconds) BTW: The request in the debug log was http://mb.mediamonkey.com:5000/ws/2/artist/e188a520-9cb7-4f73-a3d7-2f70c6538e92?inc=annotation+release-groups+url-rels+tags+top-tracks+related-artists&fmt=json So it was mb.mediamonkey.com that was unavailable, I saw this in the morning too ( www.mediamonkey.com has been also unavailable for a while) |
|
Tested on 2294 in Browser view with rapid switching between Artist sub-nodes, using Continue reading and no problems observed. |