You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded from 1.15.1 to 1.17.3,
When I was running 1.15.1 my TV and Movie config files were named tv.yaml and movies.yaml, and life was wonderful.
When I updated my docker container to 1.17.3, without changing anything else, I got this error message:
| Loading Metadata File: config/movies.yaml |
|====================================================================================================|
| File Error: File does not exist /config/movies.yaml.yml |
I changed my config and my file names to end in .yml and it started working correctly.
I would not expect a config that points to a file path to have the application make additions to the value, but honor what was provided as is.
The text was updated successfully, but these errors were encountered:
Version Number
1.17.3
What branch are you on?
master
Describe the Bug
I just upgraded from 1.15.1 to 1.17.3,
When I was running 1.15.1 my TV and Movie config files were named
tv.yaml
andmovies.yaml
, and life was wonderful.When I updated my docker container to 1.17.3, without changing anything else, I got this error message:
I changed my config and my file names to end in
.yml
and it started working correctly.I would not expect a config that points to a file path to have the application make additions to the value, but honor what was provided as is.
The text was updated successfully, but these errors were encountered: