Skip to content
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

Closed
mixxxbot opened this issue Aug 23, 2022 · 5 comments
Closed

Traktor Kontrol S3 HID script has an uncaught exception #10660

mixxxbot opened this issue Aug 23, 2022 · 5 comments
Labels
Milestone

Comments

@mixxxbot
Copy link
Collaborator

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.

Backtrace:
  <anonymous>() at /usr/share/mixxx/controllers/Traktor-Kontrol-S3-hid-scripts.js:1912
  <anonymous>(_id = 'Traktor Kontrol S3 6DF9_3', false) at /usr/share/mixxx/controllers/Traktor-Kontrol-S3-hid-scripts.js:2261
  <global>() at -1

reverted back to version 2.3.1 for the time beeing, cause it works.

@mixxxbot mixxxbot added the bug label Aug 23, 2022
@mixxxbot
Copy link
Collaborator Author

Commented by: uklotzde
Date: 2022-02-11T22:58:15Z


https://github.com/mixxxdj/mixxx/pull/4646/files#r805058829

@mixxxbot
Copy link
Collaborator Author

Commented by: marina711
Date: 2022-03-02T19:38:38Z
Attachments: [This is the script I downloaded](https://bugs.launchpad.net/mixxx/+bug/1960680/+attachment/5565086/+files/This is the script I downloaded)


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:
TypeError: Result of expression 'engine.makeUnbufferedConnection' [undefined] is not a function.

Backtrace:
  <anonymous>() at /usr/share/mixxx/controllers/Traktor-Kontrol-S3-hid-scripts.js:1912
  <anonymous>(_id = 'Traktor Kontrol S3 6DF9_3', false) at /usr/share/mixxx/controllers/Traktor-Kontrol-S3-hid-scripts.js:2261
  <global>() at -1

Looks like the patch need another patch.

Regards
Marina

@mixxxbot
Copy link
Collaborator Author

Commented by: ywwg
Date: 2022-03-03T22:09:59Z


sorry for the trouble. You can do this yourself, replace "engine.makeUnbufferedConnection" with "engine.makeConnection" everywhere it appears.

@mixxxbot
Copy link
Collaborator Author

Commented by: marina711
Date: 2022-03-04T12:29:01Z
Attachments: Traktor-Kontrol-S3-hid-scripts.js (patched)


Did that and now, finally, it works.

Thanks Owen for the quick resolution

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.3.3 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant