rapportive icon indicating copy to clipboard operation
rapportive copied to clipboard

Error Handling

Open sudheendrach opened this issue 11 years ago • 0 comments

For a request if the response is 'nothing useful' the program stops running and throws error as below:


Traceback (most recent call last): File "./rapportive.py", line 136, in <module> main() File "./rapportive.py", line 132, in main ___process_email(arg, output) File "./rapportive.py", line 104, in ___process_email if profile and profile.success != 'nothing_useful': AttributeError: 'unicode' object has no attribute 'success


sudheendrach avatar Jul 09 '14 08:07 sudheendrach