soleny894
soleny894
Hi @Zibbp, Thanks for the new release. I tried to upgrade to it but I'm facing an issue with the config file. There is an error "While parsing config: unexpected...
The JSON file looks normal. I generated it multiple times and the error always comes back. The data directory and the .json file both have the correct permissions (1000:1000 with...
I use Kubernetes, so I used command & args instead. Here's what I got from inside the API container logs: ``` { "active_queue_items": 2, "archive": { "save_as_hls": false }, "db_seeded":...
I went back to v1.4.3 only for the API server to see if I could get the same thing. I got an error related to the database: ``` {"level":"fatal","error":"error creating...
> Can you pull #333 build the image locally and give it a try? Just tried with the image I built and unfortunately I still face the same config error....
> Can you share your Kubernetes manifests? Here is my manifest: ``` apiVersion: apps/v1 kind: Deployment metadata: labels: app: ganymede-app-api name: ganymede-app-api-deployment namespace: ganymede spec: replicas: 1 selector: matchLabels: app:...
I've been finally able to fix my issue. I commented out [this part](https://github.com/Zibbp/ganymede/blob/35cad5d66e771e6c79d38cf13757f4c28aa7b78a/internal/config/config.go#L145) of the code to stop the refreshConfig function to do anything to my configuration (that was already...
> Not sure how commenting out the `refreshConfig` allows it to properly boot. The original error stated it had issues loading the config which runs before the `refreshConfig` code. For...
> I've pushed some more changes to #334 if you want to give it another try. I've added a delay starting the worker process to hopefully resolve the config file...
All good for me it seems. All the issues are now fixed. Thank you!