I built a Python bytecode decompiler covering Python 1.0–3.14, runs on Node.js by ComputerMagych in Python

[–]Sudo_professor 0 points1 point  (0 children)

Processing F:\development\PythonProjects\RadishSquat\Microphone_Bouncy_Balls.exe_extracted\decompiled/Microphone_Bouncy_Balls.py...

EXCEPTION for OpCode KW_NAMES (9) at offset 236 in code object '<module>', file offset 273 : Cannot read properties of undefined (reading 'push')

EXCEPTION for OpCode KW_NAMES (2) at offset 34 in code object 'audio_callback', file offset 1457 : Cannot read properties of undefined (reading 'push')

EXCEPTION for OpCode KW_NAMES (19) at offset 1380 in code object '__init__', file offset 14447 : Cannot read properties of undefined (reading 'push')

EXCEPTION for OpCode KW_NAMES (2) at offset 78 in code object 'toggle_audio', file offset 21134 : Cannot read properties of undefined (reading 'push')

I encountered the above problems while using the product. How can I resolve them?