L05 / p5.touchgui

A multi-touch and mouse GUI Library for p5.js
175 stars 21 forks source link

OSC /Slider Example do not work #35

Open mrbombmusic opened 1 year ago

mrbombmusic commented 1 year ago

Hello @L05 ,

I tried using the /slider OSC example provided in the examples but they do not work. I followed all the directions for setting up and running the node server.

I get the following error message:

Screen Shot 2022-12-23 at 5 08 02 PM

I also tried running it using a Python Simple Server and got similar results.

Any advise would be appreciated.

Thank you.

mrbombmusic commented 1 year ago

Ok, I figured out that issue: There is no "lib" folder in the "osc" folder. I made a copy of the "lib" folder from the main directory and moved it in there and that solved it.

However, I am now getting a new error message:

Screen Shot 2022-12-23 at 5 26 32 PM

This error prints out repeatedly. I did a little research but this one seems beyond my level of understanding.

Thanks again