Skip to content
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

3 possible errors detected, but only 2 shown #178

Open
pdehaan opened this issue Jan 21, 2016 · 2 comments
Open

3 possible errors detected, but only 2 shown #178

pdehaan opened this issue Jan 21, 2016 · 2 comments

Comments

@pdehaan
Copy link

pdehaan commented Jan 21, 2016

Steps to reproduce:

  1. Go to lorry.io and validate your YAML file via direct input
  2. Paste the following:
db:
    image: postgres:9.3

frontend_watcher:
    extends:
        file: docker-compose-base.yml
        service: frontend-watcher

server:
    extends:
        file: docker-compose-base.yml
        service: server
    links:
        - db
        - frontend_watcher

Actual results:

3 possible errors were detected.

But only 2 errors are displayed. I'm assuming I have 2 errors on the same line (line 3).

@rupakg
Copy link
Contributor

rupakg commented Oct 5, 2016

@pdehaan The hidden error is on line 13. If you fix the error on line 3, and save the changes, you will see the other error surface. Hope this helps.

screen shot 2016-10-05 at 2 44 04 pm

@pdehaan
Copy link
Author

pdehaan commented Oct 5, 2016

Ah, thanks, that fixed the issue.

Although while trying to verify the solution, I hit #180. Not sure if there are any plans to address that (or remove HTTPS support and serve over vanilla HTTP).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants