mentat-is / gulpui-web

web UI for Gulp!
https://gulp.sh
Other
3 stars 0 forks source link

event details not working #6

Closed pinkrab closed 1 month ago

pinkrab commented 1 month ago

The following error happens every time an event is clicked:

"""Uncaught runtime errors: ERROR t is null O@http://192.168.1.19:3000/static/js/bundle.js:54444:23 S@http://192.168.1.19:3000/static/js/bundle.js:54494:19 ./node_modules/simple-xml-to-json/lib/simpleXmlToJson.min.js/transpile/r<@http://192.168.1.19:3000/static/js/bundle.js:54541:17 transpile@http://192.168.1.19:3000/static/js/bundle.js:54542:8 convertXML@http://192.168.1.19:3000/static/js/bundle.js:54555:12 ./src/dialogs/DisplayEventDialog.tsx/DisplayEventDialog/<@http://192.168.1.19:3000/static/js/bundle.js:7479:77 commitHookEffectListMount@http://192.168.1.19:3000/static/js/bundle.js:41688:30 commitPassiveMountOnFiber@http://192.168.1.19:3000/static/js/bundle.js:43181:42 commitPassiveMountEffects_complete@http://192.168.1.19:3000/static/js/bundle.js:43153:38 commitPassiveMountEffects_begin@http://192.168.1.19:3000/static/js/bundle.js:43143:45 commitPassiveMountEffects@http://192.168.1.19:3000/static/js/bundle.js:43133:38 flushPassiveEffectsImpl@http://192.168.1.19:3000/static/js/bundle.js:45016:32 flushPassiveEffects@http://192.168.1.19:3000/static/js/bundle.js:44969:18 performSyncWorkOnRoot@http://192.168.1.19:3000/static/js/bundle.js:44186:7 flushSyncCallbacks@http://192.168.1.19:3000/static/js/bundle.js:32195:26 commitRootImpl@http://192.168.1.19:3000/static/js/bundle.js:44948:7 commitRoot@http://192.168.1.19:3000/static/js/bundle.js:44711:23 finishConcurrentRender@http://192.168.1.19:3000/static/js/bundle.js:44108:23 performConcurrentWorkOnRoot@http://192.168.1.19:3000/static/js/bundle.js:43959:33 workLoop@http://192.168.1.19:3000/static/js/bundle.js:53947:46 flushWork@http://192.168.1.19:3000/static/js/bundle.js:53925:18 performWorkUntilDeadline@http://192.168.1.19:3000/static/js/bundle.js:54162:25 """

gulp is running in a virtual machine (ubuntu 24.04.01) and is listening on port 8080 gulp ui is running on the same machine but being accessed from another client