[erlang-questions] ibrowse try #2
Chandru
chandrashekhar.mullaparthi@REDACTED
Sun Apr 25 06:15:03 CEST 2010
On 23 April 2010 23:47, Wes James <comptekki@REDACTED> wrote:
> On Fri, Apr 23, 2010 at 4:41 PM, Andrei Soroker <soroker@REDACTED> wrote:
> > Make sure to start it first: ibrowse:start().
> >
> > Andrei
>
>
> Andrei, thx - I'm getting closer:
>
> 1> ibrowse:start().
> {ok,<0.34.0>}
> 2> ibrowse:send_req("http://www.google.com/", [], get).
>
> =ERROR REPORT==== 23-Apr-2010::16:43:16 ===
> ** Generic server <0.36.0> terminating
> ** Last message in was {spawn_connection,
> {url,"http://www.google.com/","www.google.com
> ",80,
> undefined,undefined,"/",http},
> 10,10,
> {[],false}}
> ** When Server state == {state,<0.34.0>,16403,"www.google.com",80,10,10,0}
> ** Reason for termination ==
> ** {'module could not be loaded',
> [{ibrowse_http_client,start_link,
>
Looks like the erlang node can't find the ibrowse_http_client.beam file.
Have you compiled all the modules? What does m(ibrowse_http_client) give?
Do I need to start something else? Is there a place for this list for
> send code/errors so the whole chunk is not in the email?
>
Not really, just post it here.
cheers
Chandru
More information about the erlang-questions
mailing list