Closed sebastianklein96 closed 1 year ago
Looked a little further and the main exception is referenced in this issue of got:
https://github.com/sindresorhus/got/issues/1257
The version of got was updated from ^11.8.2 to ^12.5.3 in https://github.com/marklagendijk/node-toogoodtogo-watcher/commit/556dea136782bed699f617803b912dc291353e9c. Could this be the cause?
Yes, that is related. The stacktrace says the issue is with the gotify notifications.
Maybe your configured gotify.url
or gotify.apptoken
has an issue?
const api = got.extend({
prefixUrl: config.get("notifications.gotify.url"),
});
Thanks for the info - I don't have gotify configured though. As in, I don't have the gotify block in the config.json. Is the empty configuration block needed for the application to run?
Added the configuration blocks from the default config json and filled in relevant information, left everything else disabled. Application now runs.
First of all, thanks for the Datadome fixes.
When creating a docker container using v3.10.2 and later, the following error occurs on startup and the container stops:
I am mapping the config directory containing a valid config.json, otherwise I'm having default settings for the container. As soon as I downgrade back to 3.10.0 the container starts up no issue and watching is resumed.