Expected block end YAML error

后端 未结 6 848

When pasting this YAML file into an online yaml parser, I got an expected block end error:

ADDATTEMPTING: \'Tentative d ajout \'
ATTEMPTINGTOGIVE: \'Tenter de do         


        
6条回答
  •  心在旅途
    2021-02-05 02:00

    I would like to make this answer for meaningful, so the same kind of erroneous user can enjoy without feel any hassle.

    Actually, i was getting the same error but for the different reason, in my case I didn't used any kind of quoted, still getting the same error like expected , but found BlockMappingStart.

    I have solved it by fixing, the Alignment issue inside the same .yml file.

    If we don't manage the proper 'tab-space(Keyboard key)' for maintaining successor or ancestor then we have to phase such kind of things.

    Now i am doing well.

提交回复
热议问题