plugAPI icon indicating copy to clipboard operation
plugAPI copied to clipboard

A generic API for creating plug.dj bots

Results 16 plugAPI issues
Sort by recently updated
recently updated
newest added

Name: WishBot Room: https://plug.dj/wishmaster

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

I've made our bot manage a playlist via PlugAPI, but some times, the callback is never called. It seems to happen most frequently with `getPlaylistMedias`, but it has also happened...

When managing playlists, if you have some error in your callback method, such as a missing module import in your own code, the bot will print 11 REST Warnings before...

bug
in progress

I think this would be a beneficial change long term - 6.0?

Add error emitters to manually handle. ex: bot.on('error', function(err){}); Especially if fails to connect, throw a error on connection fail. Only log to app error logger is not flexible.

enhancement
todo