thonny: MicroPython backend crashing on get_editor_calltip
sometimes thonny shell crashed when i coding in thonny editor.just updated to thonny 4.0.1.the issue exist since thonny 4.0.0. OS : Windows 10 21H2 x64
>>> PROBLEM IN THONNY'S BACK-END: Exception while handling 'get_editor_calltip' (AttributeError: 'CompiledModule' object has no attribute 'non_stub_value_set').
You may need to press "Stop/Restart" or hard-reset your MicroPython device and try again.
See Thonny's backend.log for more info.
Process ended with exit code 1.
>>>
Process ended with exit code 3221225725.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 23 (8 by maintainers)
I now removed some hacks I used together with the Jedi library. Please try https://github.com/thonny/thonny/releases/tag/v4.1.2 and reopen this issue if these errors still occur.
Thanks! This is good information. It looks like the
jedilibrary has problem in it. I’ll investigate this.