Re: [go-nuts] Run time error

2018-09-18 Thread akshita babel
*Thanks for reverting back. I solved that by reinstalling go-ipfs* On Tue, Sep 18, 2018 at 12:38 PM Agniva De Sarker < agniva.quicksil...@gmail.com> wrote: > You have to check the Send() method on RequestBuilder and find out where > the nil pointer is coming from. > > There are no repro steps, no

Re: [go-nuts] Run time error

2018-09-18 Thread Agniva De Sarker
You have to check the Send() method on RequestBuilder and find out where the nil pointer is coming from. There are no repro steps, nor the full stack trace, nor enough code for us to understand what is really happening. Without that it is hard to conclude why it is working on windows and not on

Re: [go-nuts] Run time error

2018-09-17 Thread akshita babel
But this is code is perfectly working in windows and when i am trying to run this on ubuntu it is giving the above error. On Tue, Sep 18, 2018 at 12:22 AM Justin Israel wrote: > Your stack trace isn't long enough to see the usage of ipfs leading up to > the crash. And your example code doesn't s

Re: [go-nuts] Run time error

2018-09-17 Thread Justin Israel
Your stack trace isn't long enough to see the usage of ipfs leading up to the crash. And your example code doesn't show usage of that library. Somewhere in there you must have a nil pointer to a RequestBuilder, on which Send() is being called. On Tue, Sep 18, 2018, 3:42 AM akshita babel wrote: >

[go-nuts] Run time error

2018-09-17 Thread akshita babel
When I am running a program which is for a web response I am getting a run time error as follows: http: panic serving 127.0.0.1:43802: runtime error: invalid memory address or nil pointer dereference goroutine 6 [running]: net/http.(*conn).serve.func1(0xc4200a4a00) /usr/lib/go-1.10/src/net/http