Page 1 of 1

Sab is not reporting downloads with passwords as "failed"

Posted: February 11th, 2016, 5:38 pm
by legoman666
Sonarr is set to retry failed downloads, however Sabnzbd+ is not telling Sonarr via the API that a download with a password is considered as failed. Is there something I can change to fix this or is this "working as intended"?

Re: Sab is not reporting downloads with passwords as "failed

Posted: February 12th, 2016, 7:17 am
by safihre
This is a Sonarr problem, through the API a password job has a fail_message so Sonarr can know it has failed.
Maybe you can try the Sonarr forums? :)

Re: Sab is not reporting downloads with passwords as "failed

Posted: February 13th, 2016, 10:41 am
by legoman666
from Sonarr's log:
{"action_line": "", "series": "the walking dead/6/1", "show_details": "True", "script_log": "", "meta": null, "fail_message": "", "loaded": false, "id": 154, "size": "2.8 GB", "category": "tv", "pp": "D", "retry": 1, "completeness": 0, "script": "sabToSickBeard.py", "nzb_name": "The Walking Dead - 6x01 - La primera vez de nuevo [Web-Dl 1080p][Dual+Sub].nzb", "download_time": 472, "storage": "/media/TV 5/.complete/_FAILED_The Walking Dead - 6x01 - La primera vez de nuevo [Web-Dl 1080p][Dual+Sub]", "has_rating": false, "status": "Failed", "script_line": "", "completed": 1455377172, "nzo_id": "SABnzbd_nzo_1NUsEI", "downloaded": 2998982838, "report": "", "path": "/home/<removed>/Downloads/incomplete/The Walking Dead - 6x01 - La primera vez de nuevo [Web-Dl 1080p][Dual+Sub]", "postproc_time": 101, "name": "The Walking Dead - 6x01 - La primera vez de nuevo [Web-Dl 1080p][Dual+Sub]", "url": "The Walking Dead - 6x01 - La primera vez de nuevo [Web-Dl 1080p][Dual+Sub].nzb", "md5sum": "7e01803be44c172525b7629563584785", "bytes": 2998982838, "url_info": "", "stage_log": [{"name": "Source", "actions": ["The Walking Dead - 6x01 - La primera vez de nuevo [Web-Dl 1080p][Dual+Sub].nzb"]}, {"name": "Download", "actions": ["Downloaded in 7 mins 52 seconds at an average of 6.1 MB/s<br/>Age: 123d"]}, {"name": "Servers", "actions": ["news.newsoo.fr=3 MB, ssl.astraweb.com=2.8 GB, news.tweaknews.eu=3 MB"]}, {"name": "Repair", "actions": ["[The Walking Dead - 6x01 - La primera vez de nuevo [Web-Dl 1080p][Dual+Sub]] Repaired in 28 seconds"]}, {"name": "Unpack", "actions": ["0 files in 0 seconds"]}]}
Looks like you're right. Thanks for the response!