[solved] additionnal board manager doesn't accept dot "." in json filename

Hi,
first, thanks a lot for your work.

IDE version : 2.2.1
OS : windows 11

problem :

  1. in file>preferences>board manager, I write :
https://raw.githubusercontent.com/CircuitMess/Arduino-Packages/master/package_circuitmess.com_esp32_index.json
  1. in board manager, "cuircuitmess" doesn't appear

work arround found :
in folder ...\AppData\Local\Arduino15, the downloaded file is named package_circuitmess.json
but the expected name is package_circuitmess.com_esp32_index.json.
So I rename the file as expected, restart IDE, and my board appears.

suggestion to team :
during upload of json files, could you update the parser to allow the dot character "." in json filename ?

Bye
Loic

Why is this "regression"? Was it different in the past?

The spec Package index specification - Arduino CLI dopes not seem to make it clear that a dot is not allowed :confused: Unless I missed it :wink:

Hi @loic_d. Thanks for your post. The formal report for this bug is here:

The bug has already been fixed, but the fix was made after the time of the latest Arduino CLI release so Arduino IDE users (whether on the 2.2.1 release version or the nightly build) are still affected.

Nice work on already having identified the workaround of renaming the local copy of the package index file!

Hi @ptillisch , thanks for this quick and nice answer.
Glad to see that it is already taken into account !
Thanks again for all your work.

resolved

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.