Pigpog / vlc-discord-rpc

Discord rich presence for VLC media player.
MIT License
207 stars 30 forks source link

Invalid or unexpected Token #52

Closed byzocker closed 3 years ago

byzocker commented 3 years ago

Describe the bug A clear and concise description of what the bug is. Does the script show an error? yes Does Discord display that you are "Playing VLC Media Player"? no

To Reproduce Steps to reproduce the behavior:

  1. Open the "start.bat" file

Terminal output with v12.18.3 image with v15.14.0 image

Your Setup:

Additional context I have installed VLC in the Program Files of my 2nd hard drive, I have added the path to the config.js

Pigpog commented 3 years ago

The error message is in fact pointing at the issue. In config.js, theres a quotation mark (") on the password line that shouldn't be there (its an unexpected token). That line should just be password: '',

byzocker commented 3 years ago

that worked thank you