Page 1 of 1

repeated exception warning while using remote API

Posted: 08 Apr 2024, 14:10
by Kory
While using the python client for the remote API i receive this error each time my python script ends:

Code: Select all

Exception ignored in: <function RemoteAPIClient.__del__ at 0x00000163BD6716C0>
Traceback (most recent call last):
  File "c:\Users\sasha\Documents\PruningRobot_Project\.venv\lib\site-packages\coppeliasim_zmqremoteapi_client\__init__.py", line 59, in __del__
  File "c:\Users\sasha\Documents\PruningRobot_Project\.venv\lib\site-packages\coppeliasim_zmqremoteapi_client\__init__.py", line 89, in _send
Exception: illegal argument PyCapsule_Import could not import module "datetime"
While this does not seem to impede the scrip it does make bugfixing slightly more annoying.

Re: repeated exception warning while using remote API

Posted: 08 Apr 2024, 15:12
by coppelia
Hello,

I am not sure this is directly related to CoppeliaSim or its ZeroMQ remote API. By googling for that error, you'll find a few hints to what might be causing this.

Cheers