We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There appears to be a problem with the bikeshed curl service. Running the service worker repo's compile.sh:
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 248k 0 208 100 248k 214 255k --:--:-- --:--:-- --:--:-- 255k Warning: Transient problem: HTTP error Will retry in 1 seconds. 2 retries Warning: left. Throwing away 208 bytes 100 248k 0 208 100 248k 239 285k --:--:-- --:--:-- --:--:-- 285k Warning: Transient problem: HTTP error Will retry in 2 seconds. 1 retries Warning: left. Throwing away 208 bytes 100 248k 0 208 100 248k 241 288k --:--:-- --:--:-- --:--:-- 288k Error running preprocessor, returned code: 1. Package aiofiles is not installed. Package aiohttp is not installed. Run "pip3 install -r /sites/api.csswg.org/bikeshed/requirements.txt" to complete installation
This breaks the travis-ci build since it also uses compile.sh. See w3c/ServiceWorker#1526.
The text was updated successfully, but these errors were encountered:
Most likely @plinss needs to update the bikeshed installation on api.csswg.org after speced/bikeshed@615efd8 and speced/bikeshed@f539c4a.
Sorry, something went wrong.
Fixed, the service does auto-update, but it was failing to install a required package.
Thanks all!
No branches or pull requests
There appears to be a problem with the bikeshed curl service. Running the service worker repo's compile.sh:
This breaks the travis-ci build since it also uses compile.sh. See w3c/ServiceWorker#1526.
The text was updated successfully, but these errors were encountered: