Marty

Results 2 issues of Marty

I'm getting a bunch of node errors in the log, any ideas? 2020-08-31 04:23:17 | error | (node:18) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections...

When getting "commits" from bitbucket cloud the date attribute is returning an exception. ``` for commit in commits: print(commit) try: print(commit.date) except Exception as e: print(f"Error: {e}") ``` ### Output...