Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SABnzbd and Mylar3 stopped working #287

Closed
OneCDOnly opened this issue Feb 28, 2024 Discussed in #286 · 6 comments
Closed

SABnzbd and Mylar3 stopped working #287

OneCDOnly opened this issue Feb 28, 2024 Discussed in #286 · 6 comments
Assignees

Comments

@OneCDOnly
Copy link
Owner

Discussed in #286

Originally posted by dltyih February 28, 2024
Can anyone help? SABnzbd and Mylar3 suddenly stopped working and remains "inactive" despite being enabled. Tried starting / activating, reinstalling, and uninstall and then install. Sherpa says For more information: /etc/init.d/sabnzbd.sh log. I followed the path and sabnzbd.sh does not appear to be a log? Many thanks

@OneCDOnly OneCDOnly self-assigned this Feb 28, 2024
@OneCDOnly OneCDOnly pinned this issue Feb 28, 2024
@OneCDOnly
Copy link
Owner Author

Hi mate, I'll do some testing here and see if Mylar is still working since the recent Entware package upgrade. I'll post back shortly.

@OneCDOnly
Copy link
Owner Author

Works fine here, so it seems to be a local problem on your NAS.

@dltyih, can you please run the following commands?

First, let's activate the Python virtualenv for Mylar:

. /share/CACHEDEV1_DATA/.qpkg/Mylar3/venv/bin/activate

... Then, check which Mako module your Python virtualenv can see:

pip list -v | grep -i mako

... and lastly, try importing mako as a Python module:

python -c "import mako; print("mako.__version__")"

Please post back what you see.

@dltyih
Copy link

dltyih commented Feb 29, 2024

Looks like no mako file? I was in Terminal, checked Sherpa Status and confirmed that Mylar3 is still inactive.

I'll attach a screen shot:

IMG_0454

@OneCDOnly
Copy link
Owner Author

OneCDOnly commented Feb 29, 2024

Let's try installing it manually and see if it throws an error.

Please start by activating the virtual environment again:

. /share/CACHEDEV1_DATA/.qpkg/Mylar3/venv/bin/activate

... then install the mako module:

pip install mako

... then test import it again:

python -c "import mako; print("mako.__version__")"

If the import works, we should see this:

(venv) [~] # python -c "import mako; print("mako.__version__")"
1.3.0

@dltyih
Copy link

dltyih commented Mar 1, 2024

This worked well - thank you so much! Version that got imported was 1.3.2.

I rebooted the NAS and the two apps are still active. Thank you - really appreciated your help.

@OneCDOnly
Copy link
Owner Author

Good work. 🤓

If the problem re-occurs, please reopen this issue, and I'll take another look at it.

Thanks for reporting this.

@OneCDOnly OneCDOnly unpinned this issue Mar 6, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants