clinton-hall / nzbToMedia

Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
GNU General Public License v3.0
671 stars 176 forks source link

Couchpotato NoneType object is not callable error #1034

Closed th3fallen closed 8 years ago

th3fallen commented 8 years ago

I'm sure im doing something wrong but for the life of me i cant figure it out.

The category in sabnzb that the file is downloading to is movies my couchpotato install is located behind a reverse proxy accessible via <ip>/couchpotato

here's my config

# nzbToMedia Configuration
# For more information, visit https://github.com/clinton-hall/nzbToMedia/wiki

[General]
    # Enable/Disable update notifications
    version_notify = 1
    # Enable/Disable automatic updates
    auto_update = 0
    # Set to the full path to the git executable
    git_path = ""
    # GitHUB user for repo
    git_user = ""
    # GitHUB branch for repo
    git_branch = ""
    # Enable/Disable forceful cleaning of leftover files following postprocess
    force_clean = 0
    # Enable/Disable logging debug messages to nzbtomedia.log
    log_debug = 0
    # Enable/Disable logging database messages to nzbtomedia.log
    log_db = 0
    # Enable/Disable logging environment variables to debug nzbtomedia.log (helpful to track down errors calling external tools.)
    log_env = 1
    # Enable/Disable logging git output to debug nzbtomedia.log (helpful to track down update failures.)
    log_git = 0
    # Set to the directory where your ffmpeg/ffprobe executables are located
    ffmpeg_path = ""
    # Enable/Disable media file checking using ffprobe.
    check_media = 1
    # Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectories by mistake.
    safe_mode = 1

[Posix]
    ### Process priority setting for External commands (Extractor and Transcoder) on Posix (Unix/Linux/OSX) systems.
    # Set the Niceness value for the nice command. These range from -20 (most favorable to the process) to 19 (least favorable to the process).
    niceness = 0
    # Set the ionice scheduling class. 0 for none, 1 for real time, 2 for best-effort, 3 for idle.
    ionice_class = 0
    # Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.
    ionice_classdata = 0

[CouchPotato]
    #### autoProcessing for Movies
    #### movie - category that gets called for post-processing with CPS
    [[movie]]
        enabled = 1
        apikey = <apikey>
        host = localhost
        port = 5050
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        ssl = 0
        web_root = couchpotato
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 0
        keep_archive = 1
        method = renamer
        delete_failed = 0
        wait_for = 2
        extract = 1
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleting ignored files (samples and invalid media files)
        delete_ignored = 0
        ##### Enable if Couchpotato is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = /media/video/Downloads/complete/Movies

[SickBeard]
    #### autoProcessing for TV Series
    #### tv - category that gets called for post-processing with SB
    [[tv]]
        enabled = 0
        host = localhost
        port = 8081
        username = ""
        password = ""
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        web_root = ""
        ssl = 0
        fork = auto
        delete_failed = 0
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 0
        keep_archive = 1
        process_method = ""
        # force processing of already processed content when running a manual scan.
        force = 0
        # tell SickRage to delete all source files after processing.
        delete_on = 0
        extract = 1
        nzbExtractionBy = Downloader
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleting ignored files (samples and invalid media files)
        delete_ignored = 0
        ##### Enable if SickBeard is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""

[NzbDrone]
    #### autoProcessing for TV Series
    #### ndCategory - category that gets called for post-processing with NzbDrone
    [[tv]]
        enabled = 0
        apikey = ""
        host = localhost
        port = 8989
        username = ""
        password = ""
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        web_root = ""
        ssl = 0
        delete_failed = 0
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 0
        keep_archive = 1
        extract = 1
        nzbExtractionBy = Downloader
        wait_for = 2
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleting ignored files (samples and invalid media files)
        delete_ignored = 0
        ##### Enable if NzbDrone is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""

[HeadPhones]
    #### autoProcessing for Music
    #### music - category that gets called for post-processing with HP
    [[music]]
        enabled = 0
        apikey = ""
        host = localhost
        port = 8181
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        ssl = 0
        web_root = ""
        wait_for = 2
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 0
        keep_archive = 1
        extract = 1
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleting ignored files (samples and invalid media files)
        delete_ignored = 0
        ##### Enable if HeadPhones is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""

[Mylar]
    #### autoProcessing for Comics
    #### comics - category that gets called for post-processing with Mylar
    [[comics]]
        enabled = 0
        host = localhost
        port = 8090
        username = ""
        password = ""
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        web_root = ""
        ssl = 0
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 0
        keep_archive = 1
        extract = 1
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleting ignored files (samples and invalid media files)
        delete_ignored = 0
        ##### Enable if Mylar is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""

[Gamez]
    #### autoProcessing for Games
    #### games - category that gets called for post-processing with Gamez
    [[games]]
        enabled = 0
        apikey = ""
        host = localhost
        port = 8085
        ######
        library = Set to path where you want the processed games to be moved to.
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        ssl = 0
        web_root = ""
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 0
        keep_archive = 1
        extract = 1
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleting ignored files (samples and invalid media files)
        delete_ignored = 0
        ##### Enable if Gamez is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""

[Network]
    # Enter Mount points as LocalPath,RemotePath and separate each pair with '|'
    # e.g. MountPoints = /volume1/Public/,E:\|/volume2/share/,\\NAS\
    mount_points = ""

[Nzb]
    ###### clientAgent - Supported clients: sabnzbd, nzbget
    clientAgent = sabnzbd
    ###### SabNZBD (You must edit this if your using nzbToMedia.py with SabNZBD)
    sabnzbd_host = http://localhost
    sabnzbd_port = 8080
    sabnzbd_apikey = <apikey>
    ###### Enter the default path to your default download directory (non-category downloads). this directory is protected by safe_mode.
    default_downloadDirectory = ""

[Torrent]
    ###### clientAgent - Supported clients: utorrent, transmission, deluge, rtorrent, vuze, other
    clientAgent = other
    ###### useLink - Set to hard for physical links, sym for symbolic links, move to move, move-sym to move and link back, and no to not use links (copy)
    useLink = hard
    ###### outputDirectory - Default output directory (categories will be appended as sub directory to outputDirectory)
    outputDirectory = /abs/path/to/complete/
    ###### Enter the default path to your default download directory (non-category downloads). this directory is protected by safe_mode.
    default_downloadDirectory = ""
    ###### Other categories/labels defined for your downloader. Does not include CouchPotato, SickBeard, HeadPhones, Mylar categories.
    categories = music_videos, pictures, software, manual
    ###### A list of categories that you don't want to be flattened (i.e preserve the directory structure when copying/linking.
    noFlatten = pictures, manual
    ###### uTorrent Hardlink solution (You must edit this if your using TorrentToMedia.py with uTorrent)
    uTorrentWEBui = http://localhost:8090/gui/
    uTorrentUSR = your username
    uTorrentPWD = your password
    ###### Transmission (You must edit this if your using TorrentToMedia.py with Transmission)
    TransmissionHost = localhost
    TransmissionPort = 9091
    TransmissionUSR = your username
    TransmissionPWD = your password
    #### Deluge (You must edit this if your using TorrentToMedia.py with deluge. Note that the host/port is for the deluge daemon, not the webui)
    DelugeHost = localhost
    DelugePort = 58846
    DelugeUSR = your username
    DelugePWD = your password
    ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
    deleteOriginal = 0
    chmodDirectory = 0
    resume = 1
    resumeOnFailure = 1

[Extensions]
    compressedExtensions = .zip, .rar, .7z, .gz, .bz, .tar, .arj, .1, .01, .001
    mediaExtensions = .mkv, .avi, .divx, .xvid, .mov, .wmv, .mp4, .mpg, .mpeg, .vob, .iso, .m4v, .ts
    audioExtensions = .mp3, .aac, .ogg, .ape, .m4a, .asf, .wma, .flac
    metaExtensions = .nfo, .sub, .srt, .jpg, .gif

[Plex]
    # Only enter these details if you want to update plex library after processing.
    # Do not enter these details if you send the plex notifications from Sickbeard/CouchPotato.
    plex_host = localhost
    plex_port = 32400
    plex_token = ""
    plex_ssl = 0
    # Enter Plex category to section mapping as Category,section and separate each pair with '|'
    # e.g. plex_sections = movie,3|tv,4
    plex_sections = ""

[Transcoder]
    # getsubs. enable to download subtitles.
    getSubs = 0
    # subLanguages. create a list of languages in the order you want them in your subtitles.
    subLanguages = eng, spa, fra
    # transcode. enable to use transcoder
    transcode = 0
    ###### duplicate =1 will create a new file. =0 will replace the original
    duplicate = 1
    # concat. joins cd1 cd2 etc into a single video.
    concat = 1
    # IgnoreExtensions is a comma-separated list of extensions that will not be transcoded.
    ignoreExtensions = .avi, .mkv, .mp4
    # outputFastStart. 1 will use -movflags + faststart. 0 will disable this from being used.
    outputFastStart = 0
    # outputQualityPercent. used as -q:a value. 0 will disable this from being used.
    outputQualityPercent = 0
    # outputVideoPath. Set path you want transcoded videos moved to. Leave blank to disable.
    outputVideoPath = ""
    # processOutput. 1 will send the outputVideoPath to SickBeard/CouchPotato. 0 will send original files.
    processOutput = 0
    # audioLanguage. set the 3 letter language code you want as your primary audio track.
    audioLanguage = eng
    # allAudioLanguages. 1 will keep all audio tracks (uses AudioCodec3) where available.
    allAudioLanguages = 0
    # allSubLanguages. 1 will keep all existing sub languages. 0 will discard those not in your list above.
    allSubLanguages = 0
    # embedSubs. 1 will embed external sub/srt subs into your video if this is supported.
    embedSubs = 1
    # burnInSubtitle. burns the default sub language into your video (needed for players that don't support subs)
    burnInSubtitle = 0
    # extractSubs. 1 will extract subs from the video file and save these as external srt files.
    extractSubs = 0
    # externalSubDir. set the directory where subs should be saved (if not the same directory as the video)
    externalSubDir = ""
    # hwAccel. 1 will set ffmpeg to enable hardware acceleration (this requires a recent ffmpeg)
    hwAccel = 0
    # generalOptions. Enter your additional ffmpeg options here with commas to separate each option/value (i.e replace spaces with commas).
    generalOptions = ""
    # outputDefault. Loads default configs for the selected device. The remaining options below are ignored.
    # If you want to use your own profile, leave this blank and set the remaining options below.
    # outputDefault profiles allowed: iPad, iPad-1080p, iPad-720p, Apple-TV2, iPod, iPhone, PS3, xbox, Roku-1080p, Roku-720p, Roku-480p, mkv, mp4-scene-release
    outputDefault = ""
    #### Define custom settings below.
    outputVideoExtension = .mp4
    outputVideoCodec = libx264
    VideoCodecAllow = ""
    outputVideoPreset = medium
    outputVideoResolution = 1920:1080
    outputVideoFramerate = 24
    outputVideoBitrate = 800000
    outputVideoCRF = 19
    outputVideoLevel = 3.1
    outputAudioCodec = ac3
    AudioCodecAllow = ""
    outputAudioChannels = 6
    outputAudioBitrate = 640k
    outputAudioTrack2Codec = libfaac
    AudioCodec2Allow = ""
    outputAudioTrack2Channels = 2
    outputAudioTrack2Bitrate = 128000
    outputAudioOtherCodec = libmp3lame
    AudioOtherCodecAllow = ""
    outputAudioOtherChannels = ""
    outputAudioOtherBitrate = 128000
    outputSubtitleCodec = ""

[WakeOnLan]
    ###### set wake = 1 to send WOL broadcast to the mac and test the server (e.g. xbmc) the host and port specified.
    wake = 0
    host = 192.168.1.37
    port = 80
    mac = 00:01:2e:2D:64:e1

[UserScript]
    #Use user_script for uncategorized downloads
    #Set the categories to use external script.
    #Use "UNCAT" to process non-category downloads, and "ALL" for all defined categories.
    [[UNCAT]]
        #Enable/Disable this subsection category
        enabled = 0
        Torrent_NoLink = 0
        keep_archive = 1
        extract = 1
        #Enable if you are sending commands to a remote server for this category
        remote_path = 0
        #What extension do you want to process? Specify all the extension, or use "ALL" to process all files.
        user_script_mediaExtensions = .mkv, .avi, .divx, .xvid, .mov, .wmv, .mp4, .mpg, .mpeg
        #Specify the path to your custom script. Use "None" if you wish to link this category, but NOT run any external script.
        user_script_path = /nzbToMedia/userscripts/script.sh
        #Specify the argument(s) passed to script, comma separated in order.
        #for example FP,FN,DN, TN, TL for file path (absolute file name with path), file name, absolute directory name (with path), Torrent Name, Torrent Label/Category.
        #So the result is /media/test/script/script.sh FP FN DN TN TL. Add other arguments as needed eg -f, -r
        user_script_param = FN
        #Set user_script_runOnce = 0 to run for each file, or 1 to only run once (presumably on the entire directory).
        user_script_runOnce = 0
        #Specify the successcodes returned by the user script as a comma separated list. Linux default is 0
        user_script_successCodes = 0
        #Clean after? Note that delay function is used to prevent possible mistake :) Delay is intended as seconds
        user_script_clean = 1
        delay = 120
        #Unique path (directory) created for every download. set 0 to disable.
        unique_path = 1
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""

[ASCII]
    #Set convert =1 if you want to convert any "foreign" characters to ASCII (UTF8) before passing to SB/CP etc. Default is disabled (0).
    convert = 0

[passwords]
    # enter the full path to a text file containing passwords to be used for extraction attempts.
    # In the passwords file, every password should be on a new line
    PassWordFile = ""

[Custom]
    # enter a list (comma separated) of Group Tags you want removed from filenames to help with subtitle matching.
    # e.g remove_group = [rarbag],-NZBgeek
    # be careful if your "group" is a common "real" word. Please report if you have any group replacements that would fall in this category.
    remove_group = ""

and here's my log output

2016-05-12 16:06:03 INFO    ::MAIN: Loading config from [/home/th3fallen/.sabnzbd/postprocessing/nzbToMedia/autoProcessMedia.cfg]
2016-05-12 16:06:03 INFO    ::MAIN: Checking database structure...
2016-05-12 16:06:03 INFO    ::MAIN: Database upgrade required: Initial Schema
2016-05-12 16:06:04 INFO    ::MAIN: Checking if git needs an update
2016-05-12 16:06:04 INFO    ::MAIN: No update needed
2016-05-12 16:06:04 INFO    ::MAIN: nzbToMedia Version:c50957d0b4683a125df039329d8f90df630d4e28 Branch:master (Linux 4.4.0-22-generic)
2016-05-12 16:06:04 WARNING ::MAIN: Failed to locate ffmpeg. Transcoding disabled!
2016-05-12 16:06:04 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2016-05-12 16:06:04 WARNING ::MAIN: Failed to locate ffprobe. Video corruption detection disabled!
2016-05-12 16:06:04 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2016-05-12 16:06:04 INFO    ::MAIN: #########################################################
2016-05-12 16:06:04 INFO    ::MAIN: ## ..::[nzbToMedia.py]::.. ##
2016-05-12 16:06:04 INFO    ::MAIN: #########################################################
2016-05-12 16:06:04 INFO    ::MAIN: Script triggered from SABnzbd 0.7.17+
2016-05-12 16:06:04 WARNING ::MAIN: Data from SABnzbd queue could not be parsed
2016-05-12 16:06:04 WARNING ::MAIN: Data from SABnzbd history could not be parsed
2016-05-12 16:06:04 ERROR   ::MAIN: Category:[movies,] is not defined or is not enabled. Please rename it or ensure it is enabled for the appropriate section in your autoProcessMedia.cfg and try again.
2016-05-12 16:06:04 ERROR   ::MAIN: A problem was reported in the nzbToMedia.py script.
2016-05-12 16:08:26 INFO    ::MAIN: Loading config from [/home/th3fallen/.sabnzbd/postprocessing/nzbToMedia/autoProcessMedia.cfg]
2016-05-12 16:08:26 INFO    ::MAIN: Checking database structure...
2016-05-12 16:08:26 INFO    ::MAIN: Checking if git needs an update
2016-05-12 16:08:26 INFO    ::MAIN: No update needed
2016-05-12 16:08:26 INFO    ::MAIN: nzbToMedia Version:c50957d0b4683a125df039329d8f90df630d4e28 Branch:master (Linux 4.4.0-22-generic)
2016-05-12 16:08:26 WARNING ::MAIN: Failed to locate ffmpeg. Transcoding disabled!
2016-05-12 16:08:26 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2016-05-12 16:08:26 WARNING ::MAIN: Failed to locate ffprobe. Video corruption detection disabled!
2016-05-12 16:08:26 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2016-05-12 16:08:27 INFO    ::MAIN: #########################################################
2016-05-12 16:08:27 INFO    ::MAIN: ## ..::[nzbToMedia.py]::.. ##
2016-05-12 16:08:27 INFO    ::MAIN: #########################################################
2016-05-12 16:08:27 INFO    ::MAIN: Script triggered from SABnzbd 0.7.17+
2016-05-12 16:08:27 WARNING ::MAIN: Data from SABnzbd queue could not be parsed
2016-05-12 16:08:27 WARNING ::MAIN: Data from SABnzbd history could not be parsed
2016-05-12 16:08:27 ERROR   ::MAIN: Category:[movies,] is not defined or is not enabled. Please rename it or ensure it is enabled for the appropriate section in your autoProcessMedia.cfg and try again.
2016-05-12 16:08:27 ERROR   ::MAIN: A problem was reported in the nzbToMedia.py script.
2016-05-12 16:09:22 INFO    ::MAIN: Loading config from [/home/th3fallen/.sabnzbd/postprocessing/nzbToMedia/autoProcessMedia.cfg]
2016-05-12 16:09:22 INFO    ::MAIN: Checking database structure...
2016-05-12 16:09:22 INFO    ::MAIN: Checking if git needs an update
2016-05-12 16:09:22 INFO    ::MAIN: No update needed
2016-05-12 16:09:22 INFO    ::MAIN: nzbToMedia Version:c50957d0b4683a125df039329d8f90df630d4e28 Branch:master (Linux 4.4.0-22-generic)
2016-05-12 16:09:22 WARNING ::MAIN: Failed to locate ffmpeg. Transcoding disabled!
2016-05-12 16:09:22 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2016-05-12 16:09:22 WARNING ::MAIN: Failed to locate ffprobe. Video corruption detection disabled!
2016-05-12 16:09:22 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2016-05-12 16:09:22 INFO    ::MAIN: #########################################################
2016-05-12 16:09:22 INFO    ::MAIN: ## ..::[nzbToMedia.py]::.. ##
2016-05-12 16:09:22 INFO    ::MAIN: #########################################################
2016-05-12 16:09:22 INFO    ::MAIN: Script triggered from SABnzbd 0.7.17+
2016-05-12 16:09:22 ERROR   ::MAIN: Category:[movies,] is not defined or is not enabled. Please rename it or ensure it is enabled for the appropriate section in your autoProcessMedia.cfg and try again.
2016-05-12 16:09:22 ERROR   ::MAIN: A problem was reported in the nzbToMedia.py script.
2016-05-12 16:15:06 INFO    ::MAIN: Loading config from [/home/th3fallen/.sabnzbd/postprocessing/nzbToMedia/autoProcessMedia.cfg]
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: LC_CTYPE: en_US.UTF-8
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: LESSOPEN: | /usr/bin/lesspipe %s
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: SSH_CLIENT: 192.168.1.188 53684 22
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: LOGNAME: root
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: USER: root
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: HOME: /root
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: LANG: en_US.UTF-8
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: TERM: xterm-256color
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: SHELL: /bin/bash
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: XDG_SESSION_COOKIE: 5636b52fe5c34a1793239e4c64146fc7-1463074741.963069-1163155809
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: SHLVL: 1
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: QT_QPA_PLATFORMTHEME: appmenu-qt5
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: XDG_RUNTIME_DIR: /run/user/0
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: XDG_SESSION_ID: 29
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: _: /usr/bin/python2
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: SSH_CONNECTION: 192.168.1.188 53684 192.168.1.134 22
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: LESSCLOSE: /usr/bin/lesspipe %s %s
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: SSH_TTY: /dev/pts/12
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: OLDPWD: /home/th3fallen/.sabnzbd/postprocessing
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: PWD: /home/th3fallen/.sabnzbd/postprocessing/nzbToMedia
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: MAIL: /var/mail/root
2016-05-12 16:15:06 INFO    ::ENVIRONMENT: LS_COLORS: rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
2016-05-12 16:15:06 INFO    ::MAIN: Checking database structure...
2016-05-12 16:15:06 INFO    ::MAIN: Checking if git needs an update
2016-05-12 16:15:07 INFO    ::MAIN: No update needed
2016-05-12 16:15:07 INFO    ::MAIN: nzbToMedia Version:c50957d0b4683a125df039329d8f90df630d4e28 Branch:master (Linux 4.4.0-22-generic)
2016-05-12 16:15:07 WARNING ::MAIN: Failed to locate ffmpeg. Transcoding disabled!
2016-05-12 16:15:07 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2016-05-12 16:15:07 WARNING ::MAIN: Failed to locate ffprobe. Video corruption detection disabled!
2016-05-12 16:15:07 WARNING ::MAIN: Install ffmpeg with x264 support to enable this feature  ...
2016-05-12 16:15:07 INFO    ::MAIN: #########################################################
2016-05-12 16:15:07 INFO    ::MAIN: ## ..::[nzbToMedia.py]::.. ##
2016-05-12 16:15:07 INFO    ::MAIN: #########################################################
2016-05-12 16:15:07 INFO    ::MAIN: Script triggered from SABnzbd 0.7.17+
2016-05-12 16:15:07 ERROR   ::MAIN: Category:[movies,] is not defined or is not enabled. Please rename it or ensure it is enabled for the appropriate section in your autoProcessMedia.cfg and try again.
2016-05-12 16:15:07 ERROR   ::MAIN: A problem was reported in the nzbToMedia.py script.
MrCee commented 8 years ago

It looks like your sabnzbd category is movies, plural with a comma. Try changing this in the sabnzbd categories menu to movie

th3fallen commented 8 years ago

@MrCee thanks for the comment, but no it's not see http://cl.ly/1q3q1k0d3I39/Image%202016-05-17%20at%2010.37.13%20AM.png

mgaulton commented 8 years ago

@th3fallen I notice in the one field of the category you have a * in the field (movies). Just curious if that was intentional? I'm tempted to say that the params are being passed and for some reason its picking up the comma delimiter. Try without the \ maybe?

th3fallen commented 8 years ago

yes, its intentional without it movies pushed from dognzb wont go into the correct category

MrCee commented 8 years ago

@th3fallen

I am still seeing your category listed as movies plural.

Looking at the .png linked, this does not have a script associated with it. You have this set to Default. You should be able to select nzbToMedia.py if all your permissions are set correctly and the folder is specified in Folders >> Post-Processing Scripts Folder, you will then see the script visible in the Categories menu.

Try changing this to movie and clean up old entries in /sabnzbd/var/config.ini and in particular look for the main issue as posted in your log Category:[movies,] is not defined or is not enabled.

I don't use Groups / Indexer tags myself... so I'm not sure what the need is for the *asterisk.

If this helps, on my sabnzbd categories, you will see the following:

screen shot 2016-05-18 at 12 55 27 am
th3fallen commented 8 years ago

@MrCee i turned the script off because it was erroring out with the error above, the group is for dognzb see the bottom of http://wiki.sabnzbd.org/configure-categories-1-0 for info on that. but should have no beiring on the category name being passed to the script...

MrCee commented 8 years ago
Category:[movies,] is not defined or is not enabled. Please rename it or ensure it is enabled for the appropriate section in your autoProcessMedia.cfg and try again.

As per autoProcessMedia.cfg [[movie]] keep your sabnzbd Category listed as movie with permissions to the correct folder which will run nzbToMedia.py specified in the Script dropdown as per the screen grab above.

th3fallen commented 8 years ago

@MrCee i see where that string is coming from, its coming from the movie_categories key in sabnzb.ini but if i edit it and remove the comma and reload the sab service it reappends a comma?

MrCee commented 8 years ago

If you try to append the sabnzbd GUI, type what you need, press escape, then tab. THEN SAVE. Old entries have a wicked way of coming back. If you need to append the (on my set-up) /sabnzbd/var/config.ini... just stop the service. Append. Start again.

th3fallen commented 8 years ago

Just tried that still came back, going ot ask in their irc and see whats up

MrCee commented 8 years ago

Can you post your findings as to which config file that can't be changed?

th3fallen commented 8 years ago

@MrCee yep, just found it, it was created by sorting settings even though they where disabled... strange.

Now im getting a git error i'll sort that out and report back if all is fixed.

MrCee commented 8 years ago

Good news. Make sure you post back what you found, how you found it, the changes involved as to how you resolved the issue as to help anyone else with a similar scenario.

th3fallen commented 8 years ago

@MrCee was due to my user's shell being set to /bin/false like an idiot. seems to be fixed now. thanks for the help

th3fallen commented 8 years ago

Actually im wrong, im the log for the script says ::MAIN: Calling CouchPotato:movies to post-process:<movieName>

but in sabs status it says Exit(1) Exception TypeError: "'NoneType' object is not callable" in (More) but i see nothing to that effect in sabs logs or nzbtomedia's... any ideas?

th3fallen commented 8 years ago

the issue is the url base expects /couchpotato not couchpotato like cp expects. all fixed