repeated exception warning while using remote API

Report crashes, strange behaviour, or apparent bugs
Post Reply
Kory
Posts: 2
Joined: 17 Nov 2023, 13:53

repeated exception warning while using remote API

Post 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.

coppelia
Site Admin
Posts: 10376
Joined: 14 Dec 2012, 00:25

Re: repeated exception warning while using remote API

Post 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

Post Reply