Hello!
I’m trying to write my own RV package, and I keep running into this error when adding my package:
“YAML parser failed on PACKAGE file in” [File Location]
I’ve ran my package file through a parser online with no errors, and tried changing the extension to .txt, .yml, .package, as well as removed the extension completely: all produced the same error.
My yml code is as follows:
package: OpenEdit
author: Philip Franjo
organization: Tonic DNA
contact: support@shotgunsoftware.com
version: 1.0
requires: ''
rv: 7.3.1
modes:
- file: OpenEdit
load: immediate
description: |
<p>Description of package here.</p>
Thank you,
-Phil F