According to the installation instructions, the Voting API is optional. However, I'm getting errors reported in my log saying Method vote.getVote and vote.getUserVote do not exist.

Presumably Dashplayer should be checking to see if the methods exist before calling them. I don't want the log filling up with messages telling me that a feature I don't need isn't there.

Comments

travist’s picture

Status: Active » Closed (works as designed)

You need to just provide the votingenabled flag to false in the player. Like the following...

$params['votingenabled'] = 'false';