matze / matze/wastebin

Error: failed to parse theme name (Rosepine)

Open
#218 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
860
Forks
63
Avg merge
10h 47m
Merged PRs (30d)
1

Description

Hi There,

I was setting up for the first time, and I came into this issue

root@host:/etc/sv/wastebin# ./run
Error: failed to parse theme name

while using this as my setup

#!/bin/sh

export WASTEBIN_ADDRESS_PORT="127.0.0.1:8088"
export WASTEBIN_DATABASE_PATH="/srv/clove/wastebin/data/state.db"
export WASTEBIN_BASE_URL="https://bin.doughmination.gay"
export WASTEBIN_TITLE="Doughmination's Bin"
export RUST_LOG="info"
export WASTEBIN_THEME="rosepine"

cd /srv/clove/wastebin || exit 1

exec chpst -u clove ./wastebin

The error comes from rosepine

I tested EVERY theme, manually, ran it, and had zero errors except for the rosepine theme

Please can be this looked into

Thank you for your time 🖤

WASTEBIN VERSION: 3.7.2 (LATEST)
Server: Ubuntu 26.04-LTS
Running with RunIt and nginx proxy

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by running the ./wastebin entry point with WASTEBIN_THEME=rosepine, then compare its theme-name parsing with the other themes that start successfully. Trace the reported "failed to parse theme name" error and verify that the Rosepine theme can be selected without an error while existing themes continue to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.