Satyr can't distinguish between read errors and parse errors in config.yml #6
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
I discovered that doing
npm
as root is something of an anti-pattern, and successfully rannpm install
as theubuntu
user.I executed the MariaDB script and renamed the generated config yml to config/config.yml, and yet...
Suggestions welcome!
There's an error in the generated config syntax. I've pushed a fix.
To fix yours, go to the last line of config.yml and add a closing ' to the end of
ingest: 'rtmp://live-ord02.twitch.tv/app/
It does raise the issue that satyr can't distinguish between syntax errors and file read errors though. I'm going to leave this open and change title.
No config file foundto Satyr can't distinguish between read errors and parse errors in config.ymlSuper - that fixed it, thanks :)
Fixed in #13