[Bug 50272] Melodyne 5: activation via internet produces "Unknown Error"

WineHQ Bugzilla wine-bugs at winehq.org
Fri Dec 25 15:54:40 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=50272

--- Comment #2 from parhom <andriy.parhomenko at gmail.com> ---
I managed to get the plugin's request when run in Windows, it has the same
structure as when it is run in Wine:

{ 
    "acceptableVersionIDs": "100642, 100640, 100641, 100643, 100644, 100645,
100646, 100647, 100648",
    "versionID": "100641",
    "product": "Melodyne",
    "version": "5.1.0",
    "buildNumber": "016",
    "hostName": "DESKTOP-IAO2WGF",
    "language": "en",
    "hostID":
"Y00_0000000000000002-C0C_E930BA58D7561F35-Z0C_10.0.00000000000-40C_DDD91D29DFB80CB9-355_761D92BCBC97F24D-214_E0D89C1E0D9183EA-101_3C1E2E6A74CCFF52-D0C_E930BA58D7561F35",
    "licenseType": "challengeResponse",
    "securitySalt": "6991F731-8A25-42DA-9840-EBF08EB6E245",
    "securityHash": "698e51f4d6f884813b6611ed2a49c9b3a738c2d0"
}


I used Postman and sent this request to the server and got no error, the answer
was:

{
    "checkOpenUrl" =
"https://connect-v1.celemony.com/cgi-bin/WebObjects/LicenseApp.woa/wa/Melodyne4Service/openUrlCheck?token=20fe7fdb07614fd1813e7dc2e5ed2649";
    "pingUrl" =
"https://connect-v1.celemony.com/cgi-bin/WebObjects/LicenseApp.woa/wa/Melodyne4Service/getStatusForRequest?token=1c7d4273-d34e-4e7e-9244-b4e3b685255e";
    "openUrl" =
"https://services.celemony.com/cgi-bin/WebObjects/LicenseApp.woa/wa/Melodyne4Service/licenseOptionsPanel?token=1c7d4273-d34e-4e7e-9244-b4e3b685255e&trk=20fe7fdb07614fd1813e7dc2e5ed2649";
    "resultType" = "success";
} 


When I put the request, that the plugin generates when run on Wine, I got the
following error message:

{
    "errorCode" = "0";
    "errorMessage" = "general error";
    "resultType" = "error";
}


The parameters that cause the error message when changed for random strings (or
slightly edited) are "hostID", "securitySalt" and "securityHash". And also
"serialNumber", if trying to activate the licensed version, not the trial one.

So it seems, that "securitySalt" and/or "securityHash" are calculated the wrong
way when the plugin is run in Wine.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list