Search found 85 matches

by pinn
August 12th, 2022, 2:00 am
Forum: General Help
Topic: Folder permissions: "is not writable at all. This blocks downloads."
Replies: 10
Views: 4863

Re: Folder permissions: "is not writable at all. This blocks downloads."

The check we perform here is sinple: are we allowed to create a directory. It fails due to a Permission Denied error, but that's for you to solve.. Have you checked the parent folder permissions? Have you check the user and group that are running SABnzbd? Hi. Checked permissions and as follows: htt...
by pinn
August 5th, 2022, 1:42 am
Forum: General Help
Topic: Folder permissions: "is not writable at all. This blocks downloads."
Replies: 10
Views: 4863

Re: Folder permissions: "is not writable at all. This blocks downloads."

If it helps, this was the same error I got after changing a user password on my NAS (where the completed folder resides). It turned out to be that that account was the cached user credentials the Win 10 SAB Server was running on was using to access the shares. I updated the credentials on the Win b...
by pinn
July 29th, 2022, 5:26 am
Forum: General Help
Topic: Folder permissions: "is not writable at all. This blocks downloads."
Replies: 10
Views: 4863

Folder permissions: "is not writable at all. This blocks downloads."

Hi, Moved my completed folder to a new drive but am getting the following errors WARNING 29 Jul 2022 6:01am /media/OneTouch/completed is not writable at all. This blocks downloads. ERROR 29 Jul 2022 6:01am Cannot create directory /media/OneTouch/completed ERROR 29 Jul 2022 6:01am Failed making (/med...
by pinn
February 26th, 2022, 8:09 am
Forum: General Help
Topic: Sab not using full bandwidth
Replies: 4
Views: 1238

Re: Sab not using full bandwidth

Nah,,vero4k+. Kodi player as much as anything https://osmc.tv/vero/

Yep, as suspected. Thanks for confirming
by pinn
February 26th, 2022, 3:01 am
Forum: General Help
Topic: Sab not using full bandwidth
Replies: 4
Views: 1238

Re: Sab not using full bandwidth

Pystone shows 23318. However, average download speeds seem to be appox 108mb/s. I did follow the high speed downloading wiki tweaks so am wondering if the bottleneck is my cpu. From https://sabnzbd.org/wiki/advanced/highspeed-downloading : "your CPU shoud be medium or high speed. SABnzbd shoul...
by pinn
February 25th, 2022, 12:37 pm
Forum: General Help
Topic: Sab not using full bandwidth
Replies: 4
Views: 1238

Sab not using full bandwidth

Hi, I have a 200mb connection and have my PC hardwired to the router. Speed tests for this show download speed of 187mbit/s On Sab, via the wrench, internet bandwidth is shown as 160mbit, download folder speed at 17mb/s, and complete folder at 22.5mb. Pystone shows 23318. However, average download s...
by pinn
July 22nd, 2021, 6:15 am
Forum: Debian/Ubuntu Package
Topic: Puremagic module [OSMC / Debian]
Replies: 15
Views: 44655

Re: Puremagic module [OSMC / Debian]

This got the module to install, Sander. Will try 3.4.0 again osmc@HTPC:~$ python3 -m pip install puremagic Collecting puremagic Cache entry deserialization failed, entry ignored Using cached https://files.pythonhosted.org/packages/d5/6e/62d1cef9a0d8edf2d9c44b0a1b91b0b29b66fb693c94af278a0c76ddfd8c/pu...
by pinn
July 21st, 2021, 3:30 am
Forum: Debian/Ubuntu Package
Topic: Puremagic module [OSMC / Debian]
Replies: 15
Views: 44655

Re: Puremagic module [OSMC / Debian]

:) I'll ask on osmc forums and post back if it gets sorted

What's the new module for as a matter of interest?
by pinn
July 21st, 2021, 3:09 am
Forum: Debian/Ubuntu Package
Topic: Puremagic module [OSMC / Debian]
Replies: 15
Views: 44655

Re: Puremagic module [OSMC / Debian]

Same issue.
by pinn
July 21st, 2021, 2:41 am
Forum: Debian/Ubuntu Package
Topic: Puremagic module [OSMC / Debian]
Replies: 15
Views: 44655

Re: Puremagic module [OSMC / Debian]

Code: Select all

osmc@HTPC:~$ sudo apt-get install python3-puremagic
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python3-puremagic
by pinn
July 21st, 2021, 2:12 am
Forum: Debian/Ubuntu Package
Topic: Puremagic module [OSMC / Debian]
Replies: 15
Views: 44655

Re: Puremagic module [OSMC / Debian]

osmc@HTPC:~$ python3 Python 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import puremagic Traceback (most recent call last): File "<stdin>", line 1, in <module...
by pinn
July 21st, 2021, 1:27 am
Forum: Debian/Ubuntu Package
Topic: Puremagic module [OSMC / Debian]
Replies: 15
Views: 44655

Re: Puremagic module

Agreed. I did install python 2 version also for good measure.

Do you mean post the full error message when starting up sab on 3.4.0?
by pinn
July 20th, 2021, 11:14 am
Forum: Debian/Ubuntu Package
Topic: Puremagic module [OSMC / Debian]
Replies: 15
Views: 44655

Re: Puremagic module

OSMC , yep, as you say. Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: puremagic in ./.local/lib/python3.8/site-packages (1.10) Collecting argparse Using cached argparse-1.4.0-py2.py3-none-any.whl (23 kB) Installing collected packages: ar...
by pinn
July 20th, 2021, 8:46 am
Forum: Debian/Ubuntu Package
Topic: Puremagic module [OSMC / Debian]
Replies: 15
Views: 44655

Puremagic module [OSMC / Debian]

Hi , Updated to latest dev release from git : 3.4.0. beta 1 and had the following error: File "/home/osmc/sabnzbd/sabnzbd/utils/file_extension.py", line 8, in <module> import puremagic ModuleNotFoundError: No module named 'puremagic' I installed this with pip3 install puremagic But the mod...