20 lines
661 B
Plaintext
20 lines
661 B
Plaintext
INFO:root:Creating instance
|
|
INFO:root:Loading file
|
|
INFO:root:Setting up
|
|
INFO:root:Schema is loaded
|
|
INFO:root:State is made up with 5 items.
|
|
INFO:root:Graph is initialized.
|
|
INFO:root:Cocosim is initialized
|
|
INFO:root:Starting
|
|
INFO:root:Push button b
|
|
INFO:root:Release button b
|
|
INFO:root:Stopping
|
|
ERROR:root:Exception occured in 'cycle'
|
|
Traceback (most recent call last):
|
|
File "C:\Users\0203209E\Downloads\gittea\cocosim_python\api_worker\__init__.py", line 109, in run
|
|
await asyncio.sleep(self.dt)
|
|
File "C:\Program Files\Python312\Lib\asyncio\tasks.py", line 655, in sleep
|
|
return await future
|
|
^^^^^^^^^^^^
|
|
asyncio.exceptions.CancelledError
|