The from_args() method in cassette.py was throwing a TypeError when calling use_cassette(..., with_current_defaults=True) ... TypeError: from_args() takes exactly 3 arguments (4 given) The path was then being passed to use() twice.
0871c3b87c