KasperskyLab/TinyCheck

Main PID: 422 (code=exited, status=1/FAILURE)

gdaniel56 opened this issue · 0 comments

Hi, we are getting this error on a fresh install, can anyone help me???

The backend works good, but I can't get the frontend.

Thanks in advance

pi@tinycheck:/var/www/html $ systemctl status tinycheck-frontend
● tinycheck-frontend.service - TinyCheck frontend service
Loaded: loaded (/lib/systemd/system/tinycheck-frontend.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2022-06-23 12:02:09 CEST; 40min ago
Main PID: 422 (code=exited, status=1/FAILURE)

jun 23 12:02:09 tinycheck python3[422]: from pyudev.core import Context, Enumerator
jun 23 12:02:09 tinycheck python3[422]: File "/usr/local/lib/python3.7/dist-packages/pyudev/core.py", line 39, in
jun 23 12:02:09 tinycheck python3[422]: from pyudev.device import Devices
jun 23 12:02:09 tinycheck python3[422]: File "/usr/local/lib/python3.7/dist-packages/pyudev/device/init.py", line 26, in
jun 23 12:02:09 tinycheck python3[422]: from ._device import Attributes, Device, Devices, Tags
jun 23 12:02:09 tinycheck python3[422]: File "/usr/local/lib/python3.7/dist-packages/pyudev/device/_device.py", line 37, in
jun 23 12:02:09 tinycheck python3[422]: from six.moves import collections_abc
jun 23 12:02:09 tinycheck python3[422]: ImportError: cannot import name 'collections_abc' from 'six.moves' (unknown location)
jun 23 12:02:09 tinycheck systemd[1]: tinycheck-frontend.service: Main process exited, code=exited, status=1/FAILURE
jun 23 12:02:09 tinycheck systemd[1]: tinycheck-frontend.service: Failed with result 'exit-code'.