Bug in webots/projects/languages/python/worlds/example.wbt world
Closed this issue · 1 comments
MNikoliCC commented
Describe the Bug
When running the simulation the error message appears: Error: wb_supervisor_field_get_type() called with invalid 'field' argument.
Steps to Reproduce
- Open the webots/projects/languages/python/worlds/example.wbt world
- Run the simulation
- In the console see the error: Error: wb_supervisor_field_get_type() called with invalid 'field' argument.
Expected behavior
No error messages.
System
- Operating System: Linux Ubuntu 22.04, Webots installed from debian package directly
- Graphics Card: [RENOIR (renoir, LLVM 15.0.7, DRM 3.57, 6.8.0-49-generic)]
Additional context
The line at which the error appears:
lukicdarkoo commented
It seems the PR close hook didn't work.
The issue is solved in #6708