Forum
[PROBLEM] NZBget: Post-processing script may have moved files elsewhere. - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Software (/forum-6.html)
+--- Forum: Additional Packages (/forum-22.html)
+--- Thread: [PROBLEM] NZBget: Post-processing script may have moved files elsewhere. (/thread-932.html)



NZBget: Post-processing script may have moved files elsewhere. - Kevf - 25th May, 2013 06:40 AM

I'm using nzbget for downloading through usenet and have installed unrar unfree using the following code

[code]sudo sh -c "echo \"deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi\" >> /etc/apt/sources.list"
sudo apt-get update
sudo apt-get -y build-dep unrar-nonfree
sudo apt-get source -b unrar-nonfree
sudo dpkg -i unrar*.deb[/b]

After dowloading a file, I get the following message

'Post-processing script may have moved files elsewhere.'

I'm not sure what to do.

In the gui from NZBget: settings ==> post-processing I have the following path defined for the script

/usr/local/bin/nzbget-postprocess.sh

I hope someone can help me out Smile


RE: NZBget: Post-processing script may have moved files elsewhere. - Adanteh - 26th May, 2013 12:48 AM

Same problem here.

On a previous install I did the exact same thing and that worked for me, however I can't get it to work now. Not sure whats up with it.


RE: NZBget: Post-processing script may have moved files elsewhere. - Enigmach - 26th May, 2013 01:07 AM

The message 'Post-processing script may have moved files elsewhere.' is displayed whether or not your download was successful, so this in itself is no indication for your problem. If you can get some more information from the error log it would be easier to locate the issue.

Most issues you get with NZBGet at the moment, especially the version from the download package, are par-related. An increasing number of Movies/TV Series name their files differently from what is stated in the par-file, which causes the post-processing to fail and you have nothing to watch. The newest version of NZBGet can handle these misnamed files, but that's not available in the package yet.

One way to check if misnamed files are the issue, is to browse to your download folder and look at the files. If they are something like "133213-0.6", then misnamed files are likely to cause your problem.


RE: NZBget: Post-processing script may have moved files elsewhere. - mk01 - 27th May, 2013 08:49 AM

(26th May, 2013 01:07 AM)Enigmach Wrote:  The newest version of NZBGet can handle these misnamed files, but that's not available in the package yet.

Thanks to Fred we have currently version 10.2 in the package at https://github.com/xbianonpi/xbian-package-nzbget.git

use this one if it helps.