Page 7 of 7

Re: Snarl

Posted: Sun Mar 06, 2016 9:26 pm
by blackwind
:(

Well, thanks for trying, at least.

Re: Snarl

Posted: Tue Mar 22, 2016 10:22 pm
by blackwind
Here are a couple small changes from user topix that will be required for the upcoming wxPython3 version of EventGhost.

Re: Snarl

Posted: Fri Nov 18, 2016 8:20 pm
by z3us
Hi.
I get this error when I start eventghost and I can┬┤t use it.
It only happens if I have the snarl folder in plugins
Any help?
Thanks

Code: Select all

Error while loading plugin-file C:\Program Files (x86)\EventGhost\plugins\snarl.
Traceback (most recent call last) (1722):
  File "C:\Program Files (x86)\EventGhost\plugins\snarl\__init__.py", line 151, in <module>
    import pySnarl
  File "C:\Program Files (x86)\EventGhost\plugins\snarl\pySnarl.py", line 1
    <!DOCTYPE html>
    ^
SyntaxError: invalid syntax
Unhandled exception in WorkerThread <EventThread>:
Callers stack:
  File "wx\_core.pyc", line 8010, in MainLoop
  File "wx\_core.pyc", line 7306, in MainLoop
  File "wx\_core.pyc", line 14669, in <lambda>
Traceback (most recent call last) (1722):
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 326, in __DoOneEvent
    self.HandleAction(action)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 289, in HandleAction
    action()
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
    self.returnValue = self.func(*self.args, **self.kwargs)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\EventThread.py", line 142, in StartSession
    actionThread.Func(actionThread.StartSession, 120)(filename)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ThreadWorker.py", line 62, in __call__
    self.returnValue = self.func(*self.args, **self.kwargs)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionThread.py", line 39, in StartSession
    eg.document.Load(filename)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\Document.py", line 145, in Load
    root = self.RootItem(self, node)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\RootItem.py", line 55, in __init__
    ContainerItem.__init__(self, parent, node)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\ContainerItem.py", line 38, in __init__
    for childNode in node
  File "C:\Program Files (x86)\EventGhost\eg\Classes\AutostartItem.py", line 43, in __init__
    child = self.document.PluginItem(self, childNode)
  File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginItem.py", line 62, in __init__
    self,
  File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginManager.py", line 138, in OpenPlugin
    info = clsInfo.CreateInstance(args, evalName, treeItem)
AttributeError: 'NoneType' object has no attribute 'CreateInstance'

Re: Snarl

Posted: Fri Nov 18, 2016 8:35 pm
by topix
What error? What EG version?

Re: Snarl

Posted: Fri Nov 18, 2016 9:29 pm
by z3us
topix wrote:What error? What EG version?
Sorry, I forgot to post it, now it┬┤s edited

EVG: 0.4.1.r1722

The error occurs even without snarl installed
Snarl: beta 4 -7

Re: Snarl

Posted: Sat Nov 19, 2016 4:19 am
by jonib
z3us wrote:I get this error when I start eventghost and I can┬┤t use it.
It only happens if I have the snarl folder in plugins
Looks like the "pySnarl.py" isn't the plugin but a .html file, try to redownload the snarl plugin.

jonib

Re: Snarl

Posted: Sun Nov 20, 2016 12:24 pm
by z3us
jonib wrote:
z3us wrote:I get this error when I start eventghost and I can┬┤t use it.
It only happens if I have the snarl folder in plugins
Looks like the "pySnarl.py" isn't the plugin but a .html file, try to redownload the snarl plugin.

jonib
Thx, now is working.

Re: Snarl

Posted: Tue Feb 20, 2018 8:11 pm
by z3us
Does anyone use snarl r4.0 beta? The events on notifications diseppearance and the user menu event suffixes don┬┤t work, no event is generated in EVG. Furthermore, in the snarl plugin seems that they have taken out the windows program.

Re: Snarl

Posted: Wed Feb 21, 2018 8:13 pm
by z3us
The download link is broken

Re: Snarl

Posted: Tue Nov 26, 2019 12:02 am
by z3us
Does this work with snarl 5?