23tux / vcr_proxy

19 stars 10 forks source link

General problem #10

Open martingercke opened 9 years ago

martingercke commented 9 years ago

I've set up your code as a proxy server. In my client code I use Watir and phantomJS point to the VCR proxy. If I comment out "use_cassette", everything works (my page is loading and the JS calls are running), but of course nothing is recording in VCR. As soon as I use VCR in the proxy, it seems something is blocked or just broken. The function "routine" is called, but do_CONNECT is never called. I'm not sure how to debug/log effectively to find out what's happening. Did anyone run into these problems? Can anyone tell me how I can debug effectively what's going on? Thanks in advance!

M.