Page 1 of 1

Trying to open the E-mail plug-in gives me an error

Posted: Tue Jan 30, 2018 8:12 am
by Mastiff
This is from double clicking the E-mail plugin:

Code: Select all

09:09:05   Traceback (most recent call last) (0.5.0-rc4):
09:09:05     File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 162, in ProcessingTask
09:09:05       self.Configure(*args, **kwargs)
09:09:05     File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 106, in Configure
09:09:05       treeItem.Configure(*args)
09:09:05     File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 80, in Configure
09:09:05       return self.executable.Configure(*args)
09:09:05     File "C:\Program Files (x86)\EventGhost\plugins\E-mail\__init__.py", line 3706, in Configure
09:09:05       topLeftSizer.Add(choiceType,0,wx.EXPAND|wx.TOP,1)
09:09:05     File "wx\_core.pyc", line 14457, in Add
09:09:05   PyAssertionError: C++ assertion "Assert failure" failed at ..\..\src\common\sizer.cpp(1401) in wxGridSizer::DoInsert(): too many items (9 > 2*4) in grid sizer (maybe you should omit the number of either rows or columns?)
This is from trying to add a new "Send E-mail" action:

Code: Select all

09:11:30   Traceback (most recent call last) (0.5.0-rc4):
09:11:30     File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 162, in ProcessingTask
09:11:30       self.Configure(*args, **kwargs)
09:11:30     File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 106, in Configure
09:11:30       treeItem.Configure(*args)
09:11:30     File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 80, in Configure
09:11:30       return self.executable.Configure(*args)
09:11:30     File "C:\Program Files (x86)\EventGhost\plugins\E-mail\__init__.py", line 3261, in Configure
09:11:30       self.plugin
09:11:30     File "C:\Program Files (x86)\EventGhost\plugins\E-mail\__init__.py", line 185, in SendCfg
09:11:30       topSizer.AddGrowableCol(1)
09:11:30     File "wx\_core.pyc", line 15368, in AddGrowableCol
09:11:30   PyAssertionError: C++ assertion "!m_cols || idx < (size_t)m_cols" failed at ..\..\src\common\sizer.cpp(1980) in wxFlexGridSizer::AddGrowableCol(): invalid column index
And this is from double clicking an action I already have:

Code: Select all

09:12:12   Traceback (most recent call last) (0.5.0-rc4):
09:12:12     File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 162, in ProcessingTask
09:12:12       self.Configure(*args, **kwargs)
09:12:12     File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 106, in Configure
09:12:12       treeItem.Configure(*args)
09:12:12     File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 80, in Configure
09:12:12       return self.executable.Configure(*args)
09:12:12     File "C:\Program Files (x86)\EventGhost\plugins\E-mail\__init__.py", line 3261, in Configure
09:12:12       self.plugin
09:12:12     File "C:\Program Files (x86)\EventGhost\plugins\E-mail\__init__.py", line 185, in SendCfg
09:12:12       topSizer.AddGrowableCol(1)
09:12:12     File "wx\_core.pyc", line 15368, in AddGrowableCol
09:12:12   PyAssertionError: C++ assertion "!m_cols || idx < (size_t)m_cols" failed at ..\..\src\common\sizer.cpp(1980) in wxFlexGridSizer::AddGrowableCol(): invalid column index
Is this fixable now? I really need one warning mail...

Re: Trying to open the E-mail plug-in gives me an error

Posted: Thu Feb 01, 2018 6:54 pm
by Mastiff
No love for this error? I removed all the actions I have on the plug-in, deleted the instance, restarted EG and tried to add the Plug-in anew, but this is the result:

Code: Select all

19:53:38   Traceback (most recent call last) (WIP-2018.01.07-15.47.38):
19:53:38     File "C:\Program Files (x86)\EventGhost\eg\Classes\TaskletDialog.py", line 162, in ProcessingTask
19:53:38       self.Configure(*args, **kwargs)
19:53:38     File "C:\Program Files (x86)\EventGhost\eg\Classes\ConfigDialog.py", line 106, in Configure
19:53:38       treeItem.Configure(*args)
19:53:38     File "C:\Program Files (x86)\EventGhost\eg\Classes\ActionItem.py", line 80, in Configure
19:53:38       return self.executable.Configure(*args)
19:53:38     File "C:\Program Files (x86)\EventGhost\plugins\E-mail\__init__.py", line 3706, in Configure
19:53:38       topLeftSizer.Add(choiceType,0,wx.EXPAND|wx.TOP,1)
19:53:38     File "wx\_core.pyc", line 14457, in Add
19:53:38   PyAssertionError: C++ assertion "Assert failure" failed at ..\..\src\common\sizer.cpp(1401) in wxGridSizer::DoInsert(): too many items (9 > 2*4) in grid sizer (maybe you should omit the number of either rows or columns?)

Re: Trying to open the E-mail plug-in gives me an error

Posted: Sat Feb 03, 2018 12:54 pm
by topix
Try new plugin version: viewtopic.php?p=50029#p50029

Re: Trying to open the E-mail plug-in gives me an error

Posted: Sat Feb 03, 2018 1:02 pm
by Mastiff
Beautiful, thanks a lot! :mrgreen: