YunoHost-Apps / searx_ynh

Searx package for YunoHost
https://searx.github.io/searx/
GNU General Public License v3.0
20 stars 17 forks source link

Upgrade to V.0.17.0 #67

Closed ericgaspar closed 3 years ago

ericgaspar commented 3 years ago

Problem

Solution

PR Status

Validation


Build Status

kay0u commented 3 years ago

In the CI, during the remove script there is this error:

Error: yunohost.service _get_and_format_service_status - [1944.1] Failed to get status information via dbus for service uwsgi, systemctl didn't recognize this service ('NoSuchUnit').

I think it means that the service is not removed properly from the admin panel

Josue-T commented 3 years ago

In the CI, during the remove script there is this error:

Error: yunohost.service _get_and_format_service_status - [1944.1] Failed to get status information via dbus for service uwsgi, systemctl didn't recognize this service ('NoSuchUnit').

I think it means that the service is not removed properly from the admin panel

Maybe if we switch theses booth line it might fix the issue: https://github.com/YunoHost-Apps/searx_ynh/pull/67/files#diff-6f67d3a8330a3c924847c4e3e44fa893ed4178fee92b9bfeba68fd6fdbaff5ecR126-R127

AkselRocks commented 3 years ago

@kay0u @Josue-T Is there anything more to do/change?