Error running docker-compose up -d on ubuntu server 24.04.LTS

To be completed by the original poster:

CMS Version

Xibo 4.0.15

Installation Method

Docker

Operating System

Ubuntu Server 24.04 LTS

Issue

I’ve Just installed Xibo server on a new Ubuntu server installation following this guide Xibo CMS with Docker on Ubuntu 22.04. When I try to start the server using “docker-compose up -d“ I get the error: “Error while fetching API version: HTTPConnection.request() got an unexpected keyword argument ‘chunked’”

It looks like a bug in docker-compose to me - see https://www.reddit.com/r/docker/comments/16rbxe5/dockercompose_up_keeps_throwing_errors/

You could try

docker compose up -d instead which uses the new compose functionality. I’m suprised the version of docker-compose packaged for Ubuntu would be broken though.

1 Like

Hi @alex ,Thank you for your help. After applied the installation process from that link it worked (I faced some issue corrected here (18.04 - apt update docker.com Release 404 not found - Ask Ubuntu)
Now xibo is up and running


image

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.