Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the board list won't open #326

Open
imalstinco opened this issue May 10, 2021 · 4 comments
Open

the board list won't open #326

imalstinco opened this issue May 10, 2021 · 4 comments

Comments

@imalstinco
Copy link

Before report an issue, please make sure it hasn't been reported before.

If you need information about an option or feature make sure to first look into the Deviot Wiki

Operating system

Windows 10

Board used

ESP32

Description of problem

I have downloaded the deviot package and the python 2.7, i use the 2.7.18 by the way but then when i wanted to upload the code there is no list of board to pick. so i cant seem to move on

Error(s) in ST Console? (View > Show Console)

ValueError: No JSON object could be decoded

Steps to Reproduce

Actual Results

Expected Results

Additional info

You can edit the text above according to your need
Screenshot (115)
Screenshot (116)

@tablatronix
Copy link

What does the ST console show?

@cocoterooo
Copy link

cocoterooo commented Jul 17, 2021

I have de same problem:

The console:
ValueError: Extra data: line 1 column 3 - line 3 column 1 (char 2 - 186)
image

@Takolo
Copy link

Takolo commented Sep 13, 2021

I have the same problem too
The console:
Traceback (most recent call last):
File "C:\Program Files\Sublime Text\Lib\python33\sublime_plugin.py", line 1458, in run_
return self.run()
File "C:\Users\Natalia\AppData\Roaming\Sublime Text 3\Packages\Deviot (Arduino IDE)\commands\deviot_select_boards.py", line 7, in run
items = Quick.boards_list()
File "C:\Users\Natalia\AppData\Roaming\Sublime Text 3\Packages\Deviot (Arduino IDE)\libraries\quick_menu.py", line 89, in boards_list
boards = boards_file.read_json()
File "C:\Users\Natalia\AppData\Roaming\Sublime Text 3\Packages\Deviot (Arduino IDE)\libraries\file.py", line 57, in read_json
return json.loads(file)
File "./python3.3/json/init.py", line 316, in loads
File "./python3.3/json/decoder.py", line 354, in decode
ValueError: Extra data: line 1 column 3 - line 3 column 1 (char 2 - 188)

@hijomojo
Copy link

I have a feeling this is another Python version incompatibility thing as PIO requires v 3.6+ but Deviot tries to use 2.7 if it's responsible for installing PIO. Try my guide in the 'issue' mentioned above and see if that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants