Page 1 of 1

VLC not working

Posted: Wed May 23, 2018 12:48 am
by dohat
guys - I'm on vlc 2.2.6 umbrella for windows and eventghost 0.5.0-rc4
I installed the vlc plugin and also set vlc preferences to listen on 127.0.0.1:1234
I can see the port is open on my windows computer

however, I get this error when executing a command

C:\Program Files (x86)\EventGhost\plugins\VLC\__init__.py:619: DeprecationWarning: VlcSession.sendall is deprecated. Use VlcSession.socket.sendall instead.
self.dispatcher.sendall(data)

Re: VLC not working

Posted: Thu May 24, 2018 4:50 am
by yokel22
You can give this a shot. It should resolve the error. Unfortunately i think there's more broken with this plugin. I get connected on first command, then connection lost on the second command. This was happening before making any changes to the plugin on my end though. It appears to be losing the connection with a bad command then reconnecting.