400: Error parsing manifest.yml: Invalid description

I didn’t change anything in my existing manifest.yml other than version number but the “push” command stopped working. 400: Error parsing manifest.yml: Invalid description

I use Rhino 6 (latest) but I also tried with yak.exe from Rhino 7 WIP. It changed ‘secret’ to ‘keywords’ but was also unable to upload the file.

---
name: Robot
version: 1.16.0
authors:
- Max Malein
description: <description>
url: max@malein.com
keywords:
- ...

Hey @archimax, please try replacing <description> with a proper description. I recently tightened up the validation to check for valid entries for the author, description and url fields.

thanks Will
description: proper description was accepted :slight_smile: