simojenki / bonob

sonos SMAPI implementation allowing integrating different music sources with sonos.
GNU General Public License v3.0
221 stars 15 forks source link

Pulling latest image results in error #154

Closed stefan1983 closed 1 year ago

stefan1983 commented 1 year ago

root@server:~# docker pull docker.io/simojenki/bonob

Using default tag: latest

Error response from daemon: error parsing HTTP 408 response body: invalid character '<' looking for beginning of value: "<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n"

root@server:~#

simojenki commented 1 year ago

I have just successfully pulled this image.

Do you see the same problem with ghcr? ie.

docker pull ghcr.io/simojenki/bonob
stefan1983 commented 1 year ago

Hmm..., today it seems to work again. Strange...

The ghcr.io link worked yesterday, I used that instead after docker.io didn't work for me.