Mylar3 won't start up; "start daemon: failed"

Post any problems / bugs / issues that are Mylar-related in here.
Post Reply
NiteAngyl
Posts: 7
Joined: Sat Mar 25, 2017 3:52 pm

Mylar3 won't start up; "start daemon: failed"

Post by NiteAngyl »

Hello everyone,

As a last measure I've resorted to apply for help on this forum.
I've installed Mylar3 through Sherpa on my Qnap TS-469L. python -V shows that version 3.11.3 is installed. Before I post the log I try to explain to the best of my abilities what happened that broke my installation of Mylar3.

Mylar3, and three other QPKGs installed via Sherpa, has been running without any problems for the last years. I decided this morning to update all my QPKGs by Sherpa. The four programs updated without error and three of them are up and running again. But Mylar3 seemingly doesn't boot up anymore.

In the log file I see that there's a problem with booting up a daemon. Even though I've briefly looked up what a daemon actually is I have no idea to resolve this problem by myself. I'm under the impression that in this instance Mylar3, and any other QPKGs, are daemon of themselves, but I'm not sure.

I have ran the backup, uninstall, install and restore fuctions of Sherpa. When that failed I installed a clean version of Mylar3. Unfortunately the error remains.

The log from /var/log is as follows:

Code: Select all

[7msource: mylar3.sh, action: start, datetime: Mon Jul 24 13:21:32 CEST 2023, package: 230716, service: 230716[0m
daemon active: false
auto-update: true
create paths: OK
file /opt/bin/git: exists
update 'Mylar3' from remote repository: OK
active git branch: 'master'
exclude problem PyPI modules from 'requirements.txt': OK
install PyPI modules from 'requirements.txt': OK
file /share/CACHEDEV1_DATA/.qpkg/Mylar3/venv/bin/python3: exists
load ports from configuration file: OK
start daemon: failed!
dbug: (LL) adding external log to main log ...
dbug: (LL) ----------------------------------------------------------------------------------------------------
dbug: (LL) = log file: '/var/log/DisplayRunAndLog_RJ2PGc'
dbug: (LL) command: '/share/CACHEDEV1_DATA/.qpkg/Mylar3/venv/bin/python3 /share/CACHEDEV1_DATA/.qpkg/Mylar3/repo-cache/Mylar.py --daemon --nolaunch --datadir /share/CACHEDEV1_DATA/.qpkg/Mylar3/config --config /share/CACHEDEV1_DATA/.qpkg/Mylar3/config/config.ini --pidfile /var/run/Mylar3.pid'
dbug: (LL) ! result_code: [1] ***** stdout/stderr begins below *****
dbug: (LL) Traceback (most recent call last):
dbug: (LL) File "/share/CACHEDEV1_DATA/.qpkg/Mylar3/repo-cache/Mylar.py", line 27, in <module>
dbug: (LL) import mylar
dbug: (LL) File "/share/CACHEDEV1_DATA/.qpkg/Mylar3/repo-cache/mylar/__init__.py", line 43, in <module>
dbug: (LL) from mylar import logger, versioncheckit, rsscheckit, searchit, weeklypullit, PostProcessor, updater, helpers, sabnzbd
dbug: (LL) File "/share/CACHEDEV1_DATA/.qpkg/Mylar3/repo-cache/mylar/logger.py", line 24, in <module>
dbug: (LL) from mylar import helpers
dbug: (LL) File "/share/CACHEDEV1_DATA/.qpkg/Mylar3/repo-cache/mylar/helpers.py", line 43, in <module>
dbug: (LL) from mylar import db, sabnzbd, nzbget, process, getcomics, getimage
dbug: (LL) File "/share/CACHEDEV1_DATA/.qpkg/Mylar3/repo-cache/mylar/getcomics.py", line 33, in <module>
dbug: (LL) from mylar import db, logger, helpers, search_filer
dbug: (LL) File "/share/CACHEDEV1_DATA/.qpkg/Mylar3/repo-cache/mylar/search_filer.py", line 24, in <module>
dbug: (LL) from mylar import logger, filechecker, helpers, search
dbug: (LL) File "/share/CACHEDEV1_DATA/.qpkg/Mylar3/repo-cache/mylar/search.py", line 18, in <module>
dbug: (LL) from mylar import (
dbug: (LL) File "/share/CACHEDEV1_DATA/.qpkg/Mylar3/repo-cache/mylar/rsscheck.py", line 20, in <module>
dbug: (LL) import cfscrape
dbug: (LL) File "/share/CACHEDEV1_DATA/.qpkg/Mylar3/venv/lib/python3.11/site-packages/cfscrape/__init__.py", line 19, in <module>
dbug: (LL) from urllib3.util.ssl_ import create_urllib3_context, DEFAULT_CIPHERS
dbug: (LL) ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/share/CACHEDEV1_DATA/.qpkg/Mylar3/venv/lib/python3.11/site-packages/urllib3/util/ssl_.py)
dbug: (LL) = ***** stdout/stderr is complete *****
dbug: (LL) ----------------------------------------------------------------------------------------------------
[30;41msource: mylar3.sh, action: start, datetime: Mon Jul 24 13:22:02 CEST 2023, result: failed, elapsed time: 0h:00m:29s[0m
If anyone has the time to nudge me in the right direction to help out I'd sincerely appreciate it. Generally speaking I've been able to fix problems on my own by searching Google but I can't even begin to grasp what actually has caused this error.

With the best of regards,
-Nite.
Post Reply