#Portainer log -> Config Error: config not found at //config
1 messages ยท Page 1 of 1 (latest)
You can press the "Close Post" button above or type /close at any time to close this post.
Hello, I get the error from the topic after installation.
I used this installation method and deployed Kometa as Portainer Stacks
kometa:
image: kometateam/kometa
container_name: kometa
environment:
- TZ=Europe/Berlin
volumes:
- /portainer_data/kometa/config:/config
restart: unless-stopped```
Path to the config in Ubuntu: `/portainer_data/kometa/config `
*Picture attached*
Took the minimal config from [here](https://kometa.wiki/en/nightly/kometa/install/getting_started/#minimal-configyml)
__Mine looks like that:__
```libraries:
Filme - Kometa_Test
collection_files:
- default: basic
plex:
url: https://5***.me:1000
token: (redacted by Luma)
tmdb:
apikey: (redacted by Luma)
Path to config.yml is `/portainer_data/kometa/config`
*Picture attached*
I've gone through the Wiki and Discord several times now, but I can't find the error
Portainer Log just outputs the Error from Topic
Please ignore the ``, Luma has changed the formatting
there is no meta.log
what happens if you move the config.yml up to the kometa directory and run it?
Means Folder is Empty
GIve it a try. mom
FWIW in my environment:
path to config.yml: /opt/kometa/config.yml
my docker volume: -v "/opt/kometa:/config:rw"
and I have no issues with running that
Moving it up to kometa folder is the same --- Config Error: config not found at //config
Well. Ok let me move all into opt
gimme a min
k
put it back in the config folder
it is
add this into your docker compose just to see:
services:
kometa:
image: kometateam/kometa
container_name: kometa
environment:
- KOMETA_RUN=true
- KOMETA_CONFIG=/config/config.yml
- TZ=Europe/Berlin
volumes:
- /portainer_data/kometa/config:/config
k, mom
I've looked at the word config so much in the past 2 minutes it now looks like it's spelt incorrectly ๐คฃ
Awesome
๐ If you want to review this again, arti__san:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> ๐
You're missing a : after Filme - Kometa_Test
?
You have
libraries:
Filme - Kometa_Test
collection_files:
you should have
libraries:
Filme - Kometa_Test:
collection_files:
notice the : after Kometa_Test
That's an issue in the minimal config.yml on the wiki
We will get that updated
Ahh gosh im blind after all this ๐
The template you used has the issue, so you aren't to know ๐
It's working, now I "just" have to put the finishing touches on it. Thank you very much. I was about to bite into my desk. ๐