mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
151 stars 51 forks source link

Console not working on dev.sema.codes #346

Closed smilo7 closed 2 years ago

smilo7 commented 2 years ago

Console does not display output on dev.sema.codes since it is using an old version of the sema-engine.

Log objects from the engine in the old version are sent in the form {func: "logs", payload: Array(1), type: "[LEARNER WORKER]"}

In the new version on the develop branch (https://github.com/frantic0/sema-engine/tree/develop) the structure of log objects is different: eg {func:, payload:, logLevel, origin:}

To fix we need to update the engine version on the site.

smilo7 commented 2 years ago

fixed on dev.sema.codes