Hi guys,

 

Anybody else run into problem executing self.Web.Notify method in Python?

2013-10-07 00:00:00 An unknown error occurred .<class 'AttributeError'>

 I've identified the line of code in following algo that bombs is the one sending the self.WebNotify message with a data object as the second argument.

self.Notify.Web("http://www.tradejolt.com/wordpress/qj_sms_forwarder.php",self.signal)

Please note: although this message will only get sent in live mode, it should still gracefully exit without an error in test mode. That is not happening.

Author