Closed NickDolfin closed 1 month ago
The version pin on the ESPAsyncWebServer library was bad -- it's trying to use the 'master' branch but expecting it to have a specific version number, which has now changed. #4142 has the fix.
Fixed
Thanks guys for the updates.
After I did a full clean and build again. The same error appears. What Should I do?
Use latest 0_15, or cherry pick 2264cc5d10aae1fff21bf34782a09ff5291c9c3d
Thanks for showing the cherry pick. I changed it by hand since I have no clue on how to use git.
What happened?
yesterday, I could compile. Now I get the following error:
PackageException: Package version 2.3.0+sha.00be156 doesn't satisfy requirements 2.2.1 based on PackageMetadata <type=library name=ESPAsyncWebServerWLED version=2.3.0+sha.00be156 spec={'owner': None, 'id': None, 'name': 'ESPAsyncWebServer', 'requirements': '2.2.1', 'uri': 'git+https://github.com/Aircoookie/ESPAsyncWebServer.git'}
To Reproduce Bug
Install vscode, platformio and the latest wled source zip file. just click build
Expected Behavior
no errors perhaps?
Install Method
Binary from WLED.me
What version of WLED?
WLED-0.15.0.b4 and also WLED-0.15.0.b5
Which microcontroller/board are you seeing the problem on?
ESP32-S3
Relevant log/trace output
Anything else?
No response
Code of Conduct