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

PlatformIO registry board info links are broken #296

Open
rob040 opened this issue Sep 25, 2024 · 3 comments
Open

PlatformIO registry board info links are broken #296

rob040 opened this issue Sep 25, 2024 · 3 comments

Comments

@rob040
Copy link

rob040 commented Sep 25, 2024

at https://registry.platformio.org/platforms/kuba2k2/libretiny/boards
all board info links result in 404 page not found

It might be related to issue #264, but that one is half a year old.

@kuba2k2
Copy link
Member

kuba2k2 commented Sep 25, 2024

That is because PlatformIO registry assume that a docs page exists in PIO docs. LibreTiny has its own docs pages:
https://docs.libretiny.eu/
This is not changeable in PlatformIO.

@Psi-nz
Copy link

Psi-nz commented Oct 12, 2024

Anyone have a solution?

Currently if you install libretiny in PlatformIO (at least on windows), it instantly breaks the board list from loading and throws errors every time you click on various pages in platformio. It breaks the board list from loading for every platform you have installed, not just libretiny boards. I'm not blaming libretiny for this. Just saying its a pretty big issue that needs a solution because currently libretiny cannot be used at all in PlatformIO. (Not in any way obvious to a new person, maybe there is a workaround that needs adding to the Getting started page. )

@kuba2k2
Copy link
Member

kuba2k2 commented Oct 12, 2024

That issue is a different one than the OP had.

I've had such a problem in the past, where it would display a KeyError message. IIRC, what I've found is that it was a problem with either the ESP32 or esp8266 platform, which were scanning LibreTiny boards and found them incompatible. Try uninstalling one of them.

However, PlatformIO can be used without the board list. You can still create a project, either via PlatformIO Home GUI or the command line. Compiling a project also works perfectly fine - I have both LibreTiny and ESP platforms installed (as well as several others) and I have no problems currently.

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

3 participants