Matcher stuck in reboot loop #1204
-
|
I've got everything set up and working, except that Matcher is constantly restarting. I've got everything else running in Docker. The only modifications I made to the example Docker compose file was adding existing networks (with Traefik) so I can eventually connect Meelo's services up to other parts of my Docker network. My immediate guess is that this is a permissions/privilege issue based on From |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi @dunwiddie! Could you provide the content of the |
Beta Was this translation helpful? Give feedback.
-
|
settings.json |
Beta Was this translation helpful? Give feedback.
Hi! Thanks, yeah the
enabledfield in the providers object is not needed anymore (it's been deleted a while ago). You'll have to remove the"enabled": ...,lines.To disable Discogs as a provider, you'll have to remove the
discogsentry.Also, I think the API key field should be
apiKeyand notapikey.Let me know if that worked :)