We are about to switch to a new forum software. Until then we have removed the registration on this forum.
It happens multiple times a day, I erase a value I enter a new one , try to run it, it doesn't work. Maybe its a bug or something I really don't know. Has anyone experienced something similiar?
I get these error messages:
at java.net.ServerSocket.<init>(ServerSocket.java:237)
at java.net.ServerSocket.<init>(ServerSocket.java:128)
at processing.mode.p5js.server.HttpServer$1.run(HttpServer.java:89)
at java.lang.Thread.run(Thread.java:748)
I am pretty sure it's not syntax error or logical error. By the way I am using the official Processing app, with p5.js, it works fine most of the time but I cant help but feel that I need to include some extra libraries or I need to do something in order to prevent these error massages. Please help