Closed
Description
Hi,
I have updated previously working Travis CI script by changing Arduino IDE version from 1.6.9 to 1.6.12.
As result in the line - arduino --install-library "WebSockets"
, the script is failing with Selected library is not available
- https://travis-ci.org/krzychb/EspScopeA0/builds/163400605
Troubleshooting:
- The same error is reported if I select Arduino 1.6.11 - https://travis-ci.org/krzychb/EspScopeA0/builds/163373114
- If I change Arduino back to 1.6.9 then the error is
java.lang.Exception: CRC doesn't match. File is corrupted
(checked doing the build three times). - The same script was passing without any issues about 16 days ago - https://travis-ci.org/krzychb/EspScopeA0/builds/159405818
- There are no any problems loading a fresh copy of “WebSockets” library on my PC using Library Manager in Arduino IDE 1.6.9, 1.6.11 and 1.6.12.
- I have checked using Travis CI script with some other libraries and see the same issue.
Could you give me some guidance what the issue may be / how to troubleshoot it?
Krzysztof