Qnap [ QSABnzbdPlus ] [ 3.5.3 ] Usenet Downloader

Hi,

the update to 3.4.0.0 is not working. An update on a previous install as well as a fresh install is not working.
It seems that the port changed also from 8243 to 9292 - maybe that is the problem - but changing the ports does not work either.

best regards
Lenny
 
Salut oui il y un certificat qui a expiré

En fait tu fais un ssh sur ton server ( Putty)

Et tu tapes les commandes suivantes

Bash:
cd /share/
curl --silent --location --remote-name --insecure https://curl.haxx.se/ca/cacert.pem
mkdir certs
cat cacert.pem | awk 'split_after==1{n++;split_after=0} /-----END CERTIFICATE-----/ {split_after=1} {if(length($0) > 0) print > "certs/cert" n ".pem"}'
for filename in cert*pem;do mv $filename openssl x509 -hash -noout -in $filename.0; done;
cp *.0 /etc/ssl/certs/


Et après je te conseille de faire un redémarrage et voila
J'éspère que ca t'aidera
 
Hi,

since updating to QSAbnbzd 3.5.0 the app won't start.
After checking the terminal, there seems to be an issue with dependencies. I have Qpython2 and Qpython3 installed, and everything worked before.

sudo bash QSabNZBd3.sh start
testing if first time you run QSabNZBd3
/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/SAB_CONFIG/config.ini exist. not first time your run QSabNZBd3
[/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3] # Not all required Python modules are available, please check requirements.txt
Missing module: socks
You can read more at: https://sabnzbd.org/wiki/installation/install-off-modules
If you still experience problems, remove all .pyc files in this folder and subfolders

Best regards
Lenny
 
Bonjour , same problem ,
Message automatiquement fusionné :

J'ai essayer de faire un clean des fichier python mais l'erreur persiste
find . -type f -name "*.pyc" -exec rm -rf {} \;
find . -type d -name "__pycache__" -exec rm -rf {} \;
Message automatiquement fusionné :

Ok ca marche maintenant ,
donc j'ai lancé les 2 commande pour faire un clean den pyc

Après dans le répértoire QSABnzbd j'ai lancé cette commande
bin/python3.7 -m pip install -r SABnzbd/requirements.txt -U

Puis relance SABNZBD est ca devrait refonctionner
 
Dernière édition:
  • J'aime
Réactions: EVO
bin/python3.7 -m pip install -r SABnzbd/requirements.txt -U

worked - then after restarting the app
Message automatiquement fusionné :

Hi,

does anyone know how to get rid of this SSL error?

06/Mar/2022:08:29:53] ENGINE Error in HTTPServer.serve
Traceback (most recent call last):
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/site-packages/cheroot/server.py", line 1823, in serve
self._connections.run(self.expiration_interval)
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/site-packages/cheroot/connections.py", line 203, in run
self._run(expiration_interval)
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/site-packages/cheroot/connections.py", line 246, in _run
new_conn = self._from_server_socket(self.server.socket)
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/site-packages/cheroot/connections.py", line 300, in _from_server_socket
s, ssl_env = self.server.ssl_adapter.wrap(s)
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/site-packages/cheroot/ssl/builtin.py", line 278, in wrap
sock, do_handshake_on_connect=True, server_side=True,
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/ssl.py", line 423, in wrap_socket
session=session
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/ssl.py", line 870, in _create
self.do_handshake()
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/ssl.py", line 1139, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_EXPIRED] sslv3 alert certificate expired (_ssl.c:1091)

thank you
Lenny
 
Dernière édition:
  • J'aime
Réactions: EVO

Changes since 3.5.3​

  • Significantly increased performance by using the yEnc-decoding
    library of @animetosho. Usenet articles are now decoded using
    specialized CPU instructions (SIMD) on x86 and ARM systems.
  • Create and restore backup of configuration and database.
  • Show source of lower download speed (CPU or disk).
  • Added keyboard shortcuts (Pause, Add, Status, Config).
  • Results of Deobfuscate step listed in History.
  • Disable api_warnings to prevent showing Access Denied
    information to the external client.
  • Jobs with Force priority always skip duplicate check.
  • Removed several status items from the queue API-call.
  • Linux: Added AppStream metadata, desktop shortcut and MimeInfo.
  • macOS: Application and included tools fully native on M1 systems.
  • macOS/Windows: Updated UnRar to 6.10 and 7-Zip to 21.07.
  • Windows: Updated MultiPar to v1.3.2.3.

Bugfixes since 3.5.3​

  • Extended timeout when measuring system performance.
  • Interface settings were sometimes reset on page reload.
  • Par2 sets with duplicate names could skip verification and repair.
  • Prevent crash if not enough repair blocks are available.
 
Hi,

I'm not sure if it is only for me, but since the update to Sabnzbd 3.6.0.0 the app says that SAByenc and Par are missing or do not match the correct version.
Essential modules are missing, downloading cannot start.
SABYenc disabled: no correct version found! (Found v4.0.2, expecting v5.4.2)

Best regards
Lenny
 
Hi,

I'm not sure if it is only for me, but since the update to Sabnzbd 3.6.0.0 the app says that SAByenc and Par are missing or do not match the correct version.



Best regards
Lenny

will be fixed...

try this in SSH

Code:
/opt/QSabNZBd3/bin/pip3 install  -r /opt/QSabNZBd3/SABnzbd/requirements.txt
 
will be fixed...

try this in SSH

Code:
/opt/QSabNZBd3/bin/pip3 install  -r /opt/QSabNZBd3/SABnzbd/requirements.txt
thanks,
I donwngraded and now back to 3.6.0.0 but it seems you already fixed the app in the meantime.
Everything except Multipar is not available and this annoying error message - which has been around for months now is still there:

2022-06-12 09:53 [12/Jun/2022:07:53:38] ENGINE Error in HTTPServer.serve
Traceback (most recent call last):
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/site-packages/cheroot/server.py", line 1823, in serve
self._connections.run(self.expiration_interval)
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/site-packages/cheroot/connections.py", line 203, in run
self._run(expiration_interval)
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/site-packages/cheroot/connections.py", line 246, in _run
new_conn = self._from_server_socket(self.server.socket)
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/site-packages/cheroot/connections.py", line 300, in _from_server_socket
s, ssl_env = self.server.ssl_adapter.wrap(s)
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/site-packages/cheroot/ssl/builtin.py", line 278, in wrap
sock, do_handshake_on_connect=True, server_side=True,
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/ssl.py", line 423, in wrap_socket
session=session
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/ssl.py", line 870, in _create
self.do_handshake()
File "/share/CE_CACHEDEV2_DATA/.qpkg/QSabNZBd3/lib/python3.7/ssl.py", line 1139, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_EXPIRED] sslv3 alert certificate expired (_ssl.c:1091)

Best regards
Lenny