processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.11k stars 3.22k forks source link

problem with face mesh /ml5js #6952

Closed gutesbild closed 2 months ago

gutesbild commented 2 months ago

Most appropriate sub-area of p5.js?

p5.js version

js/1.1.9/p5.js

Web browser and version

Version 16.6 (18615.3.12.11.2)

Operating system

Mac OS 13.6.3

Steps to reproduce this

(important note: I'm an artist, not a professional coder— please forgive me if my descriptions aren't precise). I made a p5.js sketch that recognises points in a face and uses these points to make a drawing that reacts to movements. The sketch worked for months, and just stopped working in the last two days.

My sketch is rather complex, but I found this example from somebody else, that also seems to have stopped working ( Error code "TypeError: Load failed" https://editor.p5js.org/tlsaeger/sketches/bGBDeBsVv

my suspicion is that there is a problem loading the ml5js library?

Thank you for your help!

welcome[bot] commented 2 months ago

Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, please make sure to fill out the inputs in the issue forms. Thank you!

wwwld1 commented 2 months ago

Hi @gutesbild , as I tested with the link from your issue, it works on my computer. I am using a Macbook(macOS 12.6). I tested on Chrome(Version 123.0.6312.123), Firefox(124.0.2) and Safari(16.0 (17614.1.25.9.10, 17614)) and they all works. I also added a screenshot to show how it works.

image

I think maybe it is a problem with the version of your OS or browser, using some other browsers may solve it

gutesbild commented 2 months ago

Thank you! They posted an update to ml5 two days ago, and since then all my apps are working again (sorry: should have posted that update here)