if your errors are from exceptions then just find where your exceptions are 
being thrown and wrap them in a `try: #[your code here]# except: discard`.

Reply via email to