Cannot read property 'logaction' of null
Posted: 07 April 2021, 05:06
Hello,
When transiting from one state to another, I'm getting this error on the client side:
On the server side everyting is fine and I see nothing wrong, no error, nothing.
Any idea what I can do with this, because I have no idea how to fugure out what is happening?
Here's the complete trace:
Thank you !
When transiting from one state to another, I'm getting this error on the client side:
- Uncaught TypeError: Cannot read property 'logaction' of null
- Entering function A
- Exiting function A
- Leaving state: X
- onUpdateActionButtons: Y
- Entering state: Y
- Entering function B
- Exiting function B
- Leaving state: Y
On the server side everyting is fine and I see nothing wrong, no error, nothing.
Any idea what I can do with this, because I have no idea how to fugure out what is happening?
Here's the complete trace:
Code: Select all
Uncaught TypeError: Cannot read property 'logaction' of null
at Object.onPlaceLogOnChannel (ly_studio.js:2)
at Object.onPlaceLogOnChannel (dojo.js:8)
at Object.dispatchNotification (ly_studio.js:2)
at Object.dispatchNotifications (ly_studio.js:2)
at Object.onSynchronousNotificationEnd (ly_studio.js:2)
at _254.<anonymous> (dojo.js:8)
at _254._269 [as onnotifEnd] (dojo.js:8)
at Function.on.emit (dojo.js:8)
at Function.on.emit (dojo.js:8)
at _254.emit (dojo.js:8)
onPlaceLogOnChannel @ ly_studio.js:2
(anonymous) @ dojo.js:8
dispatchNotification @ ly_studio.js:2
dispatchNotifications @ ly_studio.js:2
onSynchronousNotificationEnd @ ly_studio.js:2
(anonymous) @ dojo.js:8
_269 @ dojo.js:8
on.emit @ dojo.js:8
on.emit @ dojo.js:8
emit @ dojo.js:8
publish @ dojo.js:8
publish @ dojo.js:8
endnotif @ ly_studio.js:2
(anonymous) @ VM533:1
setTimeout (async)
dispatchNotification @ ly_studio.js:2
dispatchNotifications @ ly_studio.js:2
onNotification @ ly_studio.js:2
(anonymous) @ dojo.js:8
r.emit @ socket.io.js:6
r.onevent @ socket.io.js:8
r.onpacket @ socket.io.js:8
(anonymous) @ socket.io.js:8
r.emit @ socket.io.js:6
r.ondecoded @ socket.io.js:6
(anonymous) @ socket.io.js:8
r.emit @ socket.io.js:6
a.add @ socket.io.js:6
r.ondata @ socket.io.js:6
(anonymous) @ socket.io.js:8
r.emit @ socket.io.js:6
r.onPacket @ socket.io.js:7
(anonymous) @ socket.io.js:7
r.emit @ socket.io.js:6
r.onPacket @ socket.io.js:7
r.onData @ socket.io.js:7
ws.onmessage @ socket.io.js:8