-
Dubtrack apparently now supports uppercase letters in usernames - constructs like this will no longer work:
`var user = bot.getUserByName(input.toLowerCase());`
Removing toLowerCase() is a partial fi…
-
For some reason the bot is throwing this error when the updub method is passed. Any idea why?
events.js:141
throw er; // Unhandled 'error' event
^
DubAPIRequestError: Response 404 from ro…
-
Songs randomly skip back a few seconds. Not consistent as far as I can tell. Sometimes it jumps back 5 or 6 seconds, sometimes 1 or 2. Usually 2-10 times a song. Some people don't experience it at all…
-
I tried installing this on windows, but all I'm getting is a blank blinking cursor.
Here's what I did:
1. downloaded dubtrackapi and placed it in node_modules
2. npm install phantomjs, tried running,…
-
Hi, for some reason .gift @username is working properly but if someone tries to gift someone that has uppercase letters or numbers in the name it says "USER NOT FOUND" . Here's the error code from the…
-
If our bot, or anybody, says a few things in a row, suddenly all of their chat messages in the entire chat log history is deleted? That's weird. I don't think this is functioning like it should be, …
-
A [room](https://www.dubtrack.fm/join/the-igloo) 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",
…
ghost updated
8 years ago
-
could you add in support for websites like Iheartradio, Dubtrack.fm, and youtube and more thanks and if u cant do it its ok
-
I have this issue in dubtrack.fm: Songs doesn't change immadiately, they're stucking, but when I'm refreshing page, it changes song, so I keep refreshing page always when song changes. Also, song sudd…
-
Also for blacklisting, it would be great to have the possibility to check the queue for blacklisted songs.
The endpoints for this would be:
1. "https://api.dubtrack.fm/room/{roomid}/playlist" to get …