taskcat execution fails with "Error while fetching server API version"
kkvinjam opened this issue · 1 comments
Describe the bug
All taskcat commands appears to fail with following error:
Mac:
taskcat version : 0.9.42
docker version: 26.1.4
Error: DockerException Error while fetching server API version: Not supported URL scheme http+docker
Linux:
taskcat version : 0.9.42
docker version: 25.0.3
Error: [ERROR ] : DockerException Invalid response from docker daemon: key "ApiVersion" is missing.
To Reproduce
Steps to reproduce the behavior:
- Are you testing a QuickStart or Custom template? Custom template
- Attach or link a copy of the template if possible (remove any sensitive info) N/A
- Provide the parameters that you passed. (remove any sensitive info) N/A
- How did you install taskcat? (docker or pip3) pip3
- Are you using a profile, an instance role or access keys to run taskcat? access keys and profile (issue seen with both)
- Is your AWS environment configured via
aws configure
? yes
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
**Version (Please make sure you are running the latest version of taskcat)
- Taskcat Version (ex: [2018.817.210357])
Note: Python Version (python3 required)
To find versions:
Via taskcat: taskcat -V
Via pip3: pip3 show taskcat
Note: both version should match
To update taskcat run:
for docker : docker pull taskcat/taskcat
for pip3: pip3 install --upgrade taskcat
Additional context
Add any other context about the problem here.
Resolved in 0.9.53