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?
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.
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.
Plugin Onkyo - ISCP
-
eatmeimadanish
- Experienced User
- Posts: 118
- Joined: Thu Oct 01, 2009 5:11 pm
Re: Plugin Onkyo - ISCP
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
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
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
You can automate a restart when the error occurs using EventGhost Application Control Plugin: viewtopic.php?f=9&t=3881ewingr 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?
Re: Plugin Onkyo - ISCP Error in Action
viewtopic.php?f=10&t=2964&start=105#p27229 has a fix for that error message. Hope it helps.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