Sickrage downloads disappearing

Status
Not open for further replies.

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
I've been up and running for over a year now and for some reason unknown to me...Sickrage downloads are disappearing. I am using Joshua's setup.

Code:
[01:36:37] [INFO]::MAIN: Loading config from [/usr/local/share/nzbToMedia/autoProcessMedia.cfg]
[01:36:37] [INFO]::MAIN: Checking database structure...
[01:36:37] [INFO]::MAIN: Checking if git needs an update
[01:36:39] [INFO]::MAIN: There is a newer version available  (you're 186 commits behind)
[01:36:39] [INFO]::MAIN: nzbToMedia Version:3e4861e87c543a4d2debd8997feb16bda3ef5339 Branch:master (FreeBSD 10.3-RELEASE)
[01:36:39] [INFO]::MAIN: #########################################################
[01:36:39] [INFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ##
[01:36:39] [INFO]::MAIN: #########################################################
[01:36:39] [INFO]::MAIN: Script triggered from SABnzbd
[01:36:39] [INFO]::MAIN: Auto-detected SECTION:SickBeard
[01:36:39] [INFO]::MAIN: Calling SickBeard:tv to post-process:The.Walking.Dead.S07E11.HDTV.x264-SVA.nzb
[01:36:39] [INFO]::MAIN: Attempting to auto-detect tv fork
[01:36:39] [INFO]::MAIN: SickBeard:tv fork auto-detection successful ...
[01:36:39] [INFO]::MAIN: SickBeard:tv fork set to sickragetv
[01:36:39] [INFO]::MAIN: FLATTEN: Flattening directory: /mnt/media/downloads/sabnzbd/complete/tv/The.Walking.Dead.S07E11.HDTV.x264-SVA
[01:36:39] [INFO]::TRANSCODER: Checking [The.Walking.Dead.S07E11.HDTV.x264-SVA.mkv] for corruption, please stand by ...
[01:36:39] [INFO]::TRANSCODER: SUCCESS: [The.Walking.Dead.S07E11.HDTV.x264-SVA.mkv] has no corruption.
[01:36:39] [POSTPROCESS]::SICKBEARD: SUCCESS: The download succeeded, sending a post-process request
[01:36:39] [POSTPROCESS]::SICKBEARD: Manual post processing task for /mnt/media/downloads/sabnzbd/complete/tv/The.Walking.Dead.S07E11.HDTV.x264-SVA was added to the queue
[01:36:39] [POSTPROCESS]::SICKBEARD: <br\><span class='hidden'>Processing succeeded</span>
[01:36:39] [INFO]::CLEANDIR: Doing Forceful Clean of /mnt/media/downloads/sabnzbd/complete/tv/The.Walking.Dead.S07E11.HDTV.x264-SVA
[01:36:39] [INFO]::MAIN: Deleting /mnt/media/downloads/sabnzbd/complete/tv/The.Walking.Dead.S07E11.HDTV.x264-SVA
[01:36:39] [INFO]::MAIN: The /usr/local/share/nzbToMedia/nzbToSickBeard.py script completed successfully.
SickBeard: Successfully post-processed The.Walking.Dead.S07E11.HDTV.x264-SVA.nzb!


Any advice greatly appreciated...Couchpotato is working fine.

Jeff
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
you need to update nzbtomedia

cd /usr/local/share/nzbToMedia
git pull
chown -R media:media *
 

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
Thanks Joshua,
I will do the update tonight.
Jeff
 

Jeff Lamer

Contributor
Joined
Nov 17, 2015
Messages
121
you need to update nzbtomedia

cd /usr/local/share/nzbToMedia
git pull
chown -R media:media *
Hi Joshua,
Received the following error
Code:
root@sabnzbd_1:/ # cd /usr/local/share/nzbToMedia							   
root@sabnzbd_1:/usr/local/share/nzbToMedia # git pull						   
Updating 3e4861e..80c8ad5													   
error: Your local changes to the following files would be overwritten by merge:
		nzbToCouchPotato.py													 
		nzbToSickBeard.py													   
Please, commit your changes or stash them before you can merge.				 
Aborting																		
root@sabnzbd_1:/usr/local/share/nzbToMedia #	   
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Hi Joshua,
Received the following error
Code:
root@sabnzbd_1:/ # cd /usr/local/share/nzbToMedia							  
root@sabnzbd_1:/usr/local/share/nzbToMedia # git pull						  
Updating 3e4861e..80c8ad5													  
error: Your local changes to the following files would be overwritten by merge:
		nzbToCouchPotato.py													
		nzbToSickBeard.py													  
Please, commit your changes or stash them before you can merge.				
Aborting																		
root@sabnzbd_1:/usr/local/share/nzbToMedia #	  
did you change those files?
I would recommend you revert your uncommitted changes, then do the pull
 
Status
Not open for further replies.
Top