-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traktor Kontrol S3 HID script has an uncaught exception #10660
Comments
Commented by: uklotzde https://github.com/mixxxdj/mixxx/pull/4646/files#r805058829 |
Commented by: marina711 I downloaded the patched script and did the upgrade to 2.3.2.1, then replaced the original script with the patched script but I still get this error message: Uncaught exception at line 1912 in file /usr/share/mixxx/controllers/Traktor-Kontrol-S3-hid-scripts.js. Exception:
Looks like the patch need another patch. Regards |
Commented by: ywwg sorry for the trouble. You can do this yourself, replace "engine.makeUnbufferedConnection" with "engine.makeConnection" everywhere it appears. |
Commented by: marina711 Did that and now, finally, it works. Thanks Owen for the quick resolution |
Issue closed with status Fix Released. |
Reported by: marina711
Date: 2022-02-11T21:22:19Z
Status: Fix Released
Importance: High
Launchpad Issue: lp1960680
Attachments: [This is the script I downloaded](https://bugs.launchpad.net/bugs/1960680/+attachment/5565086/+files/This is the script I downloaded), Traktor-Kontrol-S3-hid-scripts.js (patched)
After the automatic update to Mixxx 2.3.2 I get this error message when starting:
Uncaught exception at line 1912 in file /usr/share/mixxx/controllers/Traktor-Kontrol-S3-hid-scripts.js.
Exception:
TypeError: Result of expression 'engine.makeUnbufferedConnection' [undefined] is not a function.
reverted back to version 2.3.1 for the time beeing, cause it works.
The text was updated successfully, but these errors were encountered: