Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

[BUG] Error 500 from the API not letting to play any song #231

@v1rtl

Description

@v1rtl

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://beatbump.io
  2. Search for any song
  3. Click to play
  4. See "undefined has no properties" error pop up
  5. Open network tab
  6. See 500 Request

Expected behavior

No error coming from the API

Screenshots

image

image

The failing request is this:

GET /api/v1/player.json?videoId=...&playlistId=... HTTP/1.1
Host: beatbump.io
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
Accept: application/json
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate, br
DNT: 1
Sec-GPC: 1
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
Connection: keep-alive
Cookie: ...

Desktop (please complete the following information):

  • OS: Linux
  • Browser Firedragon
  • Version 124

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions