-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: runtime error: invalid memory address or nil pointer dereference #853
Comments
@grebois can you paste your |
@surajnarwade can't really, too many secrets, will try to create one to reproduce the error. Just give me 2 days. |
@surajnarwade here you can reproduce it;
output:
|
@grebois , kompose is behaving strict with environment variable, make sure you have already defined environment variables. I tried following way,
and it worked,
|
But this only happens with version 3, version 2 works fine... try:
|
@grebois Thanks for the bug report. Yup. Version 3 should automatically pick up the environment variables. Looks to be an issue upstream. We'll investigate it and push out a fix! |
@cdrage thanks! |
Hello, goroutine 85 [running]: Please guide me, how can I resolve this issue. your answer would be appreciated. |
@yogi-emorphis can you please post your docker-compose.yaml file? |
@cdrage Thanks for reply. I am not using docker, any other way for resolving ? |
@yogi-emorphis is this kompose related issue ? |
No , I am just trying to configure rinkeby. |
Probably this is wrong place to ask question regarding rinkeby. |
@surajnarwade May be you are right but I am facing same error. May be I will get any idea why are occurring this error. |
@yogi-emorphis rinkeby uses go-etherium, I'd suggest opening up an issue with your error here: https://github.com/ethereum/go-ethereum |
close by #926 |
With a ver 2 file works but with the same file in ver 3 I get;
The text was updated successfully, but these errors were encountered: