einschmidt / addon-freshrss

A free, self-hostable feed aggregator.
MIT License
4 stars 0 forks source link

Unable to start after updating to 0.2.1 #55

Closed feddiriko closed 5 months ago

feddiriko commented 5 months ago

First thank you for maintaining FreshRSS addon.

It seems like the newest version won't start. Do you know what might be the issue? Thank you.

Below are the trace.

.certfile end else .certfile end [00:22:59] TRACE: bashio::config: keyfile [00:22:59] TRACE: bashio::addon.config [00:22:59] TRACE: bashio::cache.exists: addons.self.options.config [00:22:59] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache [00:22:59] TRACE: bashio::cache.get: addons.self.options.config [00:22:59] TRACE: bashio::cache.exists: addons.self.options.config [00:22:59] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache [00:22:59] TRACE: bashio::jq: {"base_url":"","ssl":false,"certfile":"fullchain.pem","keyfile":"privkey.pem","log_level":"trace"} if (.keyfile == null) then null elif (.keyfile | type == "string") then .keyfile // empty elif (.keyfile | type == "boolean") then .keyfile // false elif (.keyfile | type == "array") then if (.keyfile == []) then empty else .keyfile[] end elif (.keyfile | type == "object") then if (.keyfile == {}) then empty else .keyfile end else .keyfile end [00:22:59] TRACE: bashio::config: ssl [00:22:59] TRACE: bashio::addon.config [00:22:59] TRACE: bashio::cache.exists: addons.self.options.config [00:22:59] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache [00:22:59] TRACE: bashio::cache.get: addons.self.options.config [00:22:59] TRACE: bashio::cache.exists: addons.self.options.config [00:22:59] TRACE: bashio::fs.file_exists: /tmp/.bashio/addons.self.options.config.cache [00:22:59] TRACE: bashio::jq: {"base_url":"","ssl":false,"certfile":"fullchain.pem","keyfile":"privkey.pem","log_level":"trace"} if (.ssl == null) then null elif (.ssl | type == "string") then .ssl // empty elif (.ssl | type == "boolean") then .ssl // false elif (.ssl | type == "array") then if (.ssl == []) then empty else .ssl[] end elif (.ssl | type == "object") then if (.ssl == {}) then empty else .ssl end else .ssl end s6-rc: info: service init-nginx successfully started s6-rc: info: service nginx: starting s6-rc: info: service freshrss: starting s6-rc: info: service nginx successfully started s6-rc: info: service freshrss successfully started s6-rc: info: service legacy-services: starting [00:22:59] INFO: Starting Refresh... [00:22:59] INFO: Starting NGinx.... [00:22:59] TRACE: main /usr/bin/refresh.sh: line 10: /usr/bin/php: No such file or directory [00:22:59] INFO: Service freshrss exited with code 127 (by signal 0) s6-rc: info: service legacy-services successfully started s6-rc: info: service legacy-services: stopping s6-rc: info: service legacy-services successfully stopped s6-rc: info: service nginx: stopping s6-rc: info: service freshrss: stopping s6-rc: info: service freshrss successfully stopped [00:22:59] INFO: Service NGINX exited with code 0 (by signal 0) [00:22:59] INFO: Service NGINX restarting... s6-rc: info: service nginx successfully stopped s6-rc: info: service init-nginx: stopping s6-rc: info: service init-freshrss: stopping s6-rc: info: service php-fpm: stopping s6-rc: info: service init-freshrss successfully stopped s6-rc: info: service init-nginx successfully stopped [00:22:59] INFO: Service PHP-FPM exited with code 0 (by signal 0) s6-rc: info: service php-fpm successfully stopped s6-rc: info: service init-php-fpm: stopping s6-rc: info: service init-php-fpm successfully stopped s6-rc: info: service legacy-cont-init: stopping s6-rc: info: service legacy-cont-init successfully stopped s6-rc: info: service fix-attrs: stopping s6-rc: info: service base-addon-log-level: stopping s6-rc: info: service fix-attrs successfully stopped s6-rc: info: service base-addon-log-level successfully stopped s6-rc: info: service base-addon-banner: stopping s6-rc: info: service base-addon-banner successfully stopped s6-rc: info: service s6rc-oneshot-runner: stopping s6-rc: info: service s6rc-oneshot-runner successfully stopped

AndreiCh74 commented 5 months ago

no start v.0.2.1

einschmidt commented 5 months ago

Should be fixed with #56 Please try latest version.

Thanks for letting me know.

feddiriko commented 5 months ago

Seems to be working now, thanks!