Git Product home page Git Product logo

Comments (8)

kilgil27 avatar kilgil27 commented on May 19, 2024 1

Dude... I don't know how I got this far and managed to miss that. That did the trick!

I'm sorry and thanks for taking the time to help out

from nzb-notify.

kilgil27 avatar kilgil27 commented on May 19, 2024

Well I updated SAB to 2.3.9 and that fixed the "python is not recognized" error, but now I'm getting the same error in SAB when I try to test as when I run the script manually through command prompt

Notification script returned exit code 1 and output "Traceback (most recent call last):
File "C:\Program Files\SABnzbd\scripts\Notify.py", line 159, in
from nzbget import SCRIPT_MODE
ImportError: No module named nzbget"

from nzb-notify.

caronc avatar caronc commented on May 19, 2024

Hi

Sorry you're having these difficulties.

I'm just curious how you're installing this package? I can see from your error you're locating this in C:\Tools\nzb-notify\sabnzbd-notify.py So you should have a C:\Tools\nzb-notify\Notify directory then too. The error you're getting implies it might be missing on you. The directory should exist if you're just downloading the package from this repository to install it.

Try extracting the nzb-notify package again; make sure to keep this directory structure (at the bare minimum):

C:\Tools\nzb-notify\Notify
C:\Tools\nzb-notify\Notify.py
C:\Tools\nzb-notify\sabnzbd-notify.py

Good luck!

from nzb-notify.

kilgil27 avatar kilgil27 commented on May 19, 2024

Okay I re-downloaded and extracted to the C drive under the same path, as seen here

I changed SABs script directory to point there https://i.imgur.com/IXKHcIZ.png

SAB sees it and lets me select the sabnzbd-notify.py script but I still get the error that there is no module for nzbget

https://i.imgur.com/BnLJLEe.png

Thanks for your help

from nzb-notify.

caronc avatar caronc commented on May 19, 2024

From the command line try typing:

pip install pynzbget

from nzb-notify.

kilgil27 avatar kilgil27 commented on May 19, 2024

here is what I get

I upgraded pip after I ran that. Now I get a NEW error in SABnzbd when testing the notification, that's progress I guess. see below:

Notification script returned exit code 1 and output "Traceback (most recent call last):
File "C:\Tools\nzb-notify\Notify.py", line 165, in
from apprise import Apprise
ImportError: No module named apprise"

from nzb-notify.

caronc avatar caronc commented on May 19, 2024

I'm having a bit of a brain fart and forgot that this is all documented on the main page πŸ˜‰

You need to just install the rest of the requirements, try:

pip install -r C:\Tools\nzb-notify\requirements.txt

This will install all of the rest of the dependencies you need.

from nzb-notify.

caronc avatar caronc commented on May 19, 2024

Hah, i feel worse for not telling you this after you first posted! πŸ™‚

I'm glad you're up and going. I'm going to close this ticket now, but feel free to re-open it if you have any more issues (or have a new one!)

from nzb-notify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.