You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same should apply to action, emit and call handlers, e.g. after a recycle this might happen where the error is simply because the node it restarting.
05-24 09:23:38.36 (action) Traceback (most recent call last):
05-24 09:23:38.37 File "/opt/nodel/./nodes/Frontend/ingredient_echo.py", line 7, in EchoRequest
05-24 09:23:38.37 local_event_EchoReply.emit(arg)
05-24 09:23:38.37 AttributeError: 'dict' object has no attribute 'emit'
This occurred during a node restart:
Remote event handler error feedback could be suppressed if the toolkit is being shutdown or already shutdown.
The text was updated successfully, but these errors were encountered: