"Could not find the package with 'me-no-dev/ESP Async WebServer @ ^1.2.3'" when compiling example

Hi,

When attempting to compile the “everything” example I receive the below error. This seems to be because the dependency is no longer available.

Library Manager: Installing me-no-dev/ESP Async WebServer @ ^1.2.3
UnknownPackageError: Could not find the package with 'me-no-dev/ESP Async WebServer @ ^1.2.3' requirements for your system 'linux_x86_64'

The “minimal” example compiles and runs correctly, but the “factory-test” and “lvgl-demo” also fail to compile with the same error.

Platform: Linux
Build method: docker container using hamishcunningham/iot:magic

Update: the issue was resolved by changing the references to “ESP Async WebServer” with “ESPAsyncWebServer” inside the platformio.ini file.

If I had a pound for every time spaces in file names caused problems I’d have enough to buy Windows and delete it… Maybe :slight_smile: