Skip to content

[Bug]: 404 on JS and CSS #792

@Anusien

Description

@Anusien

Prerequisites

  • I have searched existing issues and discussions to ensure this bug hasn't been reported before
  • I have read the troubleshooting section in the README
  • I have tested this issue with yt-dlp directly (not just through MeTube UI) as described in the README
  • I have checked that this is not a yt-dlp issue (if it is, please report it to yt-dlp repository instead)

Bug Description

I updated my metube container recently to pick up the latest yt-dlp version and now I'm just getting a blank page. All the .js and .css files fail to retrieve with a 404.

yt-dlp Direct Test Results

N/A

Environment & Configuration

MeTube version: latest (dbe1f9903f98968961c6b0c47135ea16025f0ce15039ac8276aaf9b223b9f4f1)
Docker image: ghcr.io/alexta69/metube:latest
Operating System: Debian 12

docker-compose:

services:
  metube:
    image: ghcr.io/alexta69/metube
    container_name: metube
    restart: unless-stopped
    ports:
      - "8081:8081"
    volumes:
      - /opt/metube/downloads:/downloads
      - /opt/metube/cookies/:/cookies
    environment:
      - YTDL_OPTIONS={"cookiefile":"/cookies/cookies.txt"}

Docker logs:

Setting umask to 022
Creating download directory (/downloads), state directory (/downloads/.metube), and temp dir (/downloads)
Changing ownership of download and state directories to 1000:1000
Running MeTube as user 1000:1000
INFO:main:Listening on 0.0.0.0:8081
INFO:ytdl:Initializing DownloadQueue
======== Running on http://0.0.0.0:8081 ========
(Press CTRL+C to quit)
Setting umask to 022
Creating download directory (/downloads), state directory (/downloads/.metube), and temp dir (/downloads)
Changing ownership of download and state directories to 1000:1000
Running MeTube as user 1000:1000
INFO:main:Listening on 0.0.0.0:8081
INFO:ytdl:Initializing DownloadQueue

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions