jean-emmanuel / open-stage-control

Libre and modular OSC / MIDI controller
https://openstagecontrol.ammd.net
GNU General Public License v3.0
702 stars 88 forks source link

[Bug] #766

Closed ThrashJazzAssassin closed 2 years ago

ThrashJazzAssassin commented 2 years ago

Error while setting widgetId to: "track/send". It's probably a bug, please open a new bug ticket with the followigin informations athttps://github.com/jean-emmanuel/open-stage-control/issues Uncaught RangeError: Maximum call stack size exceeded at customEvents={};setTimeout(()=>{customEvents.draginit=customEvents.drag=customEvents.dragend=require("./drag"),customEvents.resize=require (http://192.168.0.57:8000/client/open-stage-control-client.js?version=1.13.2:2376:361) at customEvents={};setTimeout(()=>{customEvents.draginit=customEvents.drag=customEvents.dragend=require("./drag"),customEvents.resize=require (http://192.168.0.57:8000/client/open-stage-control-client.js?version=1.13.2:2376:510) at customEvents={};setTimeout(()=>{customEvents.draginit=customEvents.drag=customEvents.dragend=require("./drag"),customEvents.resize=require (http://192.168.0.57:8000/client/open-stage-control-client.js?version=1.13.2:2376:510) at customEvents={};setTimeout(()=>{customEvents.draginit=customEvents.drag=customEvents.dragend=require("./drag"),customEvents.resize=require (http://192.168.0.57:8000/client/open-stage-control-client.js?version=1.13.2:2376:510) at customEvents={};setTimeout(()=>{customEvents.draginit=customEvents.drag=customEvents.dragend=require("./drag"),customEvents.resize=require (http://192.168.0.57:8000/client/open-stage-control-client.js?version=1.13.2:2376:510) at customEvents={};setTimeout(()=>{customEvents.draginit=customEvents.drag=customEvents.dragend=require("./drag"),customEvents.resize=require (http://192.168.0.57:8000/client/open-stage-control-client.js?version=1.13.2:2376:510) at customEvents={};setTimeout(()=>{customEvents.draginit=customEvents.drag=customEvents.dragend=require("./drag"),customEvents.resize=require (http://192.168.0.57:8000/client/open-stage-control-client.js?version=1.13.2:2376:510) at customEvents={};setTimeout(()=>{customEvents.draginit=customEvents.drag=customEvents.dragend=require("./drag"),customEvents.resize=require (http://192.168.0.57:8000/client/open-stage-control-client.js?version=1.13.2:2376:510) at customEvents={};setTimeout(()=>{customEvents.draginit=customEvents.drag=customEvents.dragend=require("./drag"),customEvents.resize=require (http://192.168.0.57:8000/client/open-stage-control-client.js?version=1.13.2:2376:510)

jean-emmanuel commented 2 years ago

Do you have a session which I can use to reproduce the issue ? My first guess would be a circular clone reference in your session (in which case I'm not sure there's anything I can do), but I can't say for sure.

ThrashJazzAssassin commented 2 years ago

Thanks, I've not reproduced this. Probably circular referencing as you suggest.