Page 1 of 1

Plugin Onkyo - ISCP

Posted: Tue Jul 12, 2011 1:51 am
by ewingr
I have the Onkyo ISCP plugin installed and it works...except after putting the PC to sleep. After I wake the PC, I have to exit and restart EventGhost in order for it to work

I get the error: Error [Errno 10054] An existing connection was forcebly closed by the remote host.

Any ideas?

Re: Plugin Onkyo - ISCP

Posted: Wed Aug 03, 2011 9:30 pm
by eatmeimadanish
Stop letting your computer go to sleep. Or have a script that EG runs that restarts EG if it cannot communicate with the Onkyo.

Plugin Onkyo - ISCP Error in Action

Posted: Tue Apr 30, 2013 3:51 pm
by pmendiuk
Hello,
I am fairly new to EventGhost. I am experiencing an error with the Onkyo ISCP plugin after a period of time.

Onkyo ISCP: SendCommand: ZPW01
Error in Action: "Onkyo ISCP: SendCommand: ZPW01"
Traceback (most recent call last) (1610):
File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionBase.py", line 170, in CallWrapper
return self(*args)
File "C:\Program Files (x86)\EventGhost\plugins\OnkyoISCP\__init__.py", line 157, in __call__
self.PrintError("OnkyoISCP: Error sending command, retrying: " + msg)
TypeError: cannot concatenate 'str' and 'timeout' objects

If I restart EventGhost the plugin will work properly for a while. Has anyone experiencing this behavior?

Thanks
Patrick

Re: Plugin Onkyo - ISCP

Posted: Tue Jul 16, 2013 2:51 am
by blaher
ewingr wrote:I have the Onkyo ISCP plugin installed and it works...except after putting the PC to sleep. After I wake the PC, I have to exit and restart EventGhost in order for it to work

I get the error: Error [Errno 10054] An existing connection was forcebly closed by the remote host.

Any ideas?
You can automate a restart when the error occurs using EventGhost Application Control Plugin: viewtopic.php?f=9&t=3881

Re: Plugin Onkyo - ISCP Error in Action

Posted: Tue Jul 16, 2013 2:52 am
by blaher
pmendiuk wrote: Error in Action: "Onkyo ISCP: SendCommand: ZPW01"
Traceback (most recent call last) (1610):
File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionBase.py", line 170, in CallWrapper
return self(*args)
File "C:\Program Files (x86)\EventGhost\plugins\OnkyoISCP\__init__.py", line 157, in __call__
self.PrintError("OnkyoISCP: Error sending command, retrying: " + msg)
TypeError: cannot concatenate 'str' and 'timeout' objects
viewtopic.php?f=10&t=2964&start=105#p27229 has a fix for that error message. Hope it helps.