[GH-ISSUE #199] Error: unknown theme catppuccin #119

Closed
opened 2026-02-27 10:15:48 +03:00 by kerem · 4 comments
Owner

Originally created by @op4lat on GitHub (Dec 26, 2025).
Original GitHub issue: https://github.com/matze/wastebin/issues/199

After upgrading to 3.4.0 I get:

$ docker compose up
Attaching to wastebin
wastebin  | Error: unknown theme catppuccin
wastebin exited with code 1 (restarting)

I tried capitalizing catppuccin but I got the same result. Switching to blueunicorn Wastebin works again.

Originally created by @op4lat on GitHub (Dec 26, 2025). Original GitHub issue: https://github.com/matze/wastebin/issues/199 After upgrading to 3.4.0 I get: ``` $ docker compose up Attaching to wastebin wastebin | Error: unknown theme catppuccin wastebin exited with code 1 (restarting) ``` I tried capitalizing `catppuccin` but I got the same result. Switching to `blueunicorn` Wastebin works again.
kerem closed this issue 2026-02-27 10:15:48 +03:00
Author
Owner

@matze commented on GitHub (Dec 26, 2025):

Are you sure it's 3.4.0? When you open the index page with a text editor/browser inspector it should show that version number in the meta head tag.

In any case, when I run the Docker container directly it works:

docker run -e WASTEBIN_THEME=catppuccin -p 8088:8088 quxfoo/wastebin:3.4.0
<!-- gh-comment-id:3693077115 --> @matze commented on GitHub (Dec 26, 2025): Are you sure it's 3.4.0? When you open the index page with a text editor/browser inspector it should show that version number in the meta head tag. In any case, when I run the Docker container directly it works: ```sh docker run -e WASTEBIN_THEME=catppuccin -p 8088:8088 quxfoo/wastebin:3.4.0 ```
Author
Owner

@op4lat commented on GitHub (Dec 26, 2025):

Hmm, interesting

docker system prune -a
WARNING! This will remove:
  - all stopped containers
  - all networks not used by at least one container
  - all images without at least one container associated to them
  - all build cache

Are you sure you want to continue? [y/N] y
Deleted Containers:
...
untagged: quxfoo/wastebin:latest
deleted: sha256:74c03586793258a669ea46092a6c424288f78d215c4669734c964d40735e66f5
...

docker compose pull
[+] pull 6/6
 ✔ Image quxfoo/wastebin:latest Pulled 

docker compose up 
[+] up 2/2
 ✔ Network wastebin_default Created                                                                                        0.0s 
 ✔ Container wastebin       Created                                                                                        0.0s 
Attaching to wastebin

The html meta says 3.1.0. If I change image: quxfoo/wastebin:latest to image: quxfoo/wastebin:3.4.0 in the docker-compose.yml file, the meta changes to 3.4.0 and catppucin works again. Does this mean the tag latest doesn't work?

<!-- gh-comment-id:3693161290 --> @op4lat commented on GitHub (Dec 26, 2025): Hmm, interesting ``` docker system prune -a WARNING! This will remove: - all stopped containers - all networks not used by at least one container - all images without at least one container associated to them - all build cache Are you sure you want to continue? [y/N] y Deleted Containers: ... untagged: quxfoo/wastebin:latest deleted: sha256:74c03586793258a669ea46092a6c424288f78d215c4669734c964d40735e66f5 ... docker compose pull [+] pull 6/6 ✔ Image quxfoo/wastebin:latest Pulled docker compose up [+] up 2/2 ✔ Network wastebin_default Created 0.0s ✔ Container wastebin Created 0.0s Attaching to wastebin ``` The html meta says 3.1.0. If I change `image: quxfoo/wastebin:latest` to `image: quxfoo/wastebin:3.4.0` in the `docker-compose.yml` file, the meta changes to 3.4.0 and catppucin works again. Does this mean the tag `latest` doesn't work?
Author
Owner

@matze commented on GitHub (Dec 26, 2025):

I pushed quxfoo/wastebin:latest again and it should be identical to quxfoo/wastebin:3.4.0. Can you try again?

<!-- gh-comment-id:3693271684 --> @matze commented on GitHub (Dec 26, 2025): I pushed `quxfoo/wastebin:latest` again and it should be identical to `quxfoo/wastebin:3.4.0`. Can you try again?
Author
Owner

@op4lat commented on GitHub (Dec 27, 2025):

Thank you! 3.4.0 is pulled with latest

<!-- gh-comment-id:3693561179 --> @op4lat commented on GitHub (Dec 27, 2025): Thank you! 3.4.0 is pulled with `latest`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wastebin-matze#119
No description provided.