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.

Search found 1 match

by chrisvogan
Mon Jun 17, 2013 8:13 pm
Forum: General Support
Topic: MCE_Vista: MceIr pipe is not available
Replies: 20
Views: 11708

Re: MCE_Vista: MceIr pipe is not available

My solution was to edit the __init__py file to stop and start the server when it detects that the pipe has crashed.

Added the following:
eg.TriggerEvent("MceIR pipe not found.")
time.sleep(.25)
service = Service(u"AlternateMceIrService")
eg.PrintNotice("Stop")
service.Stop()
time.sleep(.50 ...