benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

Fetch Attachment #44

Closed tsloughter closed 13 years ago

tsloughter commented 13 years ago

I am unable to use couchbeam to fetch an attachment. I have the latest couchbeam and latest ibrowse v2.1.3 (and I see the function its calling exists...) but I still get a failure when it runs:

{ok, ReqPid} = ibrowse_http_client:start_link(Url),

I run this command manually and it blows up as well:

12> ibrowse_http_client:start_link("http://google.com"). \ exception exit: function_clause in function ibrowse_http_client:init/1 called as ibrowse_http_client:init("http://google.com") in call from gen_server:init_it/6 in call from proc_lib:init_p_do_apply/3

tsloughter commented 13 years ago

Sorry. It turned out the shell was loading ibrowse 1.4... Everything is good.