• pauljurczak (Customer)

    Arduino IDE 2.3.7 board manager is trying to access that URL.

     

    Screenshot from 2026-01-21 18-08-42

  • FACTS_MikeSc (AutomationDirect)

    Oh gotcha, we'll have to update that but everything would point to the link above. Shouldn't effect anything.

  • FACTS_AdamC (AutomationDirect)

    @pauljurczak (Customer)​ Its been updated! Thanks for the heads up.

     

    If you still see issues with it, it's likely using a cached copy of the json. You'd need to go into C:\Users\USERNAME\AppData\Local\Arduino15

    to manually delete it if it is causing issues for you. It appears the link was not used for downloading any objects, so it may have just been a cosmetic error.

    Expand Post
    • pauljurczak (Customer)

      You need more editing of that file. Now I'm getting:

      ```

      Downloading packages

      FACTS:arm-none-eabi-gcc@9-2019q4

      Failed to install platform: 'FACTS:samd:1.7.13'.

      Error: 13 INTERNAL: Server responded with: 403 Forbidden

      ```

       

      Expand Post
    • pauljurczak (Customer)

      Your updated configuration file works with Arduino IDE 2.3.6, but doesn't work with version 2.3.7. Can you look into it? The error message is listed in my previous response.

      • FACTS_AdamC (AutomationDirect)

        Just tested a fresh install of the P1AM-200 on IDE 2.3.7 and it completed and compiled successfully.

         

        On you on a corporate IT network or otherwise have restrictions on downloads from certain domains?

      • pauljurczak (Customer)

        There are no domain restrictions. Here are the steps to reproduce this error (tried on 2 different PCs):

        1. Completely remove current Arduino IDE, i.e. ".arduino15" and ".arduinoIDE" folders.
        2. Run "arduino-ide_2.3.7_Linux_64bit.AppImage"
        3. Install P1AM-200 board files

        You will get

        ```

        Downloading packages

        FACTS:arm-none-eabi-gcc@9-2019q4

        Failed to install platform: 'FACTS:samd:1.7.13'.

        Error: 13 INTERNAL: Server responded with: 403 Forbidden

        ```

        The same steps with "arduino-ide_2.3.6_Linux_64bit.AppImage" work fine.

        Expand Post
      • pauljurczak (Customer)

        That wasn't necessary, since board installation with Arduino IDE 2.3.6 is available in v2.3.7. At this point, it is just an issue of a bad user experience.