Page 1 of 1

DenonIP Plugin

Posted: Thu Jun 25, 2015 11:20 am
by bassteq
Hi,

Using the latest version of event ghost, im trying to setuop this plugin https://github.com/marneborn/eventghost ... DenonTCPIP

But Im getting some errors below, appreciate any assistance. Thanks

Code: Select all

Error while loading plugin-file C:\Program Files (x86)\EventGhost\plugins\DenonIP.
Traceback (most recent call last) (1700):
  File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginModuleInfo.py", line 70, in __init__
    __import__(moduleName, None, None, [''])
  File "C:\Program Files (x86)\EventGhost\plugins\DenonIP\__init__.py", line 4
    <!DOCTYPE html>
    ^
SyntaxError: invalid syntax
Error while loading plugin-file C:\Program Files (x86)\EventGhost\plugins\DenonIP.
Traceback (most recent call last) (1700):
  File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginModuleInfo.py", line 70, in __init__
    __import__(moduleName, None, None, [''])
  File "C:\Program Files (x86)\EventGhost\plugins\DenonIP\__init__.py", line 4
    <!DOCTYPE html>
    ^
SyntaxError: invalid syntax

Re: DenonIP Plugin

Posted: Thu Jun 25, 2015 9:56 pm
by krambriw
SyntaxError: invalid syntax
As it says, you have syntax errors in the file. You have to copy/download it again, open in a text editor and check the syntax so that it is ok

Re: DenonIP Plugin

Posted: Fri Jun 26, 2015 5:10 am
by bassteq
Thanks will do!