dubtrack / www-dubtrack-fm

GNU General Public License v2.0
123 stars 41 forks source link

[bug] dubtrack reports no active song in room #219

Closed ghost closed 8 years ago

ghost commented 8 years ago

A room I created is broken as of today. Adding to the queue is reflected in the UI, but the API returns 404s:

{
  "code": 404,
  "message": "Not Found",
  "data": {
    "err": {
      "origin": "method",
      "details": {
        "code": 404,
        "message": "no songs in active queue"
      }
    }
  }
}
ProbablyJody commented 8 years ago

+1 I can add songs to my queue, but they aren't being added to the room queue.

Edit: As I was typing this comment as song started playing. @saiyr you might try it again.

ghost commented 8 years ago

Had an admin fix it for me yesterday, so I'll close.