PlatfomIO Home Inspect tool code check fails

When running the Inspect tool to check code on my project, the tool fails to complete. An error occurs with the message “bad json”.

My older projects finish the code check. I have checked for missing json files and the like but cannot spot anything.

What is your platformio.ini?

1 Like
[platformio]
src_dir = app/src 
include_dir = app/inc
lib_ldf_mode = deep+

[env:esp32dev]
platform = espressif32
board = esp32dev
framework = espidf
monitor_speed = 115200
monitor_flags = --raw
build_flags = -I hal/bsp
              -I hal/csp
              -I hal/core

Could you provide a simple project to reproduce this issue? Or, you can send it to me@ikravets.com. I’ll remove it after testing and will not share.

I have sent this over to your email,

thanks for the help