GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
210 stars 45 forks source link

Error with installation #65

Closed cs-devansh-mahajan closed 1 year ago

cs-devansh-mahajan commented 1 year ago

I tried installing this software using the instructions here:https://greenfrognest.com/lmdsondocker.php

but I keep getting error: ERROR: In file './docker-compose.yml', service must be a mapping, not a NoneType.

When I start installing the containers.

GreenFrogSB commented 1 year ago

This usually means that your yml file structure is incorrect - a white space in the wrong place, too much or too little indentation in some line, generally it is very likely a problem is in the structure of the file not in its content. . Can you attach your file here? do not copy paste content I need this exact file. WinSCP should help you getting the file of the Linux system if you do not know how.

On Mon, Jan 2, 2023 at 6:26 PM Cyb3r-N1nja @.***> wrote:

I tried installing this software using the instructions here: https://greenfrognest.com/lmdsondocker.php

but I keep getting error: ERROR: In file './docker-compose.yml', service must be a mapping, not a NoneType.

When I start installing the containers.

— Reply to this email directly, view it on GitHub https://github.com/GreenFrogSB/LMDS/issues/65, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARFVEPWH3NXI3FEDZIQ322LWQMMUXANCNFSM6AAAAAATPAQP4Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>

cs-devansh-mahajan commented 1 year ago

I will try to reinstall it if the error appears again I will attach the file via WinSCP here.

cs-devansh-mahajan commented 1 year ago

Github doesnt support the filetyp.

but here is the dropbox link let me know if you could download it.

https://www.dropbox.com/s/c480rv1ui3janb7/docker-compose.yml?dl=0

GreenFrogSB commented 1 year ago

I believe I was able to see your file there - but there is nothing in it except :

version: '2'services:

something is quite wrong as there is nothing to deploy there.

have you deploy, selected any containers for deployment ? if you did there should be much more in this file than just above

On Mon, Jan 2, 2023 at 6:53 PM Cyb3r-N1nja @.***> wrote:

Github doesnt support the filetyp.

but here is the dropbox link let me know if you could download it.

https://www.dropbox.com/s/c480rv1ui3janb7/docker-compose.yml?dl=0

— Reply to this email directly, view it on GitHub https://github.com/GreenFrogSB/LMDS/issues/65#issuecomment-1369146136, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARFVEPTLSHJY6TJPVV6JD6LWQMP4HANCNFSM6AAAAAATPAQP4Y . You are receiving this because you commented.Message ID: @.***>

cs-devansh-mahajan commented 1 year ago

ok I managed to fix it opening it in VSCode there where 5 additional lines which where causing the issue it works now :)