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

TypeError: this.ebb.disconnect is not a function #2

Open
MlleDR opened this issue Jul 6, 2024 · 1 comment
Open

TypeError: this.ebb.disconnect is not a function #2

MlleDR opened this issue Jul 6, 2024 · 1 comment

Comments

@MlleDR
Copy link

MlleDR commented Jul 6, 2024

axi.disconnect() throws an error when called. I'm using the latest p5.axidraw.js release.

p5.axidraw.js:2 Uncaught (in promise) TypeError: this.ebb.disconnect is not a function at t.<anonymous> (p5.axidraw.js:2:27729) at p (p5.axidraw.js:2:19731) at Generator.<anonymous> (p5.axidraw.js:2:21086) at Generator.next (p5.axidraw.js:2:20094) at a (p5.axidraw.js:2:25739) at s (p5.axidraw.js:2:25942) at p5.axidraw.js:2:26001 at new Promise (<anonymous>) at t.<anonymous> (p5.axidraw.js:2:25882) at t.<anonymous> (p5.axidraw.js:2:27835)

And many thanks for your contribution to p5 community!

@jmpinit
Copy link
Owner

jmpinit commented Jul 6, 2024

Hello, I'd be happy to help. Could you please share some code & description to illuminate how you are setting things up and getting to the error you shared? It seems like the AxiDraw constructor might not have been called?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants