#PMM errors out on run
1 messages · Page 1 of 1 (latest)
Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.
Including the meta.log from the beginning is a huge help use !logs for more information.
i ahve a feeling it might somethign that you redacted for obsious reasons
found character '\t' that cannot start any token
| in "//config/config.yml", line 14, column 1
see anything like that?
in your config, look near your trakt config
you have a tab character in the file
yaml only supports spaces
\t is the tab character
and this is the experts answer lol, now i know too
i dont think your looking for \t i think your looking for a large space, you hit the tab button but it only works on space
I definitely have tabs in there then. Interesting. Thank you! I'll take them out and try again
Can I see that more easily in VS Code?
i think notepad++ will show you, thats what i use
go to view show whitespace and tab
this article might help https://www.atechtown.com/notepad-plus-plus-tab-settings/
Validate, Verify and Reformat your YAML documents, optimized for Ruby on Rails
I'm on Mac, is the only thing
try the yaml validator
Damn, I didn't realize YML was this picky about formatting
I can't say exclude more than once?
i think the "e" in exclude should be level with the t in data
data:
exclude:
Ah, gotcha. Thank you! Does that work the same for include? Is include in the streaming function? I didn't see it. I know it's in network
Yes
It's also worth noting that include and exclude will overwrite the existing include and excludes
You want to use include_append and exclude_append if you want to keep the default ones too
Basically, I want only a few of the networks like netflix, Amazon, and Hulu
using exclude is fine
it doesnt have a default exclude so your fine overwriting it
and it doesnt go under data either
Take out the data line?
Yes
What about when I use include?
why are you trying to use include
include is not a support template variable for streaming
Oh, I didn't realize that. I was trying to do the opposite of exclude so I wrote less code
the page for each default shows you what you can use with each file
you can make an inline list for prettier formatting
I could have sworn an include was there. Maybe I was getting my overlays and collections mixed up