Open JosephShering opened 6 years ago
thanks for the report !
If possible can you please provide your fn
tool version, and if its not latest (0.2.72
) can you please try updating it ?
Looks like the same issue I ask before , check it out: https://github.com/iron-io/functions/issues/665
It's similar sure, but I tried to change the API_URL with no avail. I get a parse error for 127.0.0.1:8082
@JosephShering
can you try API_URL=http://127.0.0.1:8082 fn
(yeah http
protocol prefix is necessary.)
Also, have you checked your version ? fn version
?
panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x46a74b0]
goroutine 120 [running]: github.com/ethereum/go-ethereum/eth/filters.(*EventSystem).eventLoop(0xc42186ac80) /Users/travis/gopath/src/github.com/ethereum/go-ethereum/eth/filters/filter_system.go:434 +0x330
@raky35 can you please provide little bit more information ? Your system, fn tool version, your application context etc ? (which command you run when you get the message etc ? what are API_URL env variables if passed ?)
As a side note, ethereum
source is not referenced anywhere in the IF code base. I think your problem is not related to iron functions.
This is an old issue, but I found it googling for a solution to a panic crash while running 'fn apps create myapp' as well. I had the container running on a different port and specifying a correct API_URL fixed the problem. Just hoping to help the next person who comes along :)
When going through the readme on MAC OS X running the command
fn apps create myapp
throws a
panic: runtime error: invalid memory address or nil pointer dereference