SFTtech / abrechnung

Payment tracking and money splitting for groups 💸

Home Page:https://abrechnung.readthedocs.io

Repository from Github https://github.comSFTtech/abrechnungRepository from Github https://github.comSFTtech/abrechnung

Unable to start service

chiel1112 opened this issue · comments

image
I cannot get the service to start unfortunately, i am using Ubuntu via WSL2.

Could you provide a bit more detail

From a first glance it looks like you have a syntax error in your yaml config file

Thank you for the quick reply! I have my yaml file below with the passwords etc crossed out
image

as for more detail, this happens when i run abrechnung demo, abrechnung admin, and any other command other than --help

It looks like the indent of the email config block is a bit odd

It is the same as the default file!image

did you use tabs? they may look the same optically but the yaml parser seems unhappy. try using spaces, or enable whitespace highlighting in your editor so you can spot the error. (this has nothing to do with Abrechnung, its just a yaml parsing error apparently)

retyping everything by hand has indeed worked, thank you for the help!