Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through
Buy Me a Coffee or
Ko-fi . Thank you for helping preserve the EventGhost community.
Questions and comments specific to a particular plugin should go here.
bassteq
Posts: 4 Joined: Thu Jun 25, 2015 11:15 am
Post
by bassteq » Thu Jun 25, 2015 11:20 am
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
krambriw
Plugin Developer
Posts: 2570 Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:
Post
by krambriw » Thu Jun 25, 2015 9:56 pm
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
bassteq
Posts: 4 Joined: Thu Jun 25, 2015 11:15 am
Post
by bassteq » Fri Jun 26, 2015 5:10 am
Thanks will do!