snuffyDev / Beatbump

Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
https://beatbump.io/
GNU Affero General Public License v3.0
1.07k stars 89 forks source link

[BUG] #226

Open Tholgonk opened 8 months ago

Tholgonk commented 8 months ago

Describe the bug Public instances appear to be down. Error message: "TypeError: Cannot read properties of undefined (reading 'replace')

To Reproduce Steps to reproduce the behavior:

  1. Go to beatbump.io
  2. Click on any song
  3. See error

Expected behavior Song should play when clicked on

Screenshots

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

giwty commented 8 months ago

I have a PR up that fixes the issue, can temporary built it from my fork until @snuffyDev approves the PR.

Tholgonk commented 8 months ago

@giwty thanks for that. I built this on my lunch break today and it's been running perfect all afternoon.

BrightDV commented 8 months ago

@Tholgonk Hello, Did you build it as a Docker image? Because whenever I try to build it with npm and deploy it on Netlify/Vercel, I just get js files...

Tholgonk commented 8 months ago

@BrightDV I used the docker compose from giwty’s PR.

maciejSAC commented 5 months ago

I did deploy mine using unraid and have the same issue