You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin Version:
233.6745.300 (had same issue in prev versions)
CLion Version:
CLion 2023.3 EAP (same issue in 2023.2.2)
Description of problem
The first step of the create new PlatformIO project, fails. Preventing me from creating new projects in CLion.
Steps to Reproduce
File > New Project > PlatformIO
Actual Results
Behold the text "Gathering info..." in the board list, and the following error below it: Use JsonReaderEx.setLenient(true) to accept malformed JSON at line 1 column 2
The "Create" button is expectingly gray, and progress cannot continue.
Expected Results
Display the list of boards, and allow the user to select one to continue.
Additional info
Looking into the source, I found a call to pio boards --json-output.
Executing it appears to work correctly, and the JSON doesn't appear to be corrupt.
The text was updated successfully, but these errors were encountered:
If your any CLI input (like pio --version) comes with warning like this: .platformio/penv/lib/python3.9/site-packages/urllib3/__init__.py:34: NotOpenSSLWarning: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: https://github.com/urllib3/urllib3/issues/3020
You should try downgrade library with following command:
Configuration
Operating system:
Mac (M1) 12.5.1
PlatformIO Version (
platformio --version
):6.1.11
Plugin Version:
233.6745.300 (had same issue in prev versions)
CLion Version:
CLion 2023.3 EAP (same issue in 2023.2.2)
Description of problem
The first step of the create new PlatformIO project, fails. Preventing me from creating new projects in CLion.
Steps to Reproduce
Actual Results
Behold the text "Gathering info..." in the board list, and the following error below it:
Use JsonReaderEx.setLenient(true) to accept malformed JSON at line 1 column 2
The "Create" button is expectingly gray, and progress cannot continue.
Expected Results
Display the list of boards, and allow the user to select one to continue.
Additional info
Looking into the source, I found a call to
pio boards --json-output
.Executing it appears to work correctly, and the JSON doesn't appear to be corrupt.
The text was updated successfully, but these errors were encountered: