shibaniahegde / tweetx

Automatically exported from code.google.com/p/tweetx
0 stars 0 forks source link

TUI is not showing return string of executor() #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run tweetx with send_sms plugin (mobile number entry should n't  be
present in config file)
2.
3.

What is the expected output? What do you see instead?
TUI should show the error throw by plugins.

Please use labels and text to provide additional information.

Sat Mar 28 03:57:48 2009|TweetxConfig.cc|203|std::string
Config::GetParam(std::string)|ERROR|MSMTP_COMMAND=msmtp -t -C ~/.msmtprc -a
gmail
Sat Mar 28 03:57:48 2009|TweetxConfig.cc|203|std::string
Config::GetParam(std::string)|ERROR|MOBILE_NUMBER=
Sat Mar 28 03:57:48 2009|PluginSendSms.cc|58|virtual std::string
PluginSendSms::executer(std::vector<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >,
std::allocator<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > > >&, void*)|ERROR|config entry for mobile number is
absent

Original issue reported on code.google.com by singh.am...@gmail.com on 27 Mar 2009 at 10:33

GoogleCodeExporter commented 9 years ago
Fixed Added Error handling now, and error description

Original comment by bassgli...@gmail.com on 27 Mar 2009 at 11:28

GoogleCodeExporter commented 9 years ago
TUI cosmetic issue. low priority

Original comment by singh.am...@gmail.com on 27 Mar 2009 at 11:39

GoogleCodeExporter commented 9 years ago
Plugin's when of Daemon type are supposed to send TUI Msg flush. Its default
behaviour of TUI to skip the msg since TUI creates a thread and forgets its 
presence
(except for killing). In case of any msg that need to be flushed use 
PluginUtility
for that purpose.

Original comment by soumen.b...@gmail.com on 1 Apr 2009 at 3:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by soumen.b...@gmail.com on 1 Apr 2009 at 3:06