daylanKifky
It seems another error occurs in blender addon.
2021-12-06 20:23:35,122 - INFO - COPP_Server listening at port 6565
COPP_Server listening at port 6565
2021-12-06 20:23:35,125 - INFO - Receiving thread started
Receiving thread started
2021-12-06 20:23:35,337 - ERROR - Stopping Chordata engine due to an unknown error
'NotochordReceiveOperator' object has no attribute 'packet_counter'
Stack trace:
Traceback (most recent call last):
File "C:\Users\max_3\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\chordata\ops\base.py", line 201, in modal
self.engine.update_context(context)
File "C:\Users\max_3\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\chordata\ops\notochord_ops.py", line 77, in _modal
packet.session_id = self.packet_counter
File "D:\Program\blender-2.82-windows64\2.82\scripts\modules\bpy_types.py", line 712, in __getattribute__
return super().__getattribute__(attr)
AttributeError: 'NotochordReceiveOperator' object has no attribute 'packet_counter'
Stopping Chordata engine due to an unknown error
'NotochordReceiveOperator' object has no attribute 'packet_counter'
Stack trace:
Traceback (most recent call last):
File "C:\Users\max_3\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\chordata\ops\base.py", line 201, in modal
self.engine.update_context(context)
File "C:\Users\max_3\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\chordata\ops\notochord_ops.py", line 77, in _modal
packet.session_id = self.packet_counter
File "D:\Program\blender-2.82-windows64\2.82\scripts\modules\bpy_types.py", line 712, in __getattribute__
return super().__getattribute__(attr)
AttributeError: 'NotochordReceiveOperator' object has no attribute 'packet_counter'
2021-12-06 20:23:35,408 - INFO - Socket closed
Socket closed
2021-12-06 20:23:35,410 - INFO - Receiving thread ended
Receiving thread ended