that's great, it worked ! the equal sign is now accepted :d
thank you !
are you also investigating on the error I reported regarding the named pipe ?
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.
Command line payloads
Re: Command line payloads
Code: Select all
)
Traceback (most recent call last):
File "EventGhost.pyw", line 53, in <module>
File "C:\Program Files (x86)\EventGhost\eg\__init__.py", line 31, in <module>
import Cli
File "C:\Program Files (x86)\EventGhost\eg\Cli.py", line 30, in <module>
import NamedPipe
File "C:\Program Files (x86)\EventGhost\eg\NamedPipe.py", line 132, in <module>
is_eg_running = _is_eg_running()
File "C:\Program Files (x86)\EventGhost\eg\NamedPipe.py", line 129, in _is_eg_running
raise NamedPipeConnectionError(err)
eg.NamedPipe.NamedPipeConnectionError: (121, 'WaitNamedPipe', 'The semaphore timeout period has expired.')