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
Traceback (most recent call last):
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\site-packages\caringcaribou-0.7-py3.13.egg\caringcaribou\tests\test_iso_14229_1.py", line 17, in setUp
self.ecu.start_server()
~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\site-packages\caringcaribou-0.7-py3.13.egg\caringcaribou\tests\mock\mock_ecu_iso_tp.py", line 58, in start_server
self.message_process.start()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\process.py", line 121, in start
self._popen = self._Popen(self)
~~~~~~~~~~~^^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\context.py", line 337, in _Popen
return Popen(process_obj)
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\popen_spawn_win32.py", line 97, in init
reduction.dump(process_obj, to_child)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
AttributeError: Can't get local object 'CDLL.init.._FuncPtr'
The text was updated successfully, but these errors were encountered:
Hi there! I have never seen this error before 🤔 A few first thoughts:
Have you installed it using python setup.py install, as described in the documentation? (CC switched from being a standalone python file to this installation method not too long ago)
How are you running CC? Just caringcaribou -i <INTERFACE> test for an available interface?
While I am trying to use test module to execute embedded test suites. I am getting the following error. what is the best way to resolve this one?
ERROR: test_create_iso_14229_1 (test_iso_14229_1.DiagnosticsOverIsoTpTestCase.test_create_iso_14229_1)
Traceback (most recent call last):
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\site-packages\caringcaribou-0.7-py3.13.egg\caringcaribou\tests\test_iso_14229_1.py", line 17, in setUp
self.ecu.start_server()
~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\site-packages\caringcaribou-0.7-py3.13.egg\caringcaribou\tests\mock\mock_ecu_iso_tp.py", line 58, in start_server
self.message_process.start()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\process.py", line 121, in start
self._popen = self._Popen(self)
~~~~~~~~~~~^^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\context.py", line 337, in _Popen
return Popen(process_obj)
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\popen_spawn_win32.py", line 97, in init
reduction.dump(process_obj, to_child)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\XXX\AppData\Local\Programs\Python\Python313\Lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
AttributeError: Can't get local object 'CDLL.init.._FuncPtr'
The text was updated successfully, but these errors were encountered: