For future people including me, if you get a Camcorder::ProxyPlaybackError because it can't find a recording, it could be due to psych changes.
Because camcorder uses yaml to dump the args for each method call, if you upgrade to newer versions of psych that change the format (even slightly), you may have to rerecord your cassettes:
For future people including me, if you get a
Camcorder::ProxyPlaybackError
because it can't find a recording, it could be due to psych changes.Because camcorder uses yaml to dump the args for each method call, if you upgrade to newer versions of psych that change the format (even slightly), you may have to rerecord your cassettes:
https://github.com/ghempton/camcorder/blob/f2591cf7c40c570b312c48f06769a4e6ee5fe4c6/lib/camcorder/proxy.rb#L28-L30
For example, psych 2.0.17 to 2.1.0 introduced this change.
See also: https://github.com/ManageIQ/manageiq-gems-pending/pull/344