josephdadams / spotify-controller

MIT License
7 stars 0 forks source link

Volume control not working #6

Closed haffitempo closed 8 months ago

haffitempo commented 8 months ago

Volume control is not working for me. Is this a bug - or needs more config ?

josephdadams commented 8 months ago

Maybe clarify more about how you are using the program. Rest api? Socketio? (The companion module uses socketio.) what version of Spotify controller?

haffitempo commented 8 months ago

I am using companion. Volume ramp works but volume+ and volume- does not. Play / Pause also works. I am using Macbook Air M1 silicon with MacOs BigSur

When I use the Mute funktion this error messages appears. Unhandled Error TypeError: Cannot read property 'volume' of undefined at /Applications/Spotify Controller.app/Contents/Resources/app.asar/node_modules/spotify-node-applescript/lib/spotify-node-applescript.js:196:29 at /Applications/Spotify Controller.app/Contents/Resources/app.asar/node_modules/spotify-node-applescript/lib/spotify-node-applescript.js:100:20 at ChildProcess. (/Applications/Spotify Controller.app/Contents/Resources/app.asar/node_modules/applescript/lib/applescript.js:54:7)

josephdadams commented 8 months ago

What version of the companion module and what version of Spotify controller?

haffitempo commented 8 months ago

Companion 3.2.1 (3.2.1+6676-stable-fa981d25) Controller 0.3.0

josephdadams commented 8 months ago

Click the ? Icon next to the module instance in companion. It will report the module version.

haffitempo commented 8 months ago

Spotify Controller v2.0.1 this ?

josephdadams commented 8 months ago

The latest version should be v2.1.0. So download a beta build of companion and try to recreate this issue again. If it still happens you can re open this issue.

haffitempo commented 8 months ago

Ok - Thanx