View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017914 | MMW 5 | Other | public | 2021-05-24 18:38 | 2021-05-27 20:12 |
Reporter | lowlander | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | random |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.1 | ||||
Target Version | 5.0.1 | Fixed in Version | 5.0.1 | ||
Summary | 0017914: CD Verification message says no internet connection on random tracks | ||||
Description | On random tracks the verification of CD Rip says that verification failed due to no internet connection. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2408 | ||||
|
Based on the code revision and debug log MM indeed needlessly re-download the BIN file from AccurateRip.com after each track rip. i.e. it downloads http://www.accuraterip.com/accuraterip/4/8/f/dBAR-011-000d5f84-007217bc-89073e0b.bin 11 times for 11 tracks on the CD For some tracks I see "Socket Error 10060" Socket Error 10060 informs about connection problems. This error usually shows up when using proxy service to connect to the Internet, and the browser does not have enough time to load the requested page. Generally speaking, the proxy server works too slow. As a result, the connection time out error message occurs. So the error message "There is a problem with your internet connection" is correct, the issue to fix here is to download the BIN file only once per CD (and use the already downloaded BIN for all tracks) |
|
Fixed in 5.0.1.2408 The BIN file is now downloaded only once per ripping session -- so this should resolve also the LowLander's proxy socket error (as proxy is used only on re-requests of the same file) |
|
Message not seen on 2408 Note that I don't use a Proxy. |