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

Invalid item in metadata depends field #3

Open
per1234 opened this issue May 22, 2023 · 1 comment
Open

Invalid item in metadata depends field #3

per1234 opened this issue May 22, 2023 · 1 comment

Comments

@per1234
Copy link
Contributor

per1234 commented May 22, 2023

The depends field of the library.properties metadata file specifies the dependencies that should be installed along with
the library by the Arduino Library Manager.

This field must contain only the names of libraries that are available for installation via Library Manager.

The presence of any items which are not in Library Manager causes installation of the library to fail:

The field currently contains an item that is not present in the Arduino Library Manager:

depends=ESP Async WebServer

I will guess you intended to specify a dependency on this library:

https://github.com/me-no-dev/ESPAsyncWebServer

That specific repository was never registered with the Arduino Library Manager (me-no-dev/ESPAsyncWebServer#468), but there is a community fork of the repository, which was added to Library Manager:

https://github.com/dvarrel/ESPAsyncWebSrv

If that is suitable for use as the dependency, then you must change the metadata to use the correct library name ESPAsyncWebSrv:

depends=ESPAsyncWebSrv
@sivar2311
Copy link
Owner

Thanks, I'll change the depends field as you have suggested

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

2 participants