Skip to content

Notify.py was not found! #84

@DunklesKaltesNichts

Description

@DunklesKaltesNichts

sabnzbd-notify - * - ERROR - The engine /config/scripte/Notify.py was not found!

  • Sabnzbd in Docker
  • Python 3.9.7

The script works without error message when I change this line in sabnzbd-notify.py 216ff

from: if not (os.path.isfile(NOTIFY_SCRIPT) and os.access(NOTIFY_SCRIPT, os.X_OK)):
to: if (os.path.isfile(NOTIFY_SCRIPT) and os.access(NOTIFY_SCRIPT, os.X_OK)):
or: if not (os.path.isfile(NOTIFY_SCRIPT) or os.access(NOTIFY_SCRIPT, os.X_OK)):

Screenshot

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions